this post was submitted on 15 Jan 2026
541 points (97.0% liked)

Programmer Humor

30284 readers
3511 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 1 month 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 11 points 1 month 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.