| 9 Dec 2021 |
Janne Heß | I find it sad that the [ ] are so thin but I didn't want to change the logo | 17:19:16 |
@grahamc:nixos.org | cc samueldr | 17:22:12 |
[0x4A6F] | Do we want to generate logos for the nixos.$LANGUAGE_CODE channels with appropriate language codes? | 17:27:04 |
Janne Heß | That is probably not so hard because you could just extract the flag from an emoji font and take the average color for the line below | 17:29:07 |
@grahamc:nixos.org | I'd be happy to set them as a default, sure | 17:48:06 |
@grahamc:nixos.org | right now I make room avatars via:
make_avatar() (
room_id=$1
roomhash=$(md5sum <<<"$room_id" | cut -d' ' -f1)
filename="$scratch/$roomhash.avatar"
curl "https://www.gravatar.com/avatar/${roomhash}?d=identicon&f=y&s=2048" > "$filename"
echo "$filename"
)
and we could make it more complicated
| 17:48:47 |
@grahamc:nixos.org | I take care to do it in a way that makes it clear (programatically) that it was auto-generated, and so if we do auto-generate some avatars I'd want to do the same thing | 17:49:37 |
ckie (they/them) | In reply to @janne.hess:helsinki-systems.de That is probably not so hard because you could just extract the flag from an emoji font and take the average color for the line below median would make more sense, no? | 20:32:57 |
@grahamc:nixos.org | let's move to #matrix-discussion:nixos.org ? | 20:39:28 |
@grahamc:nixos.org | * let's move to #matrix-discussion:nixos.org ? I have this room be particularly noisy to make sure I don't miss stuff. | 20:39:46 |
| 13 Dec 2021 |
| Enzime joined the room. | 00:06:39 |
Enzime | can we publish #dev:nixos.org to the nixos.org room directory? same with this channel | 00:08:08 |
@grahamc:nixos.org | Enzime: they both appear to be published. Can you tell me how you're looking for it / what you're seeing which suggests it isn't? | 01:10:07 |
@grahamc:nixos.org | I tried https://nixos.ems.host/_matrix/federation/v1/publicRooms but it wants authentication and my client token isn't doing the business | 01:17:40 |
Sumner Evans | The federation api doesn’t use your client token. | 01:20:47 |
Enzime |  Download 21-12-13_12-20-56.png | 01:21:38 |
Enzime | from the Element web client, I'm currently using the nixos.dev homeserver | 01:21:49 |
Enzime | also when I search for rooms, other rooms show up apart from these 2 | 01:22:27 |
hexa | nixos.dev is a hosted instance for endusers | 01:22:33 |
hexa | browse the nixos.org homeserver instead | 01:22:45 |
@grahamc:nixos.org | Sumner Evans: can you help me with the relevant API endpoints to:
- determine if a room is published or not
- set the published state?
| 01:24:20 |
Enzime |  Download 21-12-13_12-24-11.png | 01:24:39 |
@grahamc:nixos.org | because indeed #dev:nixos.org is not listed, though this room is | 01:24:50 |
Enzime | oh, yep my mistake this room does show up, just not #dev:nixos.org | 01:25:45 |
@grahamc:nixos.org | 👍️ I just added visibility to my tooling, which made ~12-20 rooms listed in the directory | 01:45:00 |
@grahamc:nixos.org | thanks Enzime for bringing that up | 01:46:13 |
hexa | still missing #nixos-homeautomation:lossy.network | 01:48:48 |
@grahamc:nixos.org | the tools only cover rooms in the space with a :nixos.org name | 01:49:46 |
@grahamc:nixos.org | would you like that? | 01:49:54 |
@grahamc:nixos.org | oops, I saw you asked for that May 25 | 01:50:51 |