| 23 Jul 2021 |
CRTified |  Download new.png | 17:32:52 |
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 |