this post was submitted on 15 Jan 2026
536 points (97.2% liked)

Programmer Humor

28566 readers
1322 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 6 points 5 days 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 10 points 4 days 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.