diff --git a/content/posts/mapping-strings-to-rgb-colors/index.md b/content/posts/mapping-strings-to-rgb-colors/index.md index f723240..1fa7d34 100644 --- a/content/posts/mapping-strings-to-rgb-colors/index.md +++ b/content/posts/mapping-strings-to-rgb-colors/index.md @@ -27,11 +27,13 @@ The XMPP site has a document describing https://xmpp.org/extensions/xep-0392.htm ### Hashing {{< highlight go >}} {{}} + ### Interpolation - Not sure if interpolation is the right technical term - Using generics {{< highlight go >}} {{}} + ## The Results Below is a sample of "lorem ipsum" with each word colored using this algorithm.