

Don’t you have any off-site backup? It would help keeping some peace of mind knowing you have a copy somewhere else.
Don’t you have any off-site backup? It would help keeping some peace of mind knowing you have a copy somewhere else.
In my experience with unbound, it tends to return expired records in the hope that they are still valid, causing issues with services hosted in the cloud, where IP addresses rotate regularly. What I did was update the serve-expired-ttl
setting in unbound’s configuration to 3 hours (down from the default 24h)
Ah, good idea! I just don’t have any non-magnetic screwdriver at home, I’m afraid as to what might happen if I get its magnetic tip close to a drive.
Oh wait, I found a lousy screwdriver, it works like a charm! It’s definitely the bottom one. Thank you very much!
My only turn off is the lack of a tele-camera: I love the 4x (104mm eq.) on my Pixel 6 Pro and I don’t think I can live without it.
What originally started as a git repo for storing backup scripts and a list of GNOME Shell extensions now contains dot files, systemd units, Pipewire and Wireplumber configs, scripts for installing new software from Brew and Flatpak, and a systemd service that pulls and apply the latest changes on session startup.
My reaction when I read this article
Also this interviewee sums it up quite perfectly:
“If I know from looking at company reviews or the hiring process that I will be using AI interviewing, I will just not waste my time, because I feel like it’s a cost-saving exercise more than anything,” Cobb tells Fortune. “It makes me feel like they don’t value my learning and development. It makes me question the culture of the company—are they going to cut jobs in the future because they’ve learned robots can already recruit people? What else will they outsource that to do?”
I’d pick OpenSUSE over Bazzite because I don’t like the idea of updates possibly overwriting anything I install myself that isn’t flatpak/distrobox/homebrew
In atomic distributions you would install non-sandboxed programs in a layer that is applied on top of the base system. When your system is updated, that layer is applied back on top of the updated system. The only possible breakage would be if what you installed depends on a dependency in the base system that has been removed or which is no longer compatible.
Get ready for an undercooked campaign, BF6’s development has been rather chaotic https://arstechnica.com/gaming/2025/07/behind-the-next-battlefield-game-culture-clash-crunch-and-colossal-stakes/
They probably use Javascript to hide/show the navigation bar as you scroll and my guess is that they set its position with Javascript instead of CSS.
I personally ended up running my containers on a VM on top of TrueNAS to get the best of both worlds (and because back then running applications directly on TrueNAS SCALE was convoluted)
You could read this article where the author runs NixOS in VMs on top of TrueNAS.
In other news, water is wet. (nobody is surprised that Apple would fight this fine)
They kinda did with Deepseek out of necessity to circumvent the import restrictions on AI chips. But this model is very pro-China (it has lots of censorship built in)
This. I have been using it a lot lately to manipulate CSVs, it is such a godsend.
I guess the only appeal of third-party browsers on iOS is synchronization with their desktop counterparts. Maybe ad-blocking if the capability is offered (I’m not so sure about this one)
AI bros are trying really hard to convince people that their parrots can be useful in business settings.
I recently moved from Spotify to Deezer and I’m considering moving to Quobuz, how’s the UX on it compared to Deezer?
Zay-toon is also common in languages from the Iberic Peninsula: both Spanish and Portuguese got it (and a few other words) from Arabic.
Telegram are being paid by xAI to use their product? Isn’t it supposed to be the other way around?
You can’t, it just part of how Fedora works now. Maybe Fedora should patch Dolphin to take /sysroot into account instead of /
What’s your issue exactly?
Personally, I set up Caddy with subdomains like
radarr.local.example.tld
, added a DNS entry on my domain so that*.local.example.tld
points to the local IP of Caddy, then followed this guide so that Caddy issues TLS certificates using the DNS challenge (since the subdomains don’t point to anything accessible from Internet) along with the caddy-docker-proxy plug-in to easily manage upstreams.