this post was submitted on 29 Apr 2025
211 points (98.6% liked)

Technology

69449 readers
3659 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Whirling_Cloudburst@lemmy.world 61 points 19 hours ago* (last edited 19 hours ago) (6 children)

There needs to be a widespread p2p solution for opensource projects before its too late. I have lost count of all the amazing stuff that has been gravity bombed from orbit.

There also needs to be a way for authors to submit things anonymously too and maybe sign their things with cryptographic keys to ID it. How many times has a company had a court order someone to cease and desist or simply acquire somebody's work?

[–] solrize@lemmy.world 60 points 18 hours ago (3 children)

p2p solution for opensource projects

That's called Git and it's been around longer than GitHub. There is also Usenet which by now is mostly dead. People fell for centralized alternatives. Oops :)

[–] Womble@lemmy.world 21 points 17 hours ago

Git is, but it has no process of discovery or hosting by itself. Those are needed to efficiently share open source software to large numbers of people.

[–] Appoxo@lemmy.dbzer0.com 11 points 15 hours ago

You'd think Usenet is dead.
It's not.

[–] WhyJiffie@sh.itjust.works 0 points 10 hours ago

git is clearly not p2p in the needed level or else we wouldn't have faced this problem

[–] vividspecter@lemm.ee 7 points 18 hours ago

It's not always takedowns either, just the developer deciding to nuke their own repos. Real annoying, although it's making me more vigilant about forking/mirroring important repos.

[–] ChickenAndRice@sh.itjust.works 6 points 11 hours ago

I found https://radicle.xyz/ but I've never used this technology before. Maybe someone can shed some light?

[–] muusemuuse@lemm.ee 1 points 1 hour ago

I2p has a git service

[–] rottingleaf@lemmy.world 0 points 14 hours ago (1 children)

All you need for this is a global overlay network and a global DNS untied from physical infrastructure. Cryptographic identities (hash of pubkey will do) instead of IP addresses (because NATs are PITA and too many people use mobile devices behind big bad NATs), and finding (in something like Kademlia) records signed by authority you yourself chose to trust instead of asking DNS.

Then come encryption and dynamic routing and synchronization of published states.

One can have some kind of Kademlia for discovery of projects too, but on the next level.

I2P comes close, but it's more focused on anonymity.

OK, I'm not sure what I wrote makes sense. These things are easy to grasp somehow, but hard to understand well.

[–] WhyJiffie@sh.itjust.works 1 points 10 hours ago (1 children)

OK, I'm not sure what I wrote makes sense. These things are easy to grasp somehow, but hard to understand well.

yeah it seems you forgot what you wanted to say midway.

to extend on it, I2P, Tor and other mixnets provide the only safe way currently to host projects that others don't like, because such sites cannot be taken down. that's both a blessing and a curse

[–] rottingleaf@lemmy.world 1 points 10 hours ago

I wanted to say something about easily hosting searchable repositories, and solving a few of the problems because of which the Web as it exists still has users.