

Mmm. I use paperless mobile but I will try FairScan. Thank you.


Mmm. I use paperless mobile but I will try FairScan. Thank you.


Week two?
I was able to upload 57k assets via the web browser without much trouble. I just did it in bulk operations or a year or two at a time to prevent the interface framerate from dropping.
I don’t remember this taking me more than a couple days mostly not touching it.


Fuck right off with over the air updates to my life saving devices. I have enough over the air updates to my regular devices that break things thank you very much. I don’t want my ribs or life to be next.


It still sort of baffles me we haven’t designed a better braking system for the heaviest and most dangerous vehicles on the road. I’m sure it’s not easy but it seems to me like society is taking the “eh, it’s dangerous but a good truck driver will prevent it” stance instead of “the breaks shouldn’t fail”.


Mmm. Thank you. Much better and not running in a weird integrated browser tab.


They changed to a random person and gave all abilities to quietly upgrade everyone’s installs to the one maintained by the new random person. Then the new random person disabled things that allowed us to verify the app provided is the same one built from the Github repo. And now the new random person doesn’t communicate well.


Windows supports creating or using NFS shares?


I do not have a Steam Deck but I do use Linux.
Doesn’t it have a Micro SD card slot? That would probably be the least faffing way to copy files.
Aside from that it’s just a Linux computer so anything you like; I’m partial to SSH (rsync) for one off or Syncthing to sync folders around. You could also use a magic-wormhole web client, a Windows shared folder (no experience connecting to SMB shares from Linux), or croc (like Magic wormhole but resumable).
Also not a user of pirated game files, but what kind of format are they? If they are EXE files then they won’t work when you double click them like on Windows (at least not unless SteamOS went to the effort to configure that). You have to run them with Proton from Steam. I do not know how to do this with things outside Steam but you cauld try adding them to Steam as an external game, then the usual “select Proton” configuration might present itself.


The .org is down for me but .si isn’t. It wouldn’t surprise me if the Spotify download triggered some legal proceedings and resulted in a DNS name being blocked.


HexOS(TrueNAS) + Headscale(Tailscale). Then Emby or whatever existing tool on it.
TrueNAS supports cloud backups on a schedule to Backblaze; easy to setup, failure alerts. Then with Syncthing or the like you can have a 2nd copy of data on another computer.
I keep anything of importance replicated to most of my devices all the time (photographs are on laptop, server, phone, documents on all three and a media machine encrypted with version history). Then the server does snapshots for easy data recovery back in time, and a cloud backup nightly to Backblaze for off-site-ness.
HexOS is not cheap, but it’s a nice wrapper around TrueNAS. It supports a simple interface for just enough to cover most simple use cases. Then you can drop into TrueNAS if you want something more advanced.
Though I would love to help, I’m no better with a list of unfinished projects :| I could help setup something over a call at one point but I am probably not a good person to keep you accountable.
I use TrueNAS (HexOS) to host Immich (Google Photos), Paperless NGX (Google Drive sort of), Headscale (Tailscale VPN), Syncthing file sync, Backblaze cloud backups, Emby, etc.
I would recommend Emby over JellyFin personally. I have used Plex, JellyFin, and Emby. Plex is removing the point of using it, JellyFin seemed constantly broken for me. Emby worked the first time, and has continued to work without issue since.
Personally, I use headscale (self-hosted tailscale) that is open to the internet. Then my phone and all other devices use tailscale clients to connect to that. All my other services are accessed through the tailscale magic DNS service.
Nothing except headscale is open to the internet, and I can access anything I need on the server and other devices. It also doesn’t just route All traffic through my server, only the stuff to other tailscale nodes.
Then just recently I’ve been using Nginx proxy manager and my DNS to make nicer names instead of memorizing a dozen ports for random services I host :p