| 21 Apr 2026 |
bitops | I'd like to join as well.
Btw can anyone bring a usb-c? ๐
| 14:05:36 |
bitops | * I'd like to join as well.
Btw can anyone bring a usb-c cable? ๐
| 14:06:23 |
markuskowa | I have a usb-c in my backpack | 14:36:53 |
| 23 Apr 2026 |
lillecarl | https://www.meetup.com/openinfra-user-group-sweden/events/313615139/ Open Infra Forum, theme is "Digital Sovereignity". It's hosted at a cinema on Drottninggatan this time and it seems like there are parallell sessions and everything. The "afterparty" is full, I'm unfortunately not going either ๐คฃ | 16:25:46 |
lillecarl | Daniel Stenberg (the Curl author) is presenting "13:15 State actors, sleeper agents and plain bugs. Curl security matters." | 16:27:12 |
| 24 Apr 2026 |
Claes | Are you presenting right after Stenberg? Super cool
| 22:01:10 |
Claes |  Download 1000009622.jpg | 22:01:11 |
| 26 Apr 2026 |
lillecarl | Yeah I know..... At least I can say whatever the fuck I want and nobody will listen ๐ | 10:15:46 |
lillecarl | https://github.com/ekala-project/nix-book <- Learn Nix the easy way | 10:16:10 |
| 27 Apr 2026 |
| Ninja joined the room. | 14:44:59 |
| @rasmata:matrix.org joined the room. | 19:34:42 |
| @rasmata:matrix.org left the room. | 19:34:50 |
lillecarl | โ # Submit build to pynixd
โ
โ $ timeout 60 nix build --file ~/Code/pynixd/tests/nix simple --store /tmp/pynixd-stores/pynixkube --max-jobs 0 --builders "ssh-ng://nix@204.168.233.183:2222 x86_64-linux - 10" 2>&1
โ
โ this derivation will be built:
โ /nix/store/lsbmv7xvx6qrzqvc7lim5gj5kzgxg5vk-test-1777325199.drv
โ these 50 paths will be fetched (21.7 MiB download, 104.4 MiB unpacked):
โ /nix/store/742ik41xpll83mwfvmrlcv5h0cfd929n-ShellCheck-0.11.0
โ /nix/store/4sabfgpxkbv6w3mvk0wil50vdi37m9r8-acl-2.3.2
โ /nix/store/p2yk6q3bhcz1d0wlmk907ysj4l95ak7y-attr-2.5.2
โ /nix/store/v8sa6r6q037ihghxfbwzjj4p59v2x0pv-bash-5.3p9
โ /nix/store/91nr5z1cwr1qch2wl58dppl02zrnlza3-brotli-1.2.0-lib
โ /nix/store/vi21p90v3kj509rx00r101xcqa6za76b-bzip2-1.0.8
โ /nix/store/by6npbc13ly5a1zgsqghv7wv5bklyiny-bzip2-1.0.8-bin
โ โฆ
โ
โ Click to expand
โ
Build succeeded end-to-end. Let me verify the full flow in the pynixd logs:
โ
โ # Check full build flow in logs
โ
โ $ stern -n nixkube pynixd-0 --no-follow --color never 2>/dev/null | grep -E "dynamic_features|builder_registered|builder_job_created|build_completed|adding_store_dynamically" | tail -10
โ
โ pynixd-0 pynixd {"features": {"x86_64-linux": "{'nixos-test', 'big-parallel', 'benchmark'}"}, "event": "dynamic_features_registered", "timestamp": "2026-04-27T21:25:31.774396Z"}
โ pynixd-0 pynixd {"job": "nixkube-builder-aafebb9f", "event": "builder_job_created", "timestamp": "2026-04-27T21:26:46.929259Z"}
โ pynixd-0 pynixd {"store_id": "builder-nixkube-builder-aafebb9f-hk6zq", "dynamic": true, "event": "adding_store_dynamically", "timestamp": "2026-04-27T21:27:22.888235Z"}
โ pynixd-0 pynixd {"store_id": "builder-nixkube-builder-aafebb9f-hk6zq", "pod_ip": "10.133.1.108", "event": "builder_registered", "timestamp": "2026-04-27T21:27:22.888318Z"}
โ pynixd-0 pynixd {"build_id": 1, "event": "build_completed", "timestamp": "2026-04-27T21:27:33.141571Z"}
โ
โฃ Build ยท glm-5.1
Man this has been a long time in the making ๐คฃ pynixd running in Kubernetes and creating backends dynamically, end-to-end. (The Kubernetes logic is really shit)
| 21:31:27 |
lillecarl | * โ # Submit build to pynixd
โ
โ $ timeout 60 nix build --file ~/Code/pynixd/tests/nix simple --store /tmp/pynixd-stores/pynixkube --max-jobs 0 --builders "ssh-ng://nix@204.168.233.183:2222 x86_64-linux - 10" 2>&1
โ
โ this derivation will be built:
โ /nix/store/lsbmv7xvx6qrzqvc7lim5gj5kzgxg5vk-test-1777325199.drv
โ these 50 paths will be fetched (21.7 MiB download, 104.4 MiB unpacked):
โ /nix/store/742ik41xpll83mwfvmrlcv5h0cfd929n-ShellCheck-0.11.0
โ /nix/store/4sabfgpxkbv6w3mvk0wil50vdi37m9r8-acl-2.3.2
โ /nix/store/p2yk6q3bhcz1d0wlmk907ysj4l95ak7y-attr-2.5.2
โ /nix/store/v8sa6r6q037ihghxfbwzjj4p59v2x0pv-bash-5.3p9
โ /nix/store/91nr5z1cwr1qch2wl58dppl02zrnlza3-brotli-1.2.0-lib
โ /nix/store/vi21p90v3kj509rx00r101xcqa6za76b-bzip2-1.0.8
โ /nix/store/by6npbc13ly5a1zgsqghv7wv5bklyiny-bzip2-1.0.8-bin
โ โฆ
โ
โ Click to expand
โ
Build succeeded end-to-end. Let me verify the full flow in the pynixd logs:
โ
โ # Check full build flow in logs
โ
โ $ stern -n nixkube pynixd-0 --no-follow --color never 2>/dev/null | grep -E "dynamic_features|builder_registered|builder_job_created|build_completed|adding_store_dynamically" | tail -10
โ
โ pynixd-0 pynixd {"features": {"x86_64-linux": "{'nixos-test', 'big-parallel', 'benchmark'}"}, "event": "dynamic_features_registered", "timestamp": "2026-04-27T21:25:31.774396Z"}
โ pynixd-0 pynixd {"job": "nixkube-builder-aafebb9f", "event": "builder_job_created", "timestamp": "2026-04-27T21:26:46.929259Z"}
โ pynixd-0 pynixd {"store_id": "builder-nixkube-builder-aafebb9f-hk6zq", "dynamic": true, "event": "adding_store_dynamically", "timestamp": "2026-04-27T21:27:22.888235Z"}
โ pynixd-0 pynixd {"store_id": "builder-nixkube-builder-aafebb9f-hk6zq", "pod_ip": "10.133.1.108", "event": "builder_registered", "timestamp": "2026-04-27T21:27:22.888318Z"}
โ pynixd-0 pynixd {"build_id": 1, "event": "build_completed", "timestamp": "2026-04-27T21:27:33.141571Z"}
โ
โฃ Build ยท glm-5.1
Man this has been a long time in the making ๐คฃ pynixd running in Kubernetes and creating backends dynamically, end-to-end functionality!!!!! (The Kubernetes logic is really shit)
| 21:32:10 |