Or even 5.25 slot.
But that was ~30yrs ago when we had one in a 386.
Or even 5.25 slot.
But that was ~30yrs ago when we had one in a 386.
Dang, this was the first I heard about mobile justice shutting down.
It had been on my phone and thankfully unused for a long time.
Looks like this is the written version of the video:
https://thelibre.news/foss-infrastructure-is-under-attack-by-ai-companies/
Well that’s not good…
They seem to be reasonably active, so I would imagine that situation won’t last long.
Garuda is about the same.
Arch base, preconfigured for btrfs snapshots on Pacman updates (and they provide a handy garuda-update
wrapper to that), many niceties already done for you.
I’ve used the snapshot feature a couple times and only because the Nvidia drivers botched something horribly and I went back to the same snapshot a couple times.
And I use distrobox (rootless podman FTW) for some crap too. Like that time I needed WebEx at a moment’s notice for a call (and they only provide a deb and rpm). Or spur of the moment dev environments when I don’t wanna futz around with vscode devcontainers.
But with arch-based stuff, you gotta read the Pacman output. If you don’t wanna, definitely reconsider immutable. Next time I can be bothered to reinstall, that’s where I’m headed. Heck, you can start a distrobox with Arch and install all the AUR shit you please without a major worry.
Scrubbing a little demo project I made featuring a web app behind oauth2-proxy leveraging keycloak as local idp with social login. It also uses a devcontainer config for development. The demo app uses the Litestar framework (fka starlite, in Python) because I was interested, but it’s hardly the focus. Still gotta put caddy in front of it all for easy SSL. Oh, and clean up all the default secrets I’ve strewn about with appropriate secret management.
All of it is via rootless podman and declarative configuration.
Think I might have to create my own Litestar RBAC plugin that leverages the oauth headers provided by the proxy.
It has been a minute since I worked daily in this space, so it has been good to dust off the cobwebs.