this post was submitted on 04 Nov 2025
342 points (99.1% liked)

Technology

76581 readers
2595 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
 

Handing online servers over to consumers could carry commercial or legal risks, she said, in addition to safety concerns due to the removal of official company moderation.

you are viewing a single comment's thread
view the rest of the comments
[–] Goodeye8@piefed.social 19 points 8 hours ago (1 children)

This has already been addressed by SKG. Nobody is demanding the source code. Developers have multiple ways to solve this and SKG deliberately leaves that part open so developers could choose whatever works best for them.

Whoever told you developers would have to release the source code is lying and is against the initiative.

Here are a few options, this isn't exhaustive:

  • release source code
  • release server binaries, like Minecraft and others do
  • release server API docs and help the community build their own
  • disable the online bits
  • move the online bits to P2P to not need a server
  • embed the server in the client to allow people to host

There are lots of options here.