• 8 Posts
  • 34 Comments
Joined 2 months ago
cake
Cake day: July 21st, 2024

help-circle




  • Would they be mandated to give out the server code that people could run their own servers?

    Sort of. The Idea is that people should be able to run their own servers, but developers wouldn’t need to give out their code. All you need is the server binary. After all server software is just that software, just like the client and they don’t need to give out the source code for that for you to run the game. Alternatively they could patch the game so it’s peer-to-peer. (and yes in this case that would be unreasonable as the game is not successful enough to even break even)

    The initiative is so ambiguous (to the extend that it is - I’d argue that it’s a lot clearer than many people claim) because it’s not actually legal text. It’s not supposed to be. All it should do is describe the problem and explain why the problem falls under EU jurisdiction. Everything else is supposed to be handled by EU lawmakers after the initiative has met it’s signature goal.






  • There is another downside. The local and global feeds are potent discovery tools. But they only work if you group people with similar interests onto the same instance. Your proposal assumes a certain amount of homogeneity. If everyone is interested in the same content anyway then yes you can distribute it randomly. But all the people interested in Linux memes are already here. If we are to expand our reach we need to have instances catering to other interests.

    And it also doesn’t work with international communities. German speakers for example go to feddit.org, precisely because that’s where German content is going to be amplified via the local feed and therefore easier to discover (for people an that particular instance)





  • Maybe? But I am not that cynical. I think the answer is actually both easier and more complicated. The US’ public position has always (or at least for a long time) been support for a two state solution. And I don’t think the Democrats are capable enough of convincingly lying for this to be untrue. Someone would have leaked something etc. Plus it plays into their compromise fetish. And to satisfy that it helps to actually have some land for the second state left. That’s the easy part.

    The complicated part is in understanding why they keep sending weapons. I think Dems have genuinely convinced themself that if they didn’t arm Israel, Hamas would wipe them out. And for a two state solution it helps to keep the first state around. So they keep sending weapons but they also want everybody to know that they are really disappointed whenever Israel uses them to kill civilians. Plus Biden thinks he can push Netanjahu more effectively if he stays on his good side. That’s the “hug Bibi” strategy. I think we have more than enough evidence that the strategy doesn’t work.

    Also there is a difference between “enough weapons to level Gaza” and “enough weapons to secure the border”. And maybe someone should tell the people in charge of weapon shipments.








  • Can’t I just not update the microcode beyond what the manufacturer provides, and instead keep updating the kernel and userland and in essence keep updating my android version?

    You can’t update the kernel because your phone isn’t running mainline Linux. The device manufacturers (which in this case mostly means chip manufactures) don’t upstream their code. All the device specific kernel drivers are only in special device specific branches. You can get the code for the drivers (because GPL) and do the work to mailine it yourself. In fact that’s what Postmarket OS does to get “proper Linux” running on phones.