| 8 Jul 2021 |
spearman | What's a good client to use for matrix? I am using app.element.io and I can only see about 8 messages at a time on screen. | 12:32:00 |
sumner | Element is the most featureful client. | 12:39:45 |
spearman | Ah, I found there's an "experimental" IRC setting | 12:43:52 |
Las | The default Element UI is absolutely horrible | 15:10:28 |
Las | It is fundamentally bad, but replies just take way too much space. | 15:10:38 |
| 9 Jul 2021 |
Valodim | matthew's link from the ansible community perspective is worth a read: https://ansible.github.io/community/posts/matrix_and_ansible.html | 00:55:42 |
| nh2 joined the room. | 04:40:19 |
nh2 | I just packaged a WIP of nheko master which supports spaces (though still slightly buggy) for everyone to try out: https://github.com/NixOS/nixpkgs/pull/129715 | 04:40:50 |
nh2 | * I just packaged a WIP of the nheko master Matrix desktop client which supports spaces (though still slightly buggy) for everyone to try out: https://github.com/NixOS/nixpkgs/pull/129715 | 04:41:03 |
| 10 Jul 2021 |
infinisil | nh2: Neat! | 16:09:30 |
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 |
| Rosario Pulella 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 |