| 14 Jul 2025 |
hexa | I run in mailing list mode | 07:43:00 |
shock-wave | It was working as of 2nd of july for me. | 07:43:14 |
Christian Theune | aha! | 07:43:19 |
Christian Theune | maybe that's a more widespread issue, i'll have a colleague look into it | 07:43:41 |
Christian Theune | i made an internal ticket and pointed the colleague back here. | 07:44:58 |
K900 |  Download image.png | 15:36:19 |
K900 | Whomst broke status.n.o | 15:36:24 |
hexa | what am I missing? | 15:40:23 |
K900 | It's not centered | 15:41:23 |
hexa | https://github.com/NixOS/nixos-status/commits/main/ | 15:43:07 |
hexa | I have a suspicion | 15:43:10 |
Zhaofeng Li | (from #users:nixos.org ) What's the best/most police way to get the history of channel bumps these days? Is listing the nix-releases bucket polite enough? https://status.nixos.org queries https://prometheus.nixos.org which I presume is not intended to be consumed by others | 16:20:49 |
Zhaofeng Li | * (from #users:nixos.org ) What's the best/most polite way to get the history of channel bumps these days? Is listing the nix-releases bucket polite enough? https://status.nixos.org queries https://prometheus.nixos.org which I presume is not intended to be consumed by others | 16:21:19 |
hexa | Polling it in reasonable intervals is fine | 16:21:43 |
hexa | Ideally we'd have a pubsub service | 16:22:55 |
Zhaofeng Li | You mean listing the bucket? | 16:23:33 |
Zhaofeng Li | * You mean listing the bucket? I can cook up some promql, but that feels a bit awkward | 16:24:00 |
hexa | it is a public api 🤷 | 16:24:15 |
hexa | prom | 16:24:23 |
| relichunter joined the room. | 18:52:52 |
Arian | https://releases.nixos.org/?prefix=nixpkgs/
Shows all channel bumps | 19:36:36 |
dramforever | it's a little bit annoying | 19:37:24 |
dramforever | that page is just a javascript that pulls from s3 | 19:37:34 |
Arian | Visiting that website literally equivalent to listing the bucket iirc .
I think the cost here is neglibile and you can probably just do listBucket on the bucket directly? | 19:37:46 |
dramforever | yeah just use your favorite s3 library | 19:38:35 |
dramforever | to handle like pagination and stuff | 19:38:48 |
Arian | `aws s3 ls s3://nix-releases --region us-east-1 --no-sign-request` should work | 19:40:24 |
Zhaofeng Li | Yeah, that's why I asked whether listing is fine | 19:41:09 |
dramforever | just pull it less often | 19:41:35 |
Arian | Yeh should be totally fine
It's $0.005 per 1000 ListObject requests.
Each ListObject returns 1000 results.
| 19:46:19 |