Your friendly neighbourhood sh.it.head

A Reddit refugee after 8 years of Reddit-ing

  • 12 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • Whatever file format I use them in is also how I back them up, I backup my entire desktop’s and laptop’s data to an external hard drive and an online service provider. I’m sure a compressed format would be more space efficient but that would take much more time given my use case.

    In the case of my laptop it runs Linux and the filesystem I use supports “transparent compression” (almost all contents of the drive are compressed with zstd), so I’m guessing any of the ROMs on there will have already been compressed as nuch as they can (but I’m not knowledgeable enough on the file format specs)






  • It doesn’t add anything unless you have the muscle memory for the dpad movement over joystick for 8 direction input. I just find it awkward, and can’t switch directions as fast. The corner zones also feel a little off compared to the cardinal directions, but this is likely just my muscle memory hampering me and not the game itself.

    I feel like my issues with it are definitely nit-picky, and I can definitely see others enjoying the game and not caring whatsoever. I guess I just find it frustrating that a $79.99 CAD remake doesn’t allow for both input methods.

    For example I know my partner enjoyed playing with the joystick. And in other games like cuphead that give you the option he still played with the joystick instead of the dpad. Perhaps I’m just a little stubborn :p

    About the only rationale I can think of is the joystick being better then the joycons dpad for movement, particularly when inputting two directions at once. I personally use a pro controller so I don’t personally suffer from that in games where I use dpad, but I assume most people just stuck with joycons outside of the more “hardcore” switch owners.




  • Assuming the NAT type is one that supports peer to peer connectivity, you could try using Ethernet instead of wireless (of course this only helps when docked). This would alleviate issues with WiFi signal not being strong enough, potentially increase bandwidth, and reduce latency. Ethernet can’t improve the connection beyond the incoming connection from the ISP, it only will improve issues that stem from wireless connectivity.

    I live in the countryside with my family, so maybe that’s why my Internet is so wonky?

    it could very well be this, when I visit my parents in the countryside the internet is sometimes not good enough, and other times it is adequate (satellite internet, so weather can impact it).


  • I got a used copy of The Elder Scrolls V: Skyrim for switch, I know I’m very late to the party on this one but I am enjoying it a lot.

    It is the first game however where I’ve had my switch fully crash, I guess I shouldn’t be too surprised since it is a Bethesda title.

    I’ve been spending a bunch of the time reading the random lore books in the game, the world building is definitely the main draw for me over the gameplay. Gameplay isn’t my favourite but I am enjoying it still, I feel some more contemporary RPGs have definitely spoiled me in some ways.




  • Thank you for the very thorough reply! For god knows what reason I get this error: error: app/org.mozilla.firefox/x86_64/stable not installed when running the xdg-open firefox-reader command, yet manually running flatpak run --user org.mozilla.firefox about:reader?url=https://example.com works just fine. I’ll have to troubleshoot it when I have a bit more time ;p

    Thanks again for your very thorough write up and the linked articles. Have a good day :)

    Update: It seems like on my system, the --user flag was the issue, removing it made the script function. I am using Fedora Kinoite (Immutable version of KDE Plasma), so perhaps it is just a difference in how flatpak is configured between distros? I’ll have to read into it more later.


  • I’ll keep my answer focused on KDE Connect as I no longer use a TWM. You can most definitely use KDE Connect in non-Plasma environments. For non-Plasma (and non-Gnome * ) environments you can just install the kdeconnectd package. Then, to start the KDE Connect daemon manually, execute /usr/lib/kdeconnectd. You can schedule this to autostart as a systemd unit, or in the config for your TWM (I know in sway/i3 you could start it, I’m assuming it is similar for many other options)

    If you use a firewall, you need to open UDP and TCP ports 1714 through 1764. If you use firewalld specifically, there’s an option to enable KDE Connect rather than manually specifying it. This also let’s you have it only work on private networks and not public if you so chose.

    See Arch wiki for more details

    *For gnome I would recommend using gs-connect even if you have a tiling extension

    £ KDE-Connect: does that work on TWMs? Is there a good implementation? Can I use GSConnect elsewhere too?