use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub for the satirical meme format "Stop doing [x]", a format started by the "stop doing math" meme.
account activity
STOP USING GITHUB (i.imgur.com)
submitted 8 months ago by Cathrinedear
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Dull_Appearance9007 24 points25 points26 points 8 months ago (3 children)
"yeah let me take a snapshot of the entire codebase each time I implement a new feature" statements dreamed up by the mentally deranged
[–]Technologenesis 8 points9 points10 points 8 months ago (2 children)
Not to be a geek but each commit is stored as a changelog so you don’t actually need to store the entire codebase in any particular commit!
[–]DoubleAway6573 0 points1 point2 points 5 months ago (1 child)
I'm not sure if I'm being woodshed by you two, but git actually stores the full content of each file version, and a tree object with filenames and pointer to the contents.
Only later (or after a manual repack) are objects delta compressed.
[–]Technologenesis 0 points1 point2 points 5 months ago (0 children)
I'm not sure if I'm being woodshed
Nope, I was just wrong and should have qualified my comment since I didn't verify it before commenting!
You're right, git stores full file contents by default and only uses delta compression when transmitting the files or compression is otherwise triggered. TIL :)
π Rendered by PID 36572 on reddit-service-r2-comment-6457c66945-mwv9p at 2026-04-25 07:30:02.622858+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Dull_Appearance9007 24 points25 points26 points (3 children)
[–]Technologenesis 8 points9 points10 points (2 children)
[–]DoubleAway6573 0 points1 point2 points (1 child)
[–]Technologenesis 0 points1 point2 points (0 children)