• 0 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle


  • Yeah, modding you mostly have to do manually, but it’s pretty easy. Most modern games that’s just moving a bunch of folders into a folder the game has. Nexus is working on a Linux version though so hopefully that’ll be ready soon, which should cover the majority of games.

    As for running the games (not emulation, WINE stands for Wine Is Not an Emulator), you don’t really have to do anything. They almost all just work. You just click play through Steam (or whatever you’re using to play, Lutris is a good option outside of Steam) and they launch, just like in Windows. You can choose to tweak things, but there’s no real need unless you want to do something weird.

    It’s more idiot friendly than you’d expect. You just have to enter it knowing it isn’t Windows, so some thing will work differently than Windows. If you expect identical behavior to Windows then it can be annoying. You had to learn Windows at one point too, and you’ll have to learn how your Linux environment behaves too.

    I would recommend something with KDE (a desktop environment), because it’s easy to use coming from a Windows user. Maybe Fedora. Just try it with a live USB and see how it feels. You don’t even have to install it immediately.





  • Cethin@lemmy.ziptolinuxmemes@lemmy.worldHow paranoid are you?
    link
    fedilink
    English
    arrow-up
    76
    ·
    2 months ago

    This is the argument I keep using for why people should use Linux more. The fact you have to run updater software for each piece of software is so stupid. It’s a horrible solution to a poorly designed problem. On Linux I just tell my package manager to update everything and it takes care of it all. There’s no need for the user to be handling all of that, and it also shouldn’t have to update in starting the application because that’s when the user wants to use it, not wait for an update.

    (For reference: it’s the same thing as on your phone where it tells you the number of things that need updated and you just tell it to update whenever you feel like it.)



  • Just to clarify a point of the show, it isn’t too old to be networked. They had that ability then. They had just previously fought a war with the Cylons, in which the Galactica was built for and fought in, so not networking was standard protocall then. The military decided, after a long peace, they should have networked ships, assuming the Cylon threat was gone. This cause nearly all modern military vessels to be open to exploit, except the Galactica and few remaining older vessels.



  • Cethin@lemmy.ziptoProgrammer Humor@programming.devCOMEFROM
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 months ago

    A function will be called by code and go to that point in code. To implement functions, you store necessary things to memory and goto the function definition. To implement that with comefrom you’d have to have a list of all the places that need to call the function as comefroms before the function definition. It’d be a mess to read. We almost never care where we are coming from. We care where we’re going to. We want to say “call function foo” not “foo takes control at line x.”



  • I love these comments. If you need to use the command line (the largest argument people have against Linux) why are people still arguing to stay on Windows? Hell, Linux you don’t even need the terminal if you don’t want to use it and choose the right distro.

    (I recognize that for schools and offices, people don’t have a choice. These students were probably on a personal laptop though, so they could have a choice. The issue is Windows comes as default and no one actually makes a choice. They don’t choose Windows. They just have Windows.)






  • Cethin@lemmy.ziptolinuxmemes@lemmy.worldWindows 10 EOL PSA
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 months ago

    Well, it will be slightly different. AMD releases open source drivers. That’s why it works so much better. Nvidia releases proprietary ones and let’s the community handle the open source ones. To the end user, there probably won’t be much difference eventually, but it does hurt progress so they’ll always be slightly behind where they could be.