Bryan Honof
banner
bjth.xyz
Bryan Honof
@bjth.xyz
We need a Grafana dashboard for this.
September 8, 2025 at 6:57 AM
Must be the water.
March 24, 2025 at 9:47 AM
I see it’s turning up more and more at events like DevOpsDays. The community also organises meet-ups around the world, so you could try your luck there. There’s also and official matrix channel listed on the website. 😁
March 11, 2025 at 3:16 AM
I’ll ask @tomberek.bsky.social to upload them. 😉
March 8, 2025 at 9:36 PM
I have :)
March 8, 2025 at 9:35 PM
One of my favourite tricks in the book. Mitchell Hashimoto has a very good blog post about this, I recommend giving that a read. mitchellh.com/writing/nix-...
Using Nix with Dockerfiles
mitchellh.com
March 7, 2025 at 1:48 PM
I'm a bit vague on how silverblue actually does its package management. Does it support RPMs like Fedora does? If so, we do ship an RPM flox.dev/docs/install...
Install Flox - Flox Docs
Install or upgrade Flox
flox.dev
February 27, 2025 at 8:43 PM
I'll also create a ticket to look into the excessive layer count. Looking into it with dive myself, there are a few things in there which I think we can safely remove already.
February 27, 2025 at 8:24 PM
Okay, then I get the comment. I'll admit that the container is quite sizable, and there are probably a few paths in there that we could shave off that aren't contributing much right now. But it should provide you with a fairly accurate environment to play around in.
February 27, 2025 at 8:24 PM
Oh, wait. Are you doing a flox containerize of one of your environments, or are you docker pulling one of our images?
February 27, 2025 at 8:05 PM
This is because we use nixpkgs' dockerTools.steamLayeredImage function under the hood. This puts every single dependency of your environment into its own image layer. Now, we could expose an option to tell the function the max layers it's allowed to use.

Out of curiosity, why is this surprising?
February 27, 2025 at 8:02 PM
I call it ancient software, is that okay?
December 13, 2024 at 8:24 PM
Been doing the git commit --allow-empty-message myself. Talk is cheap, show me the code. 😁
November 1, 2024 at 11:40 AM
You forgot Git. 😁
October 30, 2024 at 6:26 PM
Meant to type DevOps, got autocorrect to DevOpsDays, sorry. 🙃
October 26, 2024 at 6:39 AM
Oh, there’s also this pretty recent post which might be of interest to you. medium.com/@pierre_4965...
Flox: better alternative to Dev Containers
I was still in pain with my development environment setup despite using Dev Containers — then I discovered Flox.
medium.com
October 26, 2024 at 6:38 AM
October 26, 2024 at 6:36 AM
When it comes to DevOpsDays specifically, I’ve used it to provide all the tools necessary to bootstrap and maintain infrastructure. As well as tried using it as a container generator. The process is quite nice once you get over the language. At @flox.dev we’re also trying to make this easier still.
October 26, 2024 at 6:33 AM