22 Aug 2022 |
@janne.hess:helsinki-systems.de | In reply to @qbit:tapenet.org :D to answer your question: it was partially generated but most of the work was by hand as there is no consistency. took me a bit over one day all in all | 13:37:00 |
@qbit:tapenet.org | no wonder you wern't having a good time :D | 13:37:52 |
@janne.hess:helsinki-systems.de | I almost dropped the branch multiple times :D | 13:38:10 |
@janne.hess:helsinki-systems.de | good times | 13:38:13 |
@qbit:tapenet.org | have any of you come across a signify lib in perl? (for openbsd's signify / minisign kinda signing :D) | 18:50:16 |
@qbit:tapenet.org | i don't see one on metacpan | 18:50:30 |
23 Aug 2022 |
| Echo joined the room. | 00:50:17 |
@janne.hess:helsinki-systems.de | stigo: about https://hydra.nixos.org/build/188133227/nixlog/2 - should we just drop that? | 10:08:32 |
@janne.hess:helsinki-systems.de | It's a compat alias because it's part of perl 5.26 | 10:08:43 |
@janne.hess:helsinki-systems.de | I removed the non-aliases version because I thought it wasn't used anyway 👀 | 10:09:02 |
@janne.hess:helsinki-systems.de | * I removed the non-aliased version because I thought it wasn't used anyway 👀 | 10:09:08 |
stigo | Hm, probably good idea to keep it in case other external projects depend on it | 10:09:32 |
@janne.hess:helsinki-systems.de | so just re-add it? | 10:09:53 |
stigo | We do keep quite a few of the core modules aliased to null | 10:09:58 |
stigo | I'd say so yes, but making a mental note of cleaning the core module situation :) | 10:10:27 |
stigo | $ corelist Digest::MD5
Data for 2022-05-27
Digest::MD5 was first released with perl v5.7.3
| 10:10:57 |
@janne.hess:helsinki-systems.de | In reply to @stigo:matrix.org We do keep quite a few of the core modules aliased to null Yeah that shouldn't be a problem. It was { DigestMD5 = /* things I removed; } // lib.optionalAttsr config.allowAliases { DigestMD5 = null; } . So this should only matter if we build a system without aliases (with aliases is the default) | 10:11:16 |
@janne.hess:helsinki-systems.de | In reply to @stigo:matrix.org We do keep quite a few of the core modules aliased to null * Yeah that shouldn't be a problem. It was { DigestMD5 = /* things I removed */; } // lib.optionalAttsr config.allowAliases { DigestMD5 = null; } . So this should only matter if we build a system without aliases (with aliases is the default) | 10:11:24 |
@janne.hess:helsinki-systems.de | so it seems like the mention of that package is a leftover. which is probably good to clean because otherwise hydra would use a different version of that module than the end user if the end user has aliases disabled 👀 | 10:12:14 |
@janne.hess:helsinki-systems.de | well doesn't matter. K900 was faster than me :D | 10:13:21 |
stigo | Sure, since it's been in core for 100 years or so it should be fine. Also MD5 doesn't get much sympathy from me :) | 10:13:30 |
@janne.hess:helsinki-systems.de | Poor MD5 :( | 10:14:16 |
stigo | Oh well, it's done it's job | 10:15:05 |
stigo | But see it a lot still... :-/ | 10:15:49 |
@janne.hess:helsinki-systems.de |  Download image.png | 11:30:07 |
24 Aug 2022 |
| @tinybronca:sibnsk.net changed their display name from tinybronca to underpantsgnome. | 23:06:31 |
26 Aug 2022 |
@qbit:tapenet.org | stigo: if you do end up getting a yubikey (and use a passphrase) this is handy: https://github.com/qbit/xin/blob/main/services/ssh-fido-agent.nix :D | 01:16:00 |
@qbit:tapenet.org | prompts for the unlock-passphrase when you connect the yubikey | 01:16:12 |
@qbit:tapenet.org | and adds things to ssh-agent | 01:16:19 |
stigo | nice, could be a nixos module? :) | 07:28:26 |