• 3 Posts
  • 65 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • Every now and then my MX ergo would feel like that, I take it apart and place the plastic ball holder (just the actual plastic part, removing all electronics) in hot soapy water for a few minutes. It has 3 little ceramic bearings that even with regular cleanup end up gunking up. While wet, i use the ball to jog the bearings around, then rinse with isopropyl and let it dry. Feels as good as new.



  • I dragged my feet for over 2 years after building my homelab and not putting proxmox. I highly recommend you start out with proxmox right away. It has its quirks and learning curve, but it’s been a breeze after “getting it”.

    At first I didn’t want the files inside LXC filesystems because I was used to manually poking at folders and such. But the periodic backup and restoration that gives you its the best, bar none.

    I rebuilt my setup after a faulty data cable destroyed my btrfs raid0 filesystem (I know, I knew it was dumb, but I had 8tb at my disposal and I wanted to use it dangit!). Long story short, my borg-based Nextcloud AIO backups were borked and took like 3 days of research and external drive juggling to get some of the stuff out of them. With proxmox it’s a single click to get the whole thing back up and running.

    Also you can use helper scripts as a sort of appstore, including turnkey appliances






  • I’ve solved most of my monitor problems on Wayland by using Gamescope. For example Enlisted (native) will insist on spanning across my 2 1080 monitors, or Helldivers 2 won’t boot on fullscreen while showing a white line on borderless. Also most games won’t properly grab the cursor.

    On any steam game add this as launch options:

    gamescope -w 2560 -h 1440 -r 60 -f -e %command%

    This will make the game think it’s always running in the foreground, and in the resolution/refresh rate you specify.

    If you want to add extra commands, like mangohud or gamemoderun, put them before gamescope

    Hope this helps ya, GL&HF






  • the problem with FW’s docs is that they are too opinionated, they expect a strict user and directory structure that should not be required for docker deployments. I modified the example docker-compose to use volumes instead of binding to host locations (except for the music:ro folder) and it didn’t like it at all. I get that they prefer using ansible playbooks over docker, but even when starting from a fresh debian 12 install it’d fail, even though I followed that guide to the tee.

    As someone else said on the thread, it’s weird but there’s no much choice for multi-library music-centric servers. Guess I’ll have to wrangle Jellyfin into submission to tag my music properly.


  • tried jellyfin even before Navidrome: the problem with Jellyfin is that as good as it is tagging and managing movies and tv shows, it’s atrocious at music management. Even though I painstakingly tagged and sorted my music using MusicBrainz Picard, there are tons of albums misplaced, or entire artists catalogs set as a single album. Same music collection on Navidrome worked OOTB and was perfectly sorted.