| 23 Oct 2025 |
lillecarl | Kiruna must stop using flakes! | 23:05:55 |
| 24 Oct 2025 |
markuskowa | Suggested time for the next meet-up is Tuesday, November 11th. | 14:56:31 |
lillecarl |  Download image.png | 21:24:03 |
lillecarl | markuskowa: Discourse is mad | 21:24:09 |
markuskowa | Discourse prevents you from having a blog style post? | 21:25:27 |
lillecarl | Apparently so, might be because my account is relatively fresh (merged Salsa9 into lillecarl) | 21:26:05 |
markuskowa | Just posted. Your counter is reset. | 21:28:19 |
| 25 Oct 2025 |
Claes | Someone posted your Discourse post to Hacker News, @lillecarl:matrix.org
https://news.ycombinator.com/item?id=45694510
(It wasn't me) | 21:43:39 |
lillecarl | I've got to make that thing good now 😄😄 | 21:52:51 |
| 29 Oct 2025 |
lillecarl | https://github.com/Lillecarl/nix-csi/commit/8ddd8f457b38a22bbfb56b5d7e71b4f22c17df65
https://github.com/Lillecarl/lix/commit/b5e5a56b93da57239feb192416291af21df8dfe8
Time based GC for nix-csi!!! Keeps paths around if they've been queried by nix-daemon somehow
I also reworked how builds are run, instead of doing Kubernetes jobs I query the APIserver for CSI pods running on nodes with label "nix.csi/builder" and add them as builders.
It's all hackpatchy still, I'm using the same ssh keys as host keys, and aith keys on all containers 🤢
One of the more prominent Lix developers said they're never implementing the timegc thingy into Lix, but they do have some RPC ideas where you can subscribe to Lix events, which can be used to implement the same thing with extra steps | 01:02:33 |
lillecarl | There's a Python library called "kr8s" which truly makes Kubernetes nice to work with from Python. "It's like kubectl but Python" which is soooo nice | 01:04:05 |
lillecarl | There might be a little "race" if paths are queried and updated when using nix-store --gc --print-dead which i use to get candidate paths 😸 When testing locally I didn't consider that I don't run the patched daemon everywhere | 01:48:09 |
lillecarl | * There might be a little "race" if paths are queried and updated when using nix-store --gc --print-dead which i use to get candidate paths 😸 When testing locally I didn't consider that I don't run the patched daemon everywhere, that's for tomorrow! | 01:48:14 |
Claes | @lillecarl, you are becoming famous. They discussed your stuff in Full time Nix podcast, 16 minutes in
https://pca.st/episode/c49fbdb3-6fd4-41a2-9023-6d482ab0b8f0?t=1012 | 23:37:39 |
Claes | * lillecarl: you are becoming famous. They discussed your stuff in Full time Nix podcast, 16 minutes in
https://pca.st/episode/c49fbdb3-6fd4-41a2-9023-6d482ab0b8f0?t=1012 | 23:37:57 |
Claes | * @lillecarl:matrix.org: you are becoming famous. They discussed your stuff in Full time Nix podcast, 17:20 minutes in
https://pca.st/episode/c49fbdb3-6fd4-41a2-9023-6d482ab0b8f0?t=1012 | 23:38:41 |
Claes | * @lillecarl:matrix.org: you are becoming famous. They discussed your stuff in Full time Nix podcast, 17:00 minutes in
https://pca.st/episode/c49fbdb3-6fd4-41a2-9023-6d482ab0b8f0?t=1012 | 23:40:14 |
lillecarl | Claes: I shoudl've kept it quiet for longer :p there's still so much to trim | 23:41:29 |
lillecarl | Thanks for the links though :d | 23:41:39 |
Claes | Dawn tried to pronounce your name, funny | 23:42:04 |
lillecarl | 😆 Ernst Carl++ | 23:43:28 |
lillecarl | I don't remember who mentioned it last meetup (I think it was you), the Ernst thing is legt top tier 😄 | 23:44:33 |
Claes | Yeah I mentioned that people think you are Ernst. Or the other way around, hard to tell! | 23:46:36 |
lillecarl | I am Ernst, the 30 year old immature impatient dickhead with a passion 😆 | 23:48:43 |
Claes | and you like home modelling and baking bread I am sure | 23:51:33 |
lillecarl | He missed the part where it doesn't require anything from the kube node (Yeah you can install nix-snapshotter anywhere). But I think that's fine to misunderstand/misinterpret bits 😄 | 23:55:42 |
lillecarl | The real deal is: This can be deployed with "YAML" and nothing else 😄 Whatever Kube you're running, wherever it's running | 23:56:47 |
lillecarl | nix-snapshotter requires you to install containerd and configure a nix-snapshotter plugin into containerd so it can read the pod manifest URL as storepaths, something something | 23:58:19 |
lillecarl | Happy to see it being heard! In a few weeks I reckon i'll be able to do a 1.0 actually. Most things have been considered | 23:59:34 |
| 30 Oct 2025 |
lillecarl | Currently I'm digging through Lix codebase to implement the "time based GC" thing i keep talking about | 00:00:14 |