• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Oh, I guess that’s slightly better. At least this fucking idiocy didn’t make it into, essentially, law. But it also means that Nintendo (and other corpos) will not stop suing people left and right.

    At what point will they sue fucking computer manufacturers, I wonder? Clearly, the ability to run unsigned code facilitates creation of code that’s illegal (such as DRM circumvention tools and fucking Nintendo emulators), which, in turn, obviously facilitates piracy of Nintendo games! Poor Nintendo is loosing dozens of dollars because of those evil, evil computers which are clearly used for pirating their games and nothing else! This needs to stop!



  • Dualbooting is possible and easy: just gotta shrink the Windows partition and install Linux next to it. Make sure to not format the whole thing by mistake, though. A lot of Linux installers want to format the disk by default, so you have to pick manual mode and make sure to shrink (not delete and re-create!) the windows partition.

    As for its usefulness, however… Switching the OS is incredibly annoying. Every time you want to do that you have to shut down the system completely and boot it back up. That means you have to stop everything you’re doing, save all the progress, and then try to get back to speed 2 minutes later. After a while the constant rebooting gets really old.

    Furthermore, Linux a completely different system that shares only some surface level things with Windows. Switching to it basically means re-learning how to use a computer almost from scratch, which is, also, incredibly frustrating.

    The two things combined very quickly turn into a temptation to just keep using the more familiar system. (Been there, done that.)

    I think I’ll have to agree with people who propose Virtual Machines as a solution.

    Running Linux in a VM on Windows would let you play around with it, tinker a little and see what software is and isn’t available on it. From there you’ll be able to decide if you’re even willing to dedicate more time and effort to learning it.

    If you decide to continue, you can dual boot Windows and Linux. But not to be able to switch between the two, but to be able to back out of the experiment.

    Instead, the roles of the OSes could be reversed: a second copy of Windows could be install in a VM, which, in turn, would run on Linux.

    That way, you’d still have a way to run some more picky Windows software (that is, software that refuses to work in Wine) without actually booting into Windows.

    This approach would maximize exposure to Linux, while still allowing to back out of the experiment at any moment.


  • S410@kbin.socialtoLinux@lemmy.mlI dislike wayland
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    6 months ago

    Wayland has it’s fair share of problems that haven’t been solved yet, but most of those points are nonsense.

    If that person lived a little over a hundred years ago and wrote a rant about cars vs horses instead, it’d go something like this:

    Think twice before abandoning Horses. Cars break everything!
    Cars break if you stuff hay in the fuel tank!
    Cars are incompatible with horse shoes!
    You can’t shove your dick in a car’s mouth!

    The rant you’re linking makes about as much sense.



  • Meanwhile Discord misses half the features Matrix has. It’s almost as if they’re different projects with similar, but different goals.

    One tries to be a flexible, interoperable, and secure protocol for communication, that’s free for anyone to implement and use…

    The other is a for-profit company that cherishes its centralized nature and far reaching control, allowing them to sell you random bells and whistles, collect your data unobstructed, and lure in investors and advertisers.







  • Trying to represent oneself in court is a pretty stupid thing to do, generally.

    I am not a lawyer, I’m pretty you need to be able to defend yourself withing the legal system following all of its rules. You need to know the laws, their quirks, loopholes, etc. to construct your defense properly. Even if the case is complete nonsense, but you lack the knowledge to defend yourself, or the ability to use the knowledge you have coherently, you’ll loose.

    A neat paper a filed in accordance with all the rules, a paper that quotes actual laws and precedents, will, generally, beats oral argument backed by common sense. And that’s in general! Let alone when you’re going against Disney and their nigh infinite army of lawyers.


  • Even with the character in Public Domain, I doubt Disney would be particularly happy with anyone using it.

    They can send cease and desist letter left and right, claiming that “the use of the mouse is fine, but the elements X, Y and Z were introduced in a later work of ours that’s still protected”, even if it’s a plain lie.

    Trying to take Disney to court is suicide.

    The have enough money to hire half the lawyers in the world and make them come up with a lawsuit even if there’s no basis for one. They can stretch the lawsuit process to last years, and yet the fees would be but a fraction of a fraction of a percent in their yearly spending. Almost any defendant, meanwhile, would be financially ruined by it, even if they end up winning.




  • OpenSUSE + KDE is a really solid choice, I’d say.

    The most important Linux advice I have is this: Linux isn’t Windows. Don’t expect things to works the same.
    Don’t try too hard to re-configure things that don’t match the way things are on Windows. If there isn’t an easy way to get a certain behavior, there’s probably a reason for it.





  • Not OP, but I have the same setup.

    I have BTRFS on /, which lives on an SSD and ext4 on an HDD, which is /home. BTRFS can do snapshots, which is very useful in case an update (or my own stupidity) bricks the systems. Meanwhile, /home is filled with junk like cache files, games, etc. which doesn’t really make sense to snapshot, but that’s, actually, secondary. Spinning rust is slow and BTRFS makes it even worse (at least on my hardware) which, in itself, is enough to avoid using it.