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

help-circle

  • I put lineageos on my old OnePlus, which had started to lag so much that even the password prompt would take a minute to register my key presses. The moment I put lineage on it, it started working as if it was new and finally had security updates for the first time in 2 or so years. I now use it as a backup device, and also as a webcam for my pc using scrcpy.





  • thepiguy@lemmy.mltoLinux@lemmy.mlNixOS for gamedev
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago
    1. Jetbrains toolbox is proprietary and I can still run it. You do have to explicitly state that you want proprietary software. You can even run random binaries if you setup nix-ld.
    2. The preferred way to do this is by creating a shell.nix for each of your projects with the dependencies defined within.
    3. Not sure about passthroughs, but qemu worked fine for me.

    As for nix Vs arch, I still prefer arch. This is not because nix is bad, but because I have used arch for a long time. I use nix on my laptop because I want that reliability, but I will probably never switch to nix on my desktop. I still find that I can debug my mistakes easier on arch, but with nix I can just git checkout oldcommit. With that being said, I do have a distrobox container with arch in my nix machine, if I really wanna install something quickly.




  • Arch and endeavour should fall under the same category. You are more likely to break your system, but tinkerers love how barebones those are. I have not broken arch in the 4 years that I used it, but I did dodge a few updates which would have nuked my system. Fedora will be more stable, and it will get fewer breaking changes due to it’s point release schedule.


  • I used Linux on my jailbroken Chromebook during school before and I slowly started using more and more of wsl when that came out.

    Then one day a windows update which started automatically on my laptop ended up wiping the encryption keys, I lost all my data including a lot of organised financial documents. This happened while I was having trouble with wsl where it would just delete itself on my pc. Then there was the issue of my pc having an English international keyboard which I was unable to remove and windows kept switching me to it every 2 minutes. Which makes programming harder due to how it handles inverted commas. I ended up doing some regedit to remove it, but then all windows system apps stopped working, including settings. And guess what, there was now an update ready which I could not skip because settings won’t open. And did I mention my laptop wiped itself again?

    I did not have a single issue since I switched about 4 years ago, I never looked back. Not even for gaming, I exclusively use Linux and I am proud of it. And this is saying a lot, because I always mess up my system when doing random experiments for fun, but there is also always a clear way out. (I use arch btw, and rtfm really helps a lot)






  • Yup, I understand that people are going to search for an installer and install it that way. What I am saying is maybe they should direct users to the snap store or something if the package they are trying to install exists on there already. Pretty non intrusive way to make sure they are doing it the right way.

    Edit: this is not me advocating for snaps btw. I don’t care what package manager anyone uses, as long as its not bricking your system.


  • Unpopular opinion, I think this should be like this if there exists a snap or a package in the repo for it. Even if this is a bug. Maybe they should make a popup educating users about how they don’t need to download installers. As for apps like discord, I believe there is a well maintained snap package available to install easily from the app center. I can’t seem to find chrome there sadly, but it is on flathub. I hope it gets a package.


  • I like his content, he covers open source tech pretty well imo. I don’t agree with his opinions on guns, but I live in a country where any sort of weapons are pretty hard to get and violent crimes are very low. I won’t understand the fear/anxiety of Americans living in open carry states, so take this opinion how you will. I don’t really have any opinion on anyone’s political opinions, including his. I do think it’s cool how he has a chicken farm, a step towards self sustaining ig.




  • I mean, it is not a fault on Linux’s end. We have all the tools we need in the form of wine and dxvk, it’s the game which fails to work due to some obscure dependency or a mandatory rootkit. One great example is genshin- the game itself works flawlessly, but it has a rootkit which obviously does not work on Linux and you have to patch it out.