Cross Code
43 subscribers
233 photos
28 videos
1 file
125 links
Everyone has a channel now why not me ig.
Expect dev and gaming stuff.
In-joy

Discussions here - https://t.me/+CkXl8tSd-Ds0YmVk
Download Telegram
Real ones will understand
👍1
Boot.dev shipped a lot today(Friday) as a true dev should.
o3 might be $1000 of dollars
We might be cooked chat
Why does everyone have a spotify wrapped thingy
🤣1
Wild
I use arch btw
Btw did you guys know that git stores an entire snapshot of files on every commit. I always kinda thought it stored changes.
Cross Code
Btw did you guys know that git stores an entire snapshot of files on every commit. I always kinda thought it stored changes.
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 per ccommit. this does not mean it stores the entire file. what it does is store every reference to the files.
So if a file is unchanged, the same blob will be used across different commits.

At least that's how I understand it.
we are rebasing baby!!!!
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.
2025
useful alias:
alias gl='git --no-pager log --oneline --graph --decorate --all -n 10'
We are low-key normalizing earthquakes
👍1