| 23 Jul 2021 |
CRTified | That was generated by
#! /usr/bin/env nix-shell
#! nix-shell -i sh -p inkscape imagemagick
INPUT="Nix Matrix Discussion"
LETTER=$(echo "$INPUT" | awk '{print $2}' | head -c1)
val=$(echo "$INPUT" | sha512sum -)
color1=${val:0:3}
color2=${val:3:3}
color3="7EBAE4" # ${val:6:3} # Color for Letter
color4="5277C3" # Outline for Letter
FONT="DejaVu-Sans-Bold"
SIZE=256
cat nix-snowflake.svg \
| sed "s/7EBAE4/${color1}/gi" \
| sed "s/5277C3/${color2}/gi" \
| inkscape -z -w ${SIZE} --pipe --export-type=png --export-filename=-\
| convert png:- -font "$FONT" -gravity center \
-pointsize "$(($SIZE / 3))" -fill "#${color3}" -stroke "#${color4}" -strokewidth 3 -annotate 0 "$LETTER" \
new.png
| 17:32:59 |
@grahamc:nixos.org | I've put up the samueldr-signal to get some feedback | 17:33:04 |
@grahamc:nixos.org | CRTified: what I heard back is two-fold:
- the geometric logos are more unique in shape, color, pattern
- the differently colored NixOS logos is a bit strange because it creates a ton of not-quite-the-logo logos
I'm inclined to go with the purely geometric ones
| 18:06:03 |
@grahamc:nixos.org | * CRTified: what I heard back is two-fold:
- the geometric logos are more unique in shape, color, pattern
- the differently colored NixOS logos are a bit strange because it creates a ton of not-quite-the-logo logos
I'm inclined to go with the purely geometric ones
| 18:06:21 |
CRTified | Yea, was just an idea that I had and hacked together | 18:23:41 |
sumner | I think it's a cool idea, but it's a bit extra IMO. | 18:25:24 |
kevincox | Maybe something more subtle would be a black logo on top of a random colour? But that may not provide as much differentiation. | 18:27:05 |
@grahamc:nixos.org | good idea on adding autogenerated to the content-type, I've done so: https://matrix.org/_matrix/media/r0/download/nixos.org/7ddbde62f62810a7c9eaabfd0a11ef1ce4d87ef2 | 18:34:03 |
| ma27 joined the room. | 19:14:21 |
infinisil | Having a hard time finding things again in Matrix | 20:16:47 |
infinisil | In IRC where I had text-based logs I could just grep for stuff | 20:17:00 |
infinisil | In Matrix currently I only have elements search, which can't filter based on time, who said it or channel | 20:17:17 |
sumner | Somebody is keeping a log using matrix-static. Not sure who, but the spacesbot - keeps a log of public NixOS channels is in here for that purpose | 20:18:04 |
sumner | It's not amazing, but it exists. | 20:18:15 |
infinisil | Oh wow, and I think elements can't even search for multiple words | 20:19:20 |
infinisil | It also just transforms words slightly to its pleasing | 20:19:36 |
infinisil | Well, scratch the latter | 20:19:49 |
infinisil | I search for "here's the patch", but it shows me only results containing "patch", none of "here's" or "the" | 20:20:12 |
Dandellion | A some point you'd be better of searching the database directly | 20:25:17 |
Sandro | I don't think any messenger gets that right | 20:29:27 |
Dandellion | discord is pretty good actually | 20:30:41 |
infinisil | Slack is really good | 21:11:05 |
| NixOS Moderation Bot banned kreyren (Inappropriate and destructive behavior.). | 22:53:55 |
@grahamc:nixos.org | anyone know what the fully qualified username is called? ie: @username:servername ? | 23:12:49 |
ash (it/its) 🏳️⚧️ | mxid | 23:13:57 |
@grahamc:nixos.org | cool | 23:14:05 |
@grahamc:nixos.org | ah. https://github.com/vector-im/element-ios/issues/2894 https://github.com/vector-im/element-ios/issues/4568 | 23:14:35 |
| Room Avatar Renderer. | 23:23:22 |
| 24 Jul 2021 |
| kevin changed their display name from pnotequalnp to kevin. | 06:52:30 |
| 25 Jul 2021 |
| figsoda left the room. | 19:26:45 |