this post was submitted on 29 Apr 2026
362 points (98.4% liked)

Technology

84222 readers
5754 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
[–] partofthevoice@lemmy.zip 1 points 7 hours ago* (last edited 6 hours ago) (1 children)

I keep hearing about codeberg. Yet, when Claude CLI was leaked — I found the repo on some weird blockchain git repository with a message like “It’s here forever now…”

For OSS and personal projects, wouldn’t a blockchain solution actually be pretty good?

Edit: found it https://gitlawb.com/node/repos/z6MkgKkb/instructkr-claude-code

[–] KatherinaReichelt@feddit.org 2 points 6 hours ago (1 children)

Not really. Blockchain technology has one use case and that is collaboration between partners who don't trust each other. So we're talking crypto coins, where not all nodes are really trustworthy and there is an incentive to cheat. But there's no reason to bring this tech to your Git repository because you really do not want untrustworthy participants in your code. Only you should have access to your Git rep, and then the easier solution is to host it yourself and use a normal database.

[–] partofthevoice@lemmy.zip 1 points 6 hours ago* (last edited 6 hours ago)

Maybe I am using the wrong technology for the right idea here, in my statement. What I’m really trying to get at is, wouldn’t we benefit greatly from having decentralized control over git hosting? Ideally then, The People decide what happens with it as a public resource — not a fickle technology company with competing interests and revolving management.

The solution should be immune to DMCA takedown requests, IMO.

Edit: I’ve never really thought about it… but decentralized hosting could seriously mess with IP laws, couldn’t it? Leaks can be done in a way that they cannot be undone.