Arkhive (they/she)

  • 2 Posts
  • 83 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle








  • Depending on the game and comfort with bash scripting you can roll your own mod managers. I don’t really play Minecraft anymore, but if I did it would be heavily modded. In an effort to avoid installing a client/launcher beyond the one I already use I just keep folders for mod lists and configs, and then have bash scripts with aliases to do all the necessary file moving to swap between mod packs.

    This doesn’t really work for most other games, but for things that run natively on Linux can usually do the trick.

    For things running through proton it’s a bit more involved, but I also found a lot of satisfaction in figuring out how to manually install mods within the proton prefix. Used to have to do that a lot to mod Skyrim when it first came out and I got it running through wine on a school issued MacBook.





  • It’s odd because I feel like it gets mixed up, very fairly due to its name, with MacOS “QuickLook”, which is the actual file previewing tool, giving a quick peek into a file by hitting ‘space’ with the file selected. Preview is essentially an image editor, but it doubles, or maybe triples, as PDF viewer/editor and scanner importer. The names are kinda silly tbh.





  • I use Sunshine/Moonlight, OBS, Discord screen share, all on Wayland and an AMD GPU. No issues, both on my old Arch install and now NixOS. Every now and then there’s some issues in the actual updates that get pushed to these things, but those aren’t usually specific to my system. For example just recently an update was pushed to the loopback module OBS uses for virtual camera, but the OBS update that utilized it hadn’t been pushed yet, so I got a crash.



  • I’ve “started” but only so far as working on my home lab/server and home network. In theory if I get everything setup in advance, it’s as simple as getting some high gain WiFi antennas and getting other people to put their routers in bridge mode and configuring them to extend my network.

    That being said, I am building out my home server with this goal in mind. An effective mesh network will have multiple devices hosting redundant instances of all the services, and the more devices doing that the more resilient the network is. To that end I’ve taken to learning NixOS for the reproducibility. Because your system is declared in a single file, and hardware specific config is separated from that, I can turn any device into a node in the mesh simply by installing NixOS and pulling the config of an existing node.

    Eventually I’d love to basically build my own routers from single board computers and high gain antennas that I can just give to people. Basically a plug and play, preconfigured device that will pickup the existing mesh, or create a new origin node if not in range.

    The super long term dream or goal of this would be to include a very long range, slower connection between origins to trickle feed content changes. Depending on the dystopia we end up in, this could be done with crazy strong WiFi signals, radio, LoRa, or even (inspired by factorial logistics robots) gliders or drones that are themselves carrying mesh network nodes and fly over bubbles of mesh networks.

    It’s all kind of a pipe dream, but I’m at least educating myself for a time where more people begin to realize the World Wide Web as we know it is crumbling.



  • I realize you’ve already made your switch, but I wanted to toss in my 2 cents. I had a very similar, though shorter term experience with Arch, and I still love it dearly, but over time some jank began to creep in around the edges. The time came to make some sort of change when I finally decided to wipe the windows boot drive I had in the system. I took the opportunity to upgrade the m.2 ssd and decided on NixOS for a handful of reasons, and it’s honestly been super refreshing. I feel even more in control of the stability of my system than any OS I’ve used before. If something is going wrong, it is most likely something I did in my config, or the config isn’t even valid and the system tells me exactly what is wrong before I even get to a point where I’m trying to boot into a broken system. I ignored a lot of the online recommendations to use flakes and home manager and whatever. Just a single text file with all the details of my system in it. I find it incredibly digestible compared to tracking down issues with Arch.

    Anyway, I also have a Bazzite system, and like it. Sounds like you’ve found a nice new home!