this post was submitted on 15 Aug 2025
784 points (98.4% liked)

Programmer Humor

25755 readers
1155 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sk1nnym1ke@piefed.social 9 points 14 hours ago (4 children)
  • New_document.docx
  • New_document_1.docx
  • New_document_111.docx
  • New_document_12.docx
  • New_document_12aaa.dox
  • New_document_12aaafinal.docx
[–] devilish666@lemmy.world 2 points 10 hours ago (3 children)

I wish someone make github but for documents. Image your documents can be forked by someone and has many branches and revisions, it must be hilarious.

[–] EvilCartyen@feddit.dk 5 points 10 hours ago (1 children)

You can literally just upload a library of documents to github or another repo service like codeberg. That's basically what a code project is, a bunch of files.

[–] luciferofastora@feddit.org 1 points 4 hours ago

The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to diff usefully. That doesn't mean you can't use git to keep their version history, it just means resolving merge conflicts might be a bitch.

load more comments (1 replies)
load more comments (1 replies)