Cross Code
First lets talk about trees and blobs: A blob is where file contents are stored and each file contents are store in a unique blob. A tree represent a directory and it contains blobs and a pointer to trees if it is not first commit. git store a unique treeβ¦
Also git compresses blobs and trees for efficient storage.
Cross Code
First lets talk about trees and blobs: A blob is where file contents are stored and each file contents are store in a unique blob. A tree represent a directory and it contains blobs and a pointer to trees if it is not first commit. git store a unique treeβ¦
Using
helped me to understand how things are stored and stuff in git
git cat-file -p
helped me to understand how things are stored and stuff in git
Inode Busting (not inut busting):
Ever run out of space even with free disk space? You might be inode busted!
- Inodes are like file metadata cards. Each file/directory has one. When you run out of inodes you can't create new files, even with free space!
Why it happens is if u have too many small files and have apps that doesnt cleanup.
Ever run out of space even with free disk space? You might be inode busted!
- Inodes are like file metadata cards. Each file/directory has one. When you run out of inodes you can't create new files, even with free space!
Why it happens is if u have too many small files and have apps that doesnt cleanup.
useful alias:
alias gl='git --no-pager log --oneline --graph --decorate --all -n 10'
Cross Code
https://youtu.be/puR-YEKZDGY?si=M7zS5TvFbWZJ3-z7
play this on repeat. thank me later
Forwarded from UnderDawg
just heard that theprimagen will be on lex fridman on the end of january can waitπ€π€
Its only January and I think I found the best of the year.
https://youtu.be/CVG6f1N0VT8?si=dhOL0JfWD08Q3u7n
https://youtu.be/CVG6f1N0VT8?si=dhOL0JfWD08Q3u7n
YouTube
The Worst Thing You Can Do For Your Career
Notes: https://teej.tv/blog/worst-thing-you-can-do-for-your-career