

Most of the time that’s perfectly fine, but if the database were in the middle of an operation you risk corruption.
Nice. Software developer, gamer, occasionally 3d printing, coffee lover.


Most of the time that’s perfectly fine, but if the database were in the middle of an operation you risk corruption.


Individually. If the app requires a DB, I put it in the compose file. This simplifies both backups and migrations. My tooling for backups has a pre and post script I can customize on a per app basis so I just have the pre do whatever *dump for that DB and the post clean it up (backup takes a tar of the folder).
Honestly I left proxmox/virtualization OSes a while back for simple RHEL. I have Docker for most everything and the few things I need full virt for the features Cockpit provides are more than enough. If I ever get back into clustering I’ll look at proxmox again.


With. The site narrowed me down to the ligatures.


I got Fira Code, the font I currently use. Guess that makes sense then. Huh.


My work has been pushing BMAD method hard on us software engineers and while I do agree using those prompts, scaffolding, and alot of babysitting, you can get fairly good results - it takes more effort than actually just writing the code.
Devs are going to get lazy and stop handholding and steering the LLMs, and since we’re now looping LLMs into code review, it’s going to miss stuff as well.


Once you adjust it works well. The whole “find something at random to watch” paradigm is not really how *arr works, but if a coworker mentions a show I can have it ready when I get home.


Agreed. Even if you don’t need the features right now, you might in the future. Also, using snapshots as a filesystem level time machine is nice and I highly recommend them. There’s Snapper and Timeshift.


games would lose mouse lock
Did gamescope not do the trick for you? Having used both Gnome and KDE on Wayland anytime I’ve encountered that issue the solution was simply to use gamescope.


I used to run a public link shortener. Once the scammers catch wind and add it to their rotation all bets are off. I got inundated with reports and my standing with my web host would have been at risk as well (long story). I now use Shlink on those domains lol.


This is what I do - well, I back up there entire container. But functionally the same.
There’s only a few pieces of media that I have backed up manually due to their rarity, but even those I don’t really care about.


That file is for debugging. Seems like something is setting SSLKEYLOGFILE. You could try unsetting it (unset SSLKEYLOGFILE). Something is probably setting it in your shell, so you probably want to look at your specific shell configs for a more permanent solution.


Sure, which makes the transition suck even lol.


:(
Time to switch to yarn or something.


Does not appear to be the correct MR. Comments on the issue allude to “they never pushed it” so sounds like there never was an MR. Watching the announcement where they demo’d it, it wrote much more than is in that MR. Not to defend OpenAI, I hate vibe coded solutions that add so many useless comments.
Write. Readable. Code.


I agree, rhetoric like OP’s framing a non-FOSS distro as ‘just another closed source/black boxed OS’ reads like OP is suggesting it isn’t even worth migrating from Windows to say, Bazzite. Which is dangerous.
I’ll take a door I can peer into but has a few shadows over a completely closed door anyday.


Your connection being fine during downtime is a new detail not in your original post that changes the dynamics. That being said I believe my other response should be helpful.


Well, it can’t hurt to cross it off. You don’t need to get a domain from a registrar that offers dynamic DNS, you just need to register a domain (or try another dynamic DNS like the other user suggested) and use a DNS provider that is free and offers an API. I personally use Cloudflare, there are plenty of guides for setting up a dynamic record on CF.
For registering a domain you can use an affordable registrar, I’m a Porkbun customer - for a .com domain it’s like $11 for a year. No need to spend monthly.


Ha, if he said duckDNS I was going to recommend something more reliable like freedns.afraid.org.
That being said, the description in his post doesn’t make it seem that way.
Yes that’s good enough! Sorry I missed your statement about shutting down first. To clarify I leave mine running since a dump can recover if it gets corrupt.
Basically my backup contains the database and the SQL dump (or equivalent) - that way I don’t need to shutdown the service.