| 25 Jun 2026 |
Mic92 | check the pr of domen | 19:38:37 |
Sergei Zimmerman (xokdvium) | IIUC https://github.com/NixOS/patchelf/pull/647 isn't going to address the core issue with slow startups and -z now / RELRO | 19:48:30 |
Sergei Zimmerman (xokdvium) | I.e. the DT_NEEDED resolution is going to result in less stat storms (which is good), but resolving dynamic relocations isn't going to be any faster | 19:48:58 |
connor (burnt/out) (UTC-8) | llakala do you happen to have a utility or script (or maybe there’s something already in tree that I’m missing) that lets you produce the diff in stats (like in https://github.com/NixOS/nix/pull/15885)? | 19:53:56 |
llakala | yep! i put it up in a flake of mine | 20:15:07 |
llakala | currently undocumented but you can see the source here | 20:16:16 |
llakala | if you really want to just run it, you can feel free to copy the jq script yourself and run it with jq -s -f script.jq before.json after.json (where stats are generated with NIX_SHOW_STATS) | 20:17:25 |
llakala | script is meant to make that easy so you can do nix run github:llakala/menu#dims -- --before HEAD~1 --expr '2+2', but the script UX kinda sucks - it requires committing your changes before testing, and will rerun the expr even if the before commit is the same as a previous run. something to improve in the future | 20:19:46 |
llakala | i'd be happy to upstream any of this wherever it's wanted, for the record. stats diffing is a wonderful convenience, and memoryBytes.total is very useful | 20:26:03 |
| 19 May 2021 |
| @eelco:nixos.org changed the history visibility to "world_readable" from "shared". | 15:40:14 |
| @eelco:nixos.org changed the room name to "Nix Hackers" from "Nix Development". | 15:45:04 |
| @eelco:nixos.org changed the room topic to "For people hacking on the Nix package manager itself" from "Development of the Nix package manager". | 15:45:04 |
| cransom joined the room. | 15:45:08 |
| sumner joined the room. | 15:45:19 |
| danielle joined the room. | 15:47:55 |
| aaron joined the room. | 15:54:00 |
| cransom changed their display name from casey © to cransom. | 15:56:27 |
| @eelco:nixos.org invited grahamc. | 16:02:36 |
| grahamc joined the room. | 16:02:51 |
| stick joined the room. | 16:03:18 |
| immae joined the room. | 16:03:29 |
| stick changed their display name from stick to prusnak. | 16:03:56 |
| stick changed their display name from prusnak to stick. | 16:04:03 |
| stick changed their profile picture. | 16:04:57 |
| stick changed their display name from stick to prusnak. | 16:05:00 |
| @eelco:nixos.orgchanged room power levels. | 16:08:46 |
| Jan Tojnar joined the room. | 16:09:00 |
| Alyssa Ross joined the room. | 16:15:10 |
| niksnut joined the room. | 16:19:51 |
| grahamc | 16:42:12 |