| 18 Nov 2025 |
maralorn | I am quite open for implementing custom parsers for popular build tools. | 08:43:07 |
maralorn | I mean I guess cabal is enough, right? | 09:01:53 |
maralorn | Hostnames have been ambiguated. | 18:39:12 |
maralorn | The algorithm is terrible. | 18:39:29 |
maralorn | But I couldn’t find an elegant solution. | 18:39:58 |
Emma [it/its] | (\w\d?)(..)* | 20:29:39 |
Emma [it/its] | * (\w\d?)\(\..)* | 20:29:43 |
Emma [it/its] | wait, that wouldnt work, but my point was selecting first char for each domain part and maybe including a number if one exists in the first part | 20:30:32 |
Emma [it/its] | or maybe just always include the full first part? (ie. mouse2.build.nixos.org -> mouse2.b.n.o) | 20:32:28 |
hexa | I think a stable length helps with layouting | 21:05:14 |
hexa | and the hostname (the first part of the fqdn) can be up to 65 chars long | 21:05:36 |
maralorn | Let me rephrase. I think actually the specification I chose is fine. Sadly implementing the specification felt relatively pedestrian and is at least quadratic in the number of hostnames. | 21:16:45 |
maralorn | Anyway, let me know what you think. | 21:17:08 |
| dave :3 joined the room. | 22:59:04 |
| 19 Nov 2025 |
hexa |  Download image.png | 00:47:21 |
hexa | pretty sure only one of these is https | 00:47:29 |
hexa | and the others are ssh | 00:47:34 |
hexa | although I assume localhost uses the daemon socket, not ssh 🙂 | 00:47:50 |
maralorn | Ahaha | 00:48:15 |
maralorn | Oh, boy. So many things wrong with this. | 00:48:53 |
maralorn | Thanks for the screenshot | 00:49:02 |
hexa |  Download image.png | 00:49:47 |
hexa | this one looks better | 00:49:50 |
maralorn | Also localhost doesn't need a label at all | 00:49:53 |
hexa | one build runs for 1h17m, the other for 1h12m | 00:50:12 |
hexa | I wonder if they're the same version 🫣 | 00:50:17 |
maralorn | I don't think so | 00:50:38 |
hexa | ❯ readlink /proc/3034132/exe
/nix/store/3g71wrn5q5f0vh1ns41sbkqym4gh3m33-nix-output-monitor-2.1.8/bin/nom
~ via
❯ readlink /proc/3072381/exe
/nix/store/z4ap29vd557n511rhi295fr1aq858fyx-nix-output-monitor-2.1.8/bin/nom
| 00:51:03 |
hexa | indeed not 🙂 | 00:51:07 |
maralorn | Unless I screwed up main doesn't show the user name anymore | 00:51:11 |