Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CH
Posts
1
Comments
704
Joined
2 yr. ago

  • Linux gives processes a chance to gracefully close. However, it also will absolutely NOT allow a process to hang up the shutdown or restart procedure after a point. If you're using systemd (which there is a good chance you are), it'll count down. If the process hasn't stopped in the time allotted, it gets Old Yellered.

  • Really wish Fairphone would come to the US. I'd spend the money on it, but they only half-ass sold the last gen phone here on the US.

    I don't even understand why. They support most 4G and every mid and low band 5G in America. Even if I could just import it, I'd be happy.

  • If you get with one of your local Meshtastic groups, there will likely already be a bunch of people who use it. I joined a local group in San Antonio, TX and there are around 205 nodes run by a few dozen people throughout the city.

    Obviously rural areas are going to be less people, but you'd be surprised how many people run it already.

  • If you want to run VR on Linux with your Quest headset, WiVRn works absolutely flawlessly. Been running VR with my Quest 2 for a while with it.

    Not sure if jailbreaks exist for the Quest 3, but I've considered jailbreaking my Quest 2 in order to run it without a Meta account.

  • Valve made a compatibility layer for the Steam Deck and Linux called Proton. It uses a lot of technologies, including WINE, dxvk, and more to make Windows games run well on Linux. It basically takes Windows API calls and translates them to Linux with little to no performance penalty.

    Steam also has native builds for Windows, macOS, ChromeOS, and Linux now, so you can just install it. Most Linux distros have Steam right in their software manager now.

    Typically, unless the game has blocked Linux with something like kernel-level anticheat, it'll "just work" on Linux now. There is a community database called ProtonDB that has a list of games and how well they do or don't work.

    Hope this helps and feel free to ask any questions.