this post was submitted on 15 Jan 2026
393 points (97.6% liked)

Programmer Humor

28465 readers
1743 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
 

And for anyone interested in a template:

you are viewing a single comment's thread
view the rest of the comments
[โ€“] waldfee@feddit.org 5 points 20 hours ago (1 children)

You could create a git branch with an unrelated history to store this type of data; either as plaintext, md or something more sophisticated for dedicated tools. The biggest hurdle would probably be to define and agree on a standardized format

[โ€“] azertyfun@sh.itjust.works 7 points 16 hours ago

The last thing I want is merge conflicts in my issue tracker. The git data model is simply not right for conversational histories.

ActivityPub is the obvious solution to decentralize public communication. We're using it right now and AFAIK Forgejo is working to implement it for their issue tracker.