| 9 Dec 2021 |
@grahamc:nixos.org | sure, maybe they can give us a one-off license :) | 14:25:14 |
Janne Heß | one thing we could do is have the [ and ] but with a black nix logo in the middle. don't now if that would look greath though… | 14:25:45 |
Janne Heß | * one thing we could do is have the [ and ] but with a black nix logo in the middle. don't now if that would look great though… | 14:25:56 |
Dandellion | I think most people have come to the conclusion that an [m] is too simple to not be public domain or something though | 14:26:01 |
Linux Hackerman is moving: @linus:schreibt.jetzt | wow already got a reply though | 14:27:25 |
Janne Heß | that does feel like a one-off license | 14:28:21 |
hexa | https://twitter.com/matrixdotorg/status/1468951190343864326 | 14:30:53 |
@grahamc:nixos.org | yeah let's go for it | 14:36:41 |
@grahamc:nixos.org | it should appear here ~soon https://web.archive.org/web/20211209143739/https://twitter.com/matrixdotorg/status/1468951043719397387 | 14:38:58 |
Janne Heß |  Download image.png | 17:15:45 |
Janne Heß | what do y'all think of this? | 17:15:57 |
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 |