• 0 Posts
  • 76 Comments
Joined 10 months ago
cake
Cake day: September 13th, 2023

help-circle


  • I call bullshit on this post. Since Windows 10 you can just double click a zip file and it opens up like any other directory (even if it isn’t) and shows you the files.

    Just the other day I had to tell someone to unzip first before they could patch the rom (they were going to play some romhack on an emulator); I don’t know how old they were but clearly there can be scenarios where someone has a zip file and don’t know what to do with it or use it.

    I don’t even know what the rom was or which emulator they were using, because I just told them if they google Rom Patcher JS that’s going to work for whatever file type it is, because according to them the problem was that the patcher they had didn’t work…

    But as it turns out they were trying to use the .zip archive as the patch file, so I then had to explain to them that they need to extract it first.

    And afterwards the patcher they had did work so I don’t think they even used Rom Patcher JS in the end.






  • Astaroth@lemm.eetoGaming@beehaw.orgLOL? lol
    link
    fedilink
    arrow-up
    37
    ·
    7 months ago

    Secondly, the purchase UI seems to have been designed to ensure that a new player can never understand it. I’m sure like all things it becomes clear over time but jeez, did a professional team really work on that thing?

    Yes it’s professionally designed, like all microtransaction games the shop is the most important feature and they’re always designed to be confusing by forcing the user to jump through hoops and use multiple currencies to make it less obvious how much money you end up spending on the game if you’re a “whale”.

    They don’t want you to be able to have a direct association between how much money or time anything costs, that’s why these games are so predatory and you should not be playing them, regardless of what you think of the actual game itself.

     

    Well, I will say, for a “free” to play game League isn’t that bad (especially not when compared to mobile games), or at least not last I played (3~4 years ago) but they still use the same methods.

     

    Also as others have mentioned, the game’s reputation in terms of it’s community isn’t exactly stellar. Being very “toxic”.

    But what I think is even worse than the language, which you at least can mute, is that the most popular streamer for the game “Tyler1” constantly rages, shouts, screams, destroys equipment and punches furniture etc.

    Let’s just say if your son starts doing those kinds of things then it’s not (only) because they’re going through a teenage phase it’s probably also because of bad influences from the game and its community.




  • Astaroth@lemm.eetoLinux@lemmy.mlSwitching to Debian on my gaming pc
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    7 months ago

    All I know is wine-mono and wine-gecko doesn’t come in any default package lists on apt that you get on Linux Mint (which should include Debian and Ubuntu packages), not sure if they exist on some other mirror list somewhere but it didn’t seem like it, while on Arch I got them directly from Extra (not even AUR).

    Well you technically don’t need mono or gecko, especially not if you’re just going to use Steam Proton to play, but I use pure WINE a lot and it was a pain having to install them manually. Eventually I gave up on using mono and just downloaded the .net runtimes I needed through winetricks.

     

    There were also some lib32 package I got from AUR on Arch that didn’t exist on apt. One of those gst plugins (ugly/good/bad/nice/whatever)





  • Been a while since I had a VM but iirc it was pretty easy to have a shared directory to the VM, which is very useful to (obviously) share files but it also means that since the files aren’t actually on the VM itself they’ll still be there even if you remove the VM since they’re not part of the image.

     

    How I learned my lesson to have a shared directory was this: I had been having audio issues on the VM and at one point just decided to start over with a new VM, completely forgetting that the files I had been working on for a project were part of the VM and would be gone.


  • Just the other day I was looking into how to use a single shared WINE prefix for multiple users since it’s not like any 2 users would ever use the same PC at the same time… TIL I was wrong

    Unfortunately I don’t really have anything helpful to add except it seems like Linux is more or less inherently built to support what you’re looking for.





  • Astaroth@lemm.eetoLinux@lemmy.mlArch or NixOS?
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    7 months ago

    Disclaimer: I only tried NixOS for less than a month when I was a complete Linux noob, I have since then been daily driving Arch Linux for about 2 years now.


     

    For me, at least on the surface level, NixOS just felt like Arch Linux, with more similarities than differences.

    What was nice about NixOS was the single config file for everything, although iirc I had to reboot every time for it to be applied while with Arch you can just install something and run it immediately.

    Edit: I either remembered it wrong or I was doing it wrong because you don’t have to reboot the whole system according to the reply from hallettj.

     

    What I didn’t like however was all the packages that got installed (through the list in the config file) had really strange directories which I couldn’t find easily.

    like on Arch the packages and the executables are basically all at /usr/lib/ and /usr/bin/ and iirc it was pretty much the same on NixOS, except on Arch I’ll have usr/lib/firefox but on nix it would be usr/lib/u123uadqasd782341kasjhiu3sh932s9sdasdsapzxcqw-firefox

     

    Another thing is that it works great for everything you install through the Nix config file, but it’s not necessarily going to clean up any files created by programs that got installed through it when you remove the packages from the config file.

    Like say you have installed steam and then you install some game through steam, well that game wasn’t added through the config file so there’s no guarantee that if you decide to remove steam that you will also remove whatever the programs steam installed or if they created some new files somewhere.

     

    Of course the same thing already happens on other OSes as well, so you could say that it’s an upside that Nix is better at cleaning up after itself whenever you remove something, but also because it’s supposed to all be controlled through a single config it just feels that much worse when you have to hunt down some file somewhere.


     

    Again these are mostly my anecdotes from 2 years ago when I was a complete noob. Maybe I wouldn’t have any issues if I tried it today. And chances are I was just trying to do something you shouldn’t even be doing.

    Plus at the start I used KDE Plasma 5 on Nix and Arch, maybe it will go better if I use i3wm on NixOS like I’ve been doing for a year and half or so on Arch now.

     

    At least I’m pretty sure that having daily driven Arch for 2 years now I would have much better chances with NixOS now than when I tried it with 0 experience on Linux.

    So since you’ve already got the experience from using EndeavorOS you might not have any big problems using NixOS, or at least learn how it works pretty fast.