I recommend starting with .container files instead of .kube, unless you're already familiar with kubernetes.
Can i do that with quadlets?
I recommend starting with .container files instead of .kube, unless you're already familiar with kubernetes.
Can i do that with quadlets?
At the end it's just tests, the syntax might be more verbose but Llms write it anyway ;-)
The problem isn't in the writing, but the reading!
Sure performance is a concern but is recursive re-rendering really cheaper than memoing all props?
Just because I look up one video of “how to replace a toilet seat” doesn’t mean I am a connoisseur of toilets.
The other problem I run into is that no matter what I’m watching, I’m two autoplay videos away from Joe Rogan (and other right wing personas). Who knew something as innocent as listening about the economy of Iceland can be two videos away from why the Superman movie is too woke.
This Twitter-style faux-casual way of writing is so common among AI people right now (see Sam Altman) and it’s extremely grating. I don’t know anything about this project, but if they really cared about their users, I would hope that they’d use capital letters and punctuation when addressing them in an official announcement.
Deleted Comment
> No copying files to ~/.config/systemd just run docker-compose to start and stop.
Naively, I'd say to create symlinks instead of copying, and run `systemctl daemon-reload`/`systemctl restart ...`. Although there are probably more streamlined web development options out there.
Maybe look into Podman Pods. They're probably closer to what you're looking for, but idk what kind of dev tools exist out there for it. Maybe a few custom shell scripts to run the pod management commands is all you really need?
I did mean symlinks too. The rest of my system shouldn't have to know or care about my project at all.
I just wanna be able to systemctl --user start ./my-service.service or something to that effect.