Arkhive (they/she)

  • 6 Posts
  • 87 Comments
Joined 3 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.








  • 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!



  • I’ve used it for a fairly niche case. I check out audiobooks from my local library through an app called Libby. There is a “desktop” version, but it’s just a wrapper of the webpage and you cannot do any offline listening. On android the app downloads its data unencrypted and simply tries to hide it in a big folder maze broken up into smaller files. With Waydroid I can download an audiobook and then automate the finding, formatting, and merging of all the files to get a proper audiobook I file I can stream from my home server to my various devices.



  • It really just comes down to what you know. Moving from MacOS (from OS9 through like 10.12 or something) to Windows made me feel like Windows was the bent spoon. So many small things that to this day infuriate me. Just a couple that really stuck with me even after ditching both for Linux.

    • if you have highlighted text to select it, and hit the right arrow, where should your cursor end up? MacOS decided the cursor will be after the last character within the highlight. Windows places the cursor after the first character outside of the highlight. Why does this matter? The reason I noticed it was trying to edit file names quickly. I would like to right click, select rename from the context menu, which selects the text in the editing field, tap the right arrow once to move my cursor to the end of the string, and begin deleting whatever amount of text I need. If I try to do this on windows I end up deleting part of the file extension unless I tap an additional time. Not a huge deal but it legitimately messed with my muscle memory in just basic typing on windows.
    • the other aspect of MacOS that really is far and above anything windows has is ‘Preview’. Not QuickLook, which is a detail view of a file triggered by tapping space with it selected. I mean ‘Preview’ the graphics viewer utility. It’s one of those pieces of software that “just works”. It can import from pretty much any scanner, print to any printer, do basic image editing, open and edit PDFs. It’s really a phenomenal piece of software that feels like such a basic set of features that should exist in a default install of a flagship OS. Even the best free option of anything similar on windows doesn’t hold a candle to it.

    These are two VERY cherry picked examples, but I also feel they exemplify the “what you already know is more comfortable” dichotomy. Like having to find a functional PDF tool is kind of just “normal” for windows. Few windows only users I know actively miss the inclusion of that by default, and a whole industry has formed around the need for PDF editing, and yet humble Preview still puts Adobe Acrobat to absolute shame.