

deleted by creator
I’m just this guy, you know?


deleted by creator
And I genuinely hope it stays that way for years more to come. Cheers.
Oracle Cloud will also delete your shit for the price of admission.
Caveat emptor, hey?
So, uh…
Digital Ocean Is pretty inexpensive at US$7 monthly for 1 vCPU/1GB RAM with 1TB transfer. Decent platform. US-based, alas.
(2025 September, for the archives)


I have some logic around notifications and a few actions. My spouse and I both grew up in houses with heat, but no AC, so I’ve programmed HA to send notifications to our phones if the setpoint on our Ecobee thermostat is warmer than the outside temperature in Cooling mode, and cooler than the outside temp in Heating mode. Outdoor temps are a blend of three weather service feed “feels like” observations and two outdoor temperate/humidity sensors.
The outdoor sensors are a ZigBee sensor, and some area sensors I snoop a few times an hour with an RTL-SDR radio single via MQTT bus. I have a helper that blends the weather service and local obs to compare with the thermostat. It bothers us every 2 hours to open some windows.
We both also have a bad habit of not closing the back door all the way, so the Assistant bugs us if a door or window is open for more than 10 minutes and the outdoor temperature is below the heating setpoint, or above the cooling setpoint. It turns off the HVAC a few minutes later if the condition persists and sends a snarky notification about not being made of enough money to fix climate change. However, it will turn the heat back on to 60F if the house falls below 58F and send notifications every hour til the condition is addressed.
Otherwise the ecobee does a fair job adjusting itself to maintain a desired inside temp on its own.


You’ve solved it by now but this Jellyfin doc article was helpful for me, beginning with the section Naming.
https://jellyfin.org/docs/general/server/media/movies/
There at similar guides for TV Shows, Music, Books and other mixed media.
There are also guides for “stacking” multi-segment media titles, for example Lord of the Rings movies which come on several discs.
Jellyfin can be a bit opinionated about detecting bad metadata. The override tags in the media data filename or folder name can help clean that up. In fact, I’ve started hard-coding those [tmdbid=…] tags in my encoding workflow because I’m just so damned tired of fighting with the metadata feature.
Hope it works form you,.too.


Yeah, I know.
Aurora is immutable, I fucked up. Oops.
Edit: unsubscribed. My life will be better.


deleted by creator


Man, I got stuff to do. Lol.


I mean…
Steam? Maybe? I dunno, I don’t game but the Steam kids seem to prefer Arch. I’m sure they have their reasons.
Practically? Probably nothing terribly significant.
Termux (on F-droid) is a userland environment that runs on top of your Android device’s kernel. It has Debian/Ubuntu-like package management system that pulls from repos maintained by the termux team. If the package is available for aarch64, its probably available in the termux repos. Its not so much of an app as it is an alternate userland that runs on top of the same kernel, but can interact with Android a couple of different ways.
The main Termux app gets you a basic command line environment with the usual tools included in a headless Linux install. From there you can select your preferred repos, do package updates, installs, etc, just like on a desktop or laptop. You could even install a desktop environment and use RDP to access it.
Then there are some companion apps that are useful:
So you could install the syncthing package in Termux and (after setting up Termux access for your internal storage) configure it to sync folders from your phone to wherever syncthing syncs. You’d set up a start script under Termux:boot to launch it when your phone starts, or Tasker to start/stop the service on your home WiFi.


For the F-droid enabled users, it seems there’s a Syncthing app in the Termux repos:
~ $ apt show syncthing
Package: syncthing
Version: 1.28.0
Maintainer: @termux
Installed-Size: 26.4 MB
Homepage: https://syncthing.net/
Download-Size: 7857 kB
APT-Sources: https://packages.termux.dev/apt/termux-main stable/main aarch64 Packages
Description: Decentralized file synchronization


I think that’s the Gen2 or Gen3? I had a couple of them over a few years, and I’m ashamed to say I’m not sure whether I actually had the one in the photo, or the version just prior to it.
Plus 1 for a refurb or gently used Dell Latitude series. My daily beater for the last 5 or 6 years has been a pre-2020 Dell Latitude 7390 13". Works really well with the *bian distros I’ve run on it, decent battery life, OK mic and speakers.
I’ve had to replace the battery once, and the keyboard once (which I damaged myself by applying a small amount of Coca Cola).
Refurb ThinkPads are also great, but they have a high resale value.


I am really not sure how I feel about this. It feels like when Cisco Systems bought Kalpana back in '94 and brought us the Catalyst 3000. So sexy, much disaster. Very bugs.
I really wanted to like that switch. It got better, but so did I.
Where was I?
Oh right: Qualcomm buying Intel. That’s not gonna help anything or anyone. Bad idea.


It’s possible I’m mistaken on Flatpack vs. Snap. I don’t use either of them, myself.


Functionally they’re no different. LMDE draws its packages from Debian (probably stable) repos while mainline Mint draws from Ubuntu’s. So yes, Mint will have overall newer packages than LMDE but it’s generally rare for that to affect your ability to get work done unless some new feature you were waiting for gets introduced.
Ubuntu is the Enterprise fork of Debian backed by Canonical, and as such have contributed some controversy into the ecosystem.
Ubuntu leverages Snap packages which are considered ‘bloaty’ and ‘slow’ by a plurality of people with opinions on these matters. They work. Mint incorporates the Snap store into their package management. You might just need to turn it on in the settings.
With mainline Mint you get new base OS packages with Ububtu’s release cycle, and the Snap store.
In the case of LMDE then, you can run a stable base OS on Debian’s rock-solid foundation, their release cycle, and still get your fresh software from the Snap store.
IMO, they’re the same for like 85% of use cases. I find I end up going to extra measures to disable certain Ubuntu-isms on my own systems that run it, effectively reverting it to Debian by another name.
As a student and occasional gamer, the trade off is having a stable base for your learning needs, and still be able to get the latest user desktop apps from Snap.


Linux Mint Debian Edition (LMDE) is a solid pick. All thenperks and integration of Mint, without Ubuntu.
…Ubuntu which, yes, is a Debian downstream. People have their opinions on it. It works. It has its nuisances, but it works.


Oh, shoot. If you’re gonna roll your own then that’s probably the better play because at least then the firmware won’t be all locked down and you can pick known-compatible parts. Get it with no OS and sort it out later if you need to.
It’s easy enough to buy a Windows license key later on if you need it. The school night even make it available you at a student discount. Boot it from a USB drive, even.
I use
/srv/[service]for services by the same logic, and leave/optfor local user apps. It’s kind of a coin toss though. On another day I night have decided differently.