LodeMike
@LodeMike@lemmy.today
- Comment on Took me a moment 1 day ago:
Yes I know the joke. It’s an “I” in the subtitles I’ve watched the show twice over.
- Comment on Took me a moment 1 day ago:
Yes I know the joke. I was just pointing out that the “I” in “in” seems to be capitolized for no reason.
- Comment on Took me a moment 1 day ago:
Did the subtitle transcriber think that “In” is a name or something? Why is the “I” capitalized?
- Comment on Discuss 1 day ago:
Happy cake day!
- Comment on I don't mean to brag, but I made a killer joke on my company Teams group 😎 2 days ago:
😆
- Comment on US news outlets refuse to sign new Pentagon rules to report only official information 3 days ago:
That’s extremely good
- Comment on ‘Sex for rent’ is illegal in the UK. Why are thousands of people still affected? 4 days ago:
Because laws need enforcement to mean anything
- Comment on [deleted] 4 days ago:
This is for her role as a plaintiff in a defamation case against a USonian righteous in U.S. court.
- Comment on Jeep pushed software update that bricked all 2024 Wrangler 4xe models 4 days ago:
They’re a .ml idiot. Block and move on.
- Comment on Jeep pushed software update that bricked all 2024 Wrangler 4xe models 4 days ago:
TIL computers from the 1970s aren’t made of computer /s
- Comment on I've recently turned into a blocker. 5 days ago:
- Comment on [deleted] 5 days ago:
0% of those geopolitical borders would exist that way without the discovery of the Americas.
- Comment on I've recently turned into a blocker. 5 days ago:
I block any hexbear and .ml
- Comment on I Quit 5 days ago:
Like what lol
- Comment on Climate goals go up in smoke as US datacenters turn to coal 6 days ago:
Yes. This tech can’t replace people like some think it can. Most companies aren’t reducing head count just outsourcing.
- Comment on Why aren't there that many forks of VS Code that isn't AI-related? 6 days ago:
Why would there need to be? What would a fork do?
- Comment on Climate goals go up in smoke as US datacenters turn to coal 6 days ago:
Crash can’t come soon enough
- Comment on Trump floats dropping Spain from NATO alliance 6 days ago:
5%??? That’s insane isn’t it supposed to be 2?
- Comment on Why Scientists Are Obsessed With Finding a Room-Temperature Superconductor 1 week ago:
Because it will speed up computers a ton without requiring an obnoxious amount of cooling.
There. You see how easy that was? This doesn’t need to be an article.
- Comment on Trump floats dropping Spain from NATO alliance 1 week ago:
Transition? Based
- Comment on [deleted] 1 week ago:
The US takes in a lot of immigrants.
- Comment on Trump floats dropping Spain from NATO alliance 1 week ago:
The fuck did Spain do?
- Comment on How to set up a decentralized game/chat server 1 week ago:
Yeah probably.
Even big Minecraft servers are just many servers with load ballancers. The game has server redirects built in for this reason.
- Comment on Apple Banned an App That Simply Archived Videos of ICE Abuses 1 week ago:
Yes
- Comment on Punch Time 1 week ago:
This is not a “raw” translation it is a bad translation
- Comment on How to set up a decentralized game/chat server 1 week ago:
Actually I can provide a little more detail. Check out how Matrix handles event graph resolution/desync. It’s why messages sometimes come in out of order. This is a fundamental problem with decentralization: authority breakdown. The homesever in Matrix is considered the authority for the clients, but within the Federation itself there is no true authoritative party or event history. If a server goes off federation for a while, a room will split, and once it re-federates it and other servers will have different event graphs, assuming something happened in those rooms in the meantime for both the defederated server and federated server(s).
Basically: videogames assume that within a certain amount of latency the server’s state is permanent and authoritative. Federation breakdowns even for 500ms can destroy a games running state.
- Comment on How to set up a decentralized game/chat server 1 week ago:
The game has to be made for distributed servers. The game software expects that everything the server says is authorative, including for rollback. Multiple servers introduces an extra source of latency and it’s just so hard to deal with.
I don’t know too much about this.
- Comment on Google Confirms Non-ADB APK Installs Will Require Developer Registration 1 week ago:
Its a RAM issue.
- Comment on How to set up a decentralized game/chat server 1 week ago:
Chat server is easy: Matrix (actually multiple servers but same effect)
Game server is very hard. The game has to be made for it or you have to be very good at network application engineering to hack it in.
- Comment on Google Confirms Non-ADB APK Installs Will Require Developer Registration 1 week ago:
Apple doesn’t know who is subscribed to what notification channel. Its similar to Signal’s sealed sender. Meanwhile Google does.