this post was submitted on 05 Mar 2024
997 points (97.3% liked)

Memes

44912 readers
2781 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 27 points 5 months ago* (last edited 5 months ago) (2 children)

I don't understand why people who work on these things don't protect their identity and location any better...

Host in a random country, accept crypto donations and make them untraceable by switching them to monero, always use a VPN...

[–] [email protected] 22 points 5 months ago

Right? It seems the official discord also had links to where to get ROMs, as in pirated ROMs. I can't believe they got complacent knowing Nintendo could come after them at any second.

[–] [email protected] 5 points 5 months ago (1 children)

This made me wonder if blockchain tech could, hypothetically, be used as a sort of distributed SCM platform, where each commit is stored as data appended to a transaction, not unlike git. Blockchain's polycentric structure would solve the issue of resilience and integrity, and Monero's technology could be used to anonymize the commits.

This would of course come with all of the disadvantages of blockchain, and the project would still need a central authority to accept or reject commits, to manage branches, and to define which transactions represent the HEAD of each branch. I think it's at least an interesting concept.

[–] [email protected] 7 points 5 months ago

But we can already mirror a git repository, and you can already sign your commits. The weak point here was the developers' identities, not the platform on which the data was hosted.