this post was submitted on 18 Dec 2024
103 points (95.6% liked)

Technology

59982 readers
3337 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
 

Archived version, for posterity.

Take note Bluesky fans: Your "benevolent" controlling nonprofit can quickly become a for-profit if enough cash is thrown at the governing board...

you are viewing a single comment's thread
view the rest of the comments
[–] patatahooligan@lemmy.world 8 points 10 hours ago (5 children)

Take note Bluesky fans: Your “benevolent” controlling nonprofit can quickly become a for-profit if enough cash is thrown at the governing board…

Isn't Bluesky an open-source implementation of an open protocol? And isn't Bluesky already a for-profit organization? The point is you don't trust the corporation. You trust the availability of the code and the protocol specification. People should be setting up instances just like they did with lemmy.

[–] ExcessShiv@lemmy.dbzer0.com 9 points 8 hours ago* (last edited 8 hours ago) (4 children)

Sort of, but not quite...It's intentionally done in a way that in no way scales well and quickly becomes cost prohibitive for small players (not just individuals) to run a server because it requires an insane amount of data and bandwidth. So in practice you can only run a server if you're willing to throw a shitload of money after server capacity.

[–] WalnutLum@lemmy.ml 2 points 7 hours ago* (last edited 7 hours ago) (2 children)

That's not true at all actually, running a PDS uses about as many resources as a regular personal blog HTML server (as it doesn't do anything but serve up your signed posts), and running a relay with only the couple thousand people that have decided to host their own PDSes is home self-hostable.

Good blog post here clearing some stuff up: https://whtwnd.com/alexia.bsky.cyrneko.eu/3l727v7zlis2i

[–] AwakenedAce@lemmy.blahaj.zone 4 points 6 hours ago (1 children)

Yes, you can run a PDS, but while it might be true that you can self-host a relay with a couple thousand people (I didn't find anything about this in that blog post but I don't see why you couldn't), using a limited relay like that would mean this would not be a full/real instance of Bluesky (unless you disconnect from the rest of the network, but then why even bother)

So let's examine the problems with relays here:

After recent growth, our out-of-box relay implementation (bigsky) requires on the order of 16 TBytes of fast NVMe disk, and that will grow proportional to content in the network.

Core Bluesky engineer's blogpost

In July this was "only" about 1TB, in mid November around 5TB, and now 16TB? That's insane growth if you want to self-host that, and will get expensive really fast really quickly, especially since fast storage is important here. I don't think many individuals have the resources to self host this just for themselves.

Another critical problem is that when more people self-host relays this has the wonderful side-effect of increasing the necessary computation power and network use, because Bluesky scales O(n^2 ) , which is really bad if you want anything close to a decentralized network.

So yes, it is true that it scales down terribly, this is by design. It's a step up from Twitter, because this time multiple corporations can control it instead of one, but it isn't that good either.

[–] douglasg14b@lemmy.world 1 points 3 hours ago

Damn those are some terrible distributed scaling mechanisms.

load more comments (1 replies)
load more comments (1 replies)