When I get bored with the conversation/tired of arguing I will simply tersely agree with you and then stop responding. I’m too old for this stuff.

  • 0 Posts
  • 16 Comments
Joined 7 months ago
cake
Cake day: March 8th, 2024

help-circle

  • Perhaps. But I see a lot of hand rubbing and “oh welling” from people when this is a legitimate moment for anger at the precedence this sets. I understand the urge to make it make sense, but the fact is people either tacitly accepting this activity as reasonable or arguing about the red herring of whether the source code is still available to sit and rot with nobody touching it but shady scam artists, not only moves the bar on what what Nintendo and other companies see they can get away with, it has a chilling effect on future preservation efforts among the constantly shrinking pool of people skilled enough in low level development to do this kind of work.

    I guess my point is, I’m seeing very few voices that are sufficiently concerned or angry enough about this event considering the far reaching consequences it’s going to have.

    We shouldn’t in ANY way be normalizing this activity, and our reaction shouldn’t be “Of COURSE they did this.” Although I guess I shouldn’t be surprised after we just watched Boeing murder a half dozen of its whistleblowers and the most people did was make a few memes. We’re living in a literal dystopia, apparently.


  • You’re incorrect. Creating an emulator is not illegal. Nintendo has the legal right to threaten to sue someone, but if you are threatening to sue for something that is not a crime, and you know that, and you do it anyway in the hopes of bankrupting them before the case settles, that’s not a legal proceeding, it’s extortion. I can threaten to sue you for cooking pancakes in your house, and while it’s technically ALLOWED for me to do that, it’s clearly and obviously not a case I would win, but if the threat of making your life hell is prominent enough, you might get forced into backing down, which is exactly what’s happening here.

    They would absolutely NOT lose in court for creating an emulator. I cannot stress enough exactly how legal emulation is. It’s as legal as making your pancakes. The only way they would lose in court is if there is some EXTRA thing they’ve done that we don’t know about. If all they’ve done is create and distribute Ryujinx, there is absolutely NO way Nintendo would win a case in the US. This is settled law, and saying it isn’t doesn’t make it so, although it DOES embolden companies to bullshit developers with more bogus threats in the future.


  • They aren’t working within any rights. Emulator production is a legal right that Nintendo has neither the ability to bestow nor deny. It’s the founding legal rationale behind virtualization as a technology. This is the equivalent of someone holding a gun to your head and telling you to shut up - the forced relinquishing of your rights through threat of force, and it’s a little frightening to watch people suggest otherwise. This has played out in court and is settled law. Bleem! went BANKRUPT to secure a legal victory against SONY and establish that emulators are completely legal and there is no “gray area” about them, and you should be in less of a hurry to throw legal rights away because “Well, Nintendo said so…”


  • No, the OSI model is fine.

    I’m talking more about sandboxing an interpreted app that runs a container that runs another sandboxed interpreted app, both running their own instances of their interpreter with their own dependencies and accessible through a web interface that is accessible through yet another container running a web server that is running in Python with a virtual environment despite being the only Python app on the container, which is then connected to from another sandboxed tab on a sandboxed browser on your machine.

    But hey, at least it isn’t, god forbid, a MONOLITH. That would require someone to take the time to understand how the application works.


  • Their UX and UI are their bread and butter, but as someone who has done extensive web app development for use on Safari browsers, if I had a nickel for every time their browser just IGNORED a standard, broke one that previously worked, or added new “features” that broke a standard, passing the responsibility of building a workaround down to individual developers… I’d have a few dollars anyway. I don’t have much faith their code is all that good compared to average under the hood and the UI, and I think their reputation unjustly leads users to turn a blind eye or give them a pass when their stuff DOESN’T work or works BADLY. “They’re Apple… everyone else seems happy. I must be doing something wrong.”






  • My Nvidia card won’t properly resume the display after suspend with the default suspend script, but if I correct the script file, every time aptitude updates the nvidia drivers, it restores the bad version of the configuration file. If you set the file immutable with chattr, aptitude throws a fit and goes into a broken state when it can’t overwrite the file on a driver update.

    So I keep a good copy of the script file in the directory, and in my pre-suspend script file I overwrite the main suspend script with the good version. Every single time.





  • Possibly. But it’s also pretty common in many instances of technology adoption that as more users come, the quality gets worse, and while open source doesn’t have to worry about a shareholder-driven profit motive driving it, it’s still easy to wind up with a muddled focus. I wouldn’t expect that Linux and all of the associated software projects that make the functional desktop are going to be an exception overall. If you’re an open source developer working on a project now, basically any user is some form of power user, and it’s easier to find consensus of what to prioritize on a project not only because Linux users tend to be better about understanding how their software works and are actually helpful in further development, they’re also likely to direct development towards features that make software more open, compatible, and useful.

    Now fast forward to a future where Linux is the majority desktop OS, those power users are maybe 5% of the software’s user base, and every major project’s forum is inundated with thousands of users screaming about how hard the software is to use and, when bug reports and feature requests are actually coherent, they mostly boil down to demands for simpler, easier to understand UIs. I can easily imagine the noise alone could lead to an exodus of frustrated developers.

    Some things are better for NOT trying to be the answer for everyone.