| 22 May 2021 |
| globin joined the room. | 00:04:59 |
| Jez (he/him) joined the room. | 07:37:50 |
| vika (she/her) 🏳️⚧️ joined the room. | 08:06:24 |
| Stéphan joined the room. | 09:16:19 |
| htr joined the room. | 11:28:55 |
| andi- removed their profile picture. | 13:25:46 |
| andi- set a profile picture. | 13:34:01 |
| codyopel joined the room. | 14:24:28 |
| Stéphan set a profile picture. | 20:23:18 |
| 23 May 2021 |
| V joined the room. | 11:21:08 |
| sterni (he/him) changed their display name from sterni to sterni (he/him). | 13:24:21 |
| 24 May 2021 |
| kunrooted joined the room. | 05:15:52 |
Regnat | niksnut @ericson2314 CA meeting? | 14:04:01 |
Regnat | Ah John isn’t there | 14:04:23 |
| Jez (he/him) left the room. | 14:04:43 |
| anderscs joined the room. | 17:11:24 |
| jul1u5 removed their profile picture. | 20:05:07 |
| infinisil joined the room. | 20:30:04 |
| lukebfox joined the room. | 22:34:47 |
| 25 May 2021 |
vika (she/her) 🏳️⚧️ | just an idea that popped into my head... a scratch dialect that compiles to NixOS configs! probably way too crazy but it just occured to me that NixOS modules could be represented as blocks and used in visual programming! For example, there could be a block that creates a new module, and blocks that get inserted inside, setting options to values declared by inner blocks. I'm not well-versed in Scratch but I think such a visual programming tool could help people understand Nixlang better | 11:03:45 |
vika (she/her) 🏳️⚧️ | Something like this (excuse my crappy ASCII art):
[NixOS module]
\- [option-set services]
|- [option-set redis]
| \- [option enable]
| \- [boolean true]
\- [option-set nginx]
\- [option enable]
\- [boolean true]
would compile to something like this:
{ config, pkgs, lib, modulesPath, ... }: {
services = {
redis = {
enable = true;
};
nginx = {
enable = true;
};
};
}
| 11:09:02 |
vika (she/her) 🏳️⚧️ | then all we need would be to just provide some sort of index on the options that would get consumed by the tool to show completions for the option-set which produces an attribute set | 11:09:53 |
vika (she/her) 🏳️⚧️ | i'm pretty sure this is a crappy idea and it has some sort of fatal drawback, I just haven't found one | 11:11:20 |
toonn | I think the only drawback is what happens with scratch too. You basically flatten the lowering curve a bunch but only at the start, creating a cliff. / -> _| | 11:48:18 |
toonn | This is brought up each time and then people say perfect shouldn't be the enemy of better. But I haven't seen anyone completing such an effort. | 11:49:12 |
toonn | It's usually brought up in the context of having an easier installer. Where you tick a bunch of boxes rather than having to write the entire configuration.nix. | 11:49:56 |
| 26 May 2021 |
| immae (he/him) changed their display name from immae to immae (he/him). | 10:13:12 |
| Jonas Chevalier joined the room. | 11:03:00 |
| justinrestivo joined the room. | 12:27:49 |
| qbit joined the room. | 12:53:49 |