

I’d connect vis SSH and manually inspect the files that it’s supposed to be creating. Does apt update show any errors?
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @dan@d.sb


I’d connect vis SSH and manually inspect the files that it’s supposed to be creating. Does apt update show any errors?
I think the real issue isn’t the rewrites, it’s the fact that Ubuntu started using the new Rust coreutils even though they weren’t ready for production yet. uutils hasn’t even reached version 1.0 yet, and still fails some compatibility tests.
All your internet traffic is likely going through at least one network administered by a furry. It seems like there’s a much higher proportion of furries in network admin and cybersecurity jobs compared to IT/tech jobs in general.


The healthcare system in the US isn’t great, but you do get a decent experience if you have an employer that offers good insurance. My employer pays most of the cost of my health insurance. I pay around $200/month for my wife and I, but that’s pre-tax money, and the plan is great for US standards. $15 for doctor visits and $100 maximum for ER visits.
In Australia we pay a 1.5% tax to fund the public health care system, so for a $60k salary that’s $900/year.
I didn’t realise that the Pi 5 has an NVMe hat. Is that what you did? It’s a great solution.
SD cards are mostly designed for use cases that do very little writing. There’s high endurance SD cards, but those are designed for long continuous writes (mainly for dashcams and security cameras). Home Assistant does a lot of small writes, which is the worst case scenario for an SD card.
Back when I used a Pi for Home Assistant, I had a SATA SSD attached to it using a cable like this: https://a.co/d/2tlYZW2.
These days I’d probably try a USB NVMe drive, like a SanDisk Extreme Portable SSD or similar product. NVMe drives were a bit iffy with the older Pis since some of them pull way more power than SATA SSDs and the Pi couldn’t always handle them, but it should be fine with the newer ones.
If you don’t have any offsite backups yet, I’d get a storage VPS (look for good deals on LowEndTalk on Black Friday!) or Hetzner storage box and back up to it using Borgbackup and Borgmatic.


An important note missing from this article (but included in others) is that Jeff Atwood, the founder of Stack Overflow, donated 2.2 million Euros to Mastodon. That’s likely partially where the 1 million Euro payout for the CEO came from.


Why don’t you like people being paid for their work?


us software salaries are insanely high compared to the rest of the world, because the cost of living in SV is insanely high.
I moved from Australia to the San Francisco Bay Area. My starting income was maybe 3x what I was getting paid in Australia, but the cost of living definitely wasn’t 3x higher. Major Australian cities are considered HCOL (high cost of living) areas too. Some things like electronics and food were cheaper in the USA too, at least until inflation and tariffs made everything go up.

Are they all from the same sender? I wonder if they just have Outlook configured to set the importance to high for every email.
This is why so many people are misinformed. Good journalism is paywalled while things like Fox News, Newsmax and Sky News aren’t.
Journalists do need to get paid though, and not everyone is okay with ads. People expect too much for free.


make them pay for the cost of adding the additional capacity that they require
Isn’t this what they’re attempting to do, at least partially? Most of the big tech companies are funding development of nuclear power plants.
https://world-nuclear-news.org/articles/google-to-fund-elementl-to-prepare-three-nuclear-power-sites
https://www.cnbc.com/2025/06/03/meta-signs-nuclear-power-deal-with-constellation-energy-.html
What I’m unsure about is if it’s just IOUs (Investor Owned Utilities) that are increasing electricity prices, or if municipal providers are doing it too. IOUs use every excuse to increase their prices, including in cases where their costs don’t increase that much.
Your ps output doesn’t show systemd as running. The only output is the grep command itself.


If you want to play files over SMB, you can just open the SMB mount in the file explorer and double click it. On Windows you can mount it as a network drive (like V: for videos) so even non-technical users understand it. I don’t understand how mpv is easier for that use case.
With systems like Jellyfin and Plex, you can (and should!) turn off transcoding when streaming at home. The only times you should enable transcoding are when:
Transcoding is very useful, because otherwise you’d need multiple copies of the same movie to handle different environments. Transcoding can dynamically adjust the bitrate based on the connection speed.


Seems like BASIC but with different keywords :D
I like this part of the readme:
How to use
Please don’t.
I wasn’t familiar with the YouTuber since this was the only video of his I’ve ever seen. It came up in my recommendations one day.
If they want to try new distros, maybe try Fedora with KDE? Installing the Nvidia drivers isn’t too difficult.
For RTX 20 series and above, it’s recommended to use Nvidia’s open-source drivers. The instructions for how to switch on Fedora are here: https://rpmfusion.org/Howto/NVIDIA#Kernel_Open. Note that this is not Nouveau, which is a different open-source Nvidia driver not made by Nvidia themselves.
you can not properly control dependencies per project otherwise.
Says who? Use proto for your tooling (which lets you lock the version per project), and a lockfile for your app’s dependencies.
Devcontainers work fine without an immutable distro, too.
LTS is supposed to contain stable components though. They really should wait for a stable (1.0) release before committing to it.