| 10 Jul 2021 |
infinisil | Hello from nheko! | 16:30:10 |
infinisil | It's neat that this is possible with Nix: $(nix-build --no-out-link https://api.github.com/repos/NixOS/nixpkgs/zipball/pull/129715/head -A nheko)/bin/nheko | 16:33:48 |
ash (it/its) 🏳️⚧️ | or nix run -f https://api.github.com/repos/NixOS/nixpkgs/zipball/pull/129715/head nheko -c nheko | 19:21:14 |
| 11 Jul 2021 |
| kreyren joined the room. | 09:18:34 |
| rosariopulella joined the room. | 15:44:42 |
| Mykola Orliuk joined the room. | 22:00:13 |
| 12 Jul 2021 |
| brainape joined the room. | 14:52:02 |
| kreyren changed their profile picture. | 21:43:02 |
| kreyren changed their profile picture. | 21:54:23 |
| 16 Jul 2021 |
| nixinator joined the room. | 23:42:56 |
| 20 Jul 2021 |
| iammrinal0 joined the room. | 13:35:50 |
| 23 Jul 2021 |
@grahamc:nixos.org | how about making every room have a unique icon by feeding its name / topic in to one of those creepy image generators | 11:24:27 |
kevincox | I would rather have a shitty unique icon than no icon. We can always get someone to make a better icon generator later. | 11:28:21 |
kevincox | I mean someone here probably knows how to use imagemagick | 11:28:38 |
@grahamc:nixos.org | yeah | 11:28:45 |
@grahamc:nixos.org | I get super lost in all the N's | 11:28:51 |
CRTified | Me too | 11:29:12 |
@grahamc:nixos.org | I have a tool to enumerate all the rooms, maybe someone could find a way to take the name and generate a random picture, github avatar style? | 11:29:32 |
kevincox | % name="example"
%wget -O "$name.img" "https://www.gravatar.com/avatar/$(md5sum <<<"$name")?d=robohash&f=y"
| 11:37:38 |
kevincox | * % name="example"
% wget -O "$name.img" "https://www.gravatar.com/avatar/$(md5sum <<<"$name")?d=robohash&f=y"
| 11:37:42 |
kevincox | You can bikeshed over the supported generators: https://en.gravatar.com/site/implement/images/#highlighter_811485 | 11:38:15 |
@grahamc:nixos.org | oh cool | 11:38:27 |
kevincox | I think there are other sites available as well but this seems good enough 🤷 | 11:39:19 |
@grahamc:nixos.org | a very nice API :) | 11:39:27 |
@grahamc:nixos.org | anyone know how to get an mxc url? mxc://nixos.org/f99b43034eae3a82706e86aca15300fda8210b79 | 11:44:44 |
CRTified | That should just be a media identifier, one second | 11:45:05 |
@grahamc:nixos.org | yeah | 11:45:13 |
CRTified | https://matrix.org/_matrix/media/r0/download/nixos.org/f99b43034eae3a82706e86aca15300fda8210b79 | 11:45:41 |
CRTified | You can just plug it in the end of that URL | 11:45:49 |
@grahamc:nixos.org | oh cool | 11:45:53 |