538

And for anyone interested in a template:

you are viewing a single comment's thread
view the rest of the comments
[-] sik0fewl@piefed.ca 89 points 1 month ago

What we need is some sort of distributed version control system.

I’m not quite sure how it will work yet, but it would have the entire codebase and its history mirrored onto every developer's computer. Instead of requiring a central repository, developers could share their changes directly with each other.

[-] dan@upvote.au 52 points 1 month ago

Linus Torvalds is probably clever enough to create something like that. The Linux kernel sure could take advantage of it.

[-] eager_eagle@lemmy.world 27 points 1 month ago

but seriously, we need project management features that are decentralized: issue tracking, kanban, code reviews w/ comments, and ways to extend functionality without relying on a git forge.

[-] sik0fewl@piefed.ca 13 points 1 month ago

Would be cool to see those as extensions to Git. Surely they could just be more Git objects?

[-] lastweakness@lemmy.world 15 points 1 month ago

I wonder how exactly Forgejo's planned federation will work...

[-] Flipper@feddit.org 2 points 1 month ago

Based in activitypub. You should be able to follow a repo with mastodon or Lemmy and then see ticket updates for example.

But it's far in the fuyure

[-] lastweakness@lemmy.world 1 points 1 month ago

Nice, unfortunate that it seems so distant though

[-] waldfee@feddit.org 6 points 1 month ago

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 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.

[-] hoppolito@mander.xyz 2 points 1 month ago

For issues tracking there's the venerable git-bug, although development has sadly slowed way down in the last years.

And I am always jealous of the way fossil repositories just have a complete front-end and wiki baked in, would love something like that for git.

[-] ripcord@lemmy.world 1 points 1 month ago
[-] Nioxic@lemmy.dbzer0.com 1 points 1 month ago

Snd with relying on cloudflare

[-] Krafting@lemmy.world 26 points 1 month ago

Maybe something on the blockchain??

JK JK don't burn me on the public place!!

[-] eager_eagle@lemmy.world 13 points 1 month ago

git itself is really not far from a blockhain. Blockchain is fine, it only has a bad rep because of ponzi schemes that use it to create crypto, but the technology and trustless consensus mechanisms are interesting.

[-] mogranja@lemmy.eco.br 2 points 1 month ago

I think blockchain also has a bad rep because every chance is mirrored to every copy of the blockchain? Thus wasting a lot of power and bandwidth for most use cases. Unlike git, where you only push what you want, and everyone only pulls what they want.

[-] eager_eagle@lemmy.world 2 points 1 month ago

The waste of power is often associated to the proof of work consensus, but that's not a requirement of blockchain. There are other ways to create consensus.

The bandwidth requirements really depend on what's being stored, but it's usually very manageable for a server. And clients not running validation don't need to store or transfer that much data.

[-] mogranja@lemmy.eco.br 1 points 1 month ago

Oh, I didn't know that. I need to read up on blockchain so I don't put my foot in my mouth.

[-] mlg@lemmy.world 12 points 1 month ago

Is this sarcasm about git/svn or are you serious?

[-] sik0fewl@piefed.ca 24 points 1 month ago* (last edited 1 month ago)

It was mostly a joke/irony.

Git is already a “distributed version control system” that does exactly what I’ve described. On the other hand, relying on centralized systems such as GitHub means that the “distributed” nature of it doesn’t make it any more resilient to failure.

[-] Lightfire228@pawb.social 3 points 1 month ago

Federated git hosting platform when?

[-] irelephant@lemmy.dbzer0.com 2 points 1 month ago

Google forgefed

[-] mmmac@lemmy.zip 5 points 1 month ago

Don't be a trachers pet lol, let us enjoy a lil time off thanks to github

[-] firelizzard@programming.dev 5 points 1 month ago

We need better distributed connectivity. It wouldn’t be that hard to build a project management system (issues, etc) on top of Git, but DVCS only gets you so far without a way to connect directly to the other contributors.

[-] bytesonbike@discuss.online 4 points 1 month ago* (last edited 1 month ago)

Ah yeah we called that zip files and Dropbox. I don't miss it.

Im joking of course.

[-] MonkderVierte@lemmy.zip 2 points 1 month ago
this post was submitted on 15 Jan 2026
538 points (100.0% liked)

Programmer Humor

29947 readers
601 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