

Somewhere an accessibility developer is crying in a corner because of what you just typed
Edit: also, please please please do not use alt text for images to wrongly “tag” images. The alt text important for accessibility! Thanks.


Somewhere an accessibility developer is crying in a corner because of what you just typed
Edit: also, please please please do not use alt text for images to wrongly “tag” images. The alt text important for accessibility! Thanks.
Sorry where does the .deb version store the encryption keys if not in plaintext?


I can feel a hint of the confused anger I would have felt if this was real. Good job.


Therefore Nintendo does that only if they are 100% certain, not just to intimidate like Rockstar does.
Why would Nintendo be so different from Rockstar? Why would Nintendo not use lawsuits just to intimindate? Rockstar too is a company with many the same interests as Nintendo, and I’m sure their lawyers are not cheap either.
Yet, Nintendo did not go to court and wanted to do this with a settlement.
That just proves the point that the threat of a lawsuit is enough to coerce people into submission though. As another example RyujinX e.g. just caved without any struggle.
And the brought up case of Yuzu does not apply here, because that was not just intimidation, that was because the Yuzu developers themselves shared Tears of the Kingdom millionth of times in Discord.
This has nothing to do with the legality of their emulator project. Nintendo used their power to extort more concessions from the devs. It also shows how Nintendo isn’t afraid to use the uneven power balance to their advantage.


https://www.polygon.com/24090351/nintendo-2-4-million-yuzu-switch-emulator-settlement-lawsuit/
I’m gonna hazard a guess and claim that they would go for a copyright infringement claim, as they always do. Again: it does not matter, if they are actually in the right. Even the threat of being sued for something completely made up is still a credible threat if the relative costs are that unevenly matched. Nintendo doesn’t give a shit about what these lawyers cost, even if they lose the lawsuit in the end. The goal isn’t winning the lawsuit. The goal is intimidation, wasting your ressources, time and money. Which they also achive when they lose the lawsuit.


Sued for what? There is nothing Nintendo can sue for. Also we talked about Cease and Desist before, not sueing.
A c&d is a precursor of being sued. If you do not cease and desist, what is the result of that?
Also can you explain me, if you are right, why Nintendo didn’t do that with prior decompilation projects of Mario and Zelda games that reached 100% and are played on a variety of systems now?
I can explain to you, that Nintendo is famous for suing people implementing emulators of their platforms and is also going after things like palworld. It is new information to me, that these decompilation projects exist. I guess they are niche enough to not be interesting to nintendo right now. This does not remove all the other cases where nintendo went after people with lawsuits.


The experience and risks of being sued depends heavily on the amount of money you have. Just being sued, even if eventually unsubstantiated, sucks hard. It consumes time, energy, and money, and all this time you live with the “but what if I get the one bad judge?”
What the fuck is Theseus doing over there?


ICE-Agent: don’t threaten me with a good time
I lost a little faith I didn’t even know I had left while reading these weird ass definitely crafted messages
It’s hard to control which Information other people get in a system where many servers share information like posts and comments. Think of it as throwing your post on a public wall. Everyone that walks by will be able to see it.
It’s (relatively) easy to control what information you want to see. Or at least information from which sources you want to see, or not see.
so a male owl would probably not care about a females wingspan, much like in humans 👀
Wait, you people don’t care about your partners wingspan?


Did boss baby raise fears in parents that they might have to explain procreation? If no, then two mothers shouldn’t.
And just telling a kid that every constellation of parents are possible, it’s just that some matchups are more common than others doesn’t seem like daunting task.


Isn’t that going to make playing ADC way easier? I always had problems with the fast mouse actions involved in positioning and attacking


I’m not convinced he wouldn’t try it. There have been repeated violations of the airspace of Lithuania, with live explosives.
NATO is expecting Russia to be able to do it as soon as 2029. That’s the deadline it set itself to become war-ready. 4-5 years seems like a good time to start shaping laws and law enforcement to handle a war too.
I also vividly remember everyone, me included, being very convinced that he wouldn’t start a war on Ukraine mainland outside of the krim. I think the same was the case before the Krim was taken. I don’t think we should do that error a third time.
I’m also not really knowledgeable enough to know if there is somebody ready to take over when Putin hits the curb. Common tales are that he doesn’t build up a successor out of fear of being replaced before he wants to. But I’m not gambling on that being the case. And I’m also not sure if it would be such a good thing if Russia falls into a deep power vacuum. A Russian civil war leading to multiple warlords taking over could potentially be even worse for the neighbouring regions than Putin.
Anyways: yeah UK does have big problems on it’s own. I don’t think it’s really important what exactly is the motivation if the current lawmakers for the drive towards more authoritarian laws. It’s important to recognize that that is a global phenomenon and that is driven by the current and coming economic crises.


Might also be in preparation of Russia attacking NATO territory. It’s always useful to be able to stomp anti war protests even if you are the victim (or ally of the victim). In the end it’s just crisis time, and the deeper the crises the more authoritarian the policies will become even if it’s just in response to an even further gone government.


Bridge to terrabithia
Wasn’t really to young but didn’t know what to expect and got emotionally crushed by accident. Just heard it was a good movie and put it on one evening.
New eldritch horror: incomprehensibly wide yeast dough
Well click-through is getting worse and worse the more search engines just give answers themselves without losing you to the actual websites. This must also or even especially affect reddits ability to capitalize the user generated content through ads. Not sure if trying to enter a field that is currently killing itself by showing ai summaries instead of search results is a good move though…
After writing this comment I noticed it became a bit ranty, sorry for that. Something about this article rubbed a bit in the wrong way.
The relevant section seems to be this:
The first half is obviously correct, this kind of data model doesn’t work well for the ownership model rust uses for its borrowchecker. I don’t like the conclusion though. Rust makes you pay the performance costs necessary to make your code safe. You would need to pay similar costs in other languages if you intend on writing safe code.
Sure, if you are fine with potential memory corruption bugs, you don’t need these costs, but that’s not how I would want to code.
The other thing bugging me is how miri being your companion is framed as something bad. Why? Miri is one the best things about rusts unsafe code tooling. It’s like valgrind, or sanitisers but better.
Now, the raw pointer ergonomics could be better, I’ll give them that. But if you dive deep into what rust does with raw pointers, or rather what they are planning to do, is really really cool. Provenance and supporting cheri natively is just not possible for languages that chose the ergonomic of a raw integer over what rust does.