From ac4216f7e3c1fa733008df67bbe418a6f8f89073 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 24 Dec 2020 15:47:45 -0700 Subject: [PATCH 1/8] Add Serpenski gasket --- toys/index.md | 1 + toys/serpenski.html | 75 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 toys/serpenski.html diff --git a/toys/index.md b/toys/index.md index 869d5f1..2764d16 100644 --- a/toys/index.md +++ b/toys/index.md @@ -11,3 +11,4 @@ Maybe you'll just wonder why I spend so much time on this garbage. * If you need to write someone a letter but really don't want to, try my [social letter generator](letter.html) * [Crunt](crunt.html) +* [Serpenski Gasket on Tektronix Terminal](serpenski.html) which amazed 4 whole people at my high school in 1991. diff --git a/toys/serpenski.html b/toys/serpenski.html new file mode 100644 index 0000000..ba893f0 --- /dev/null +++ b/toys/serpenski.html @@ -0,0 +1,75 @@ + + + + + Tektronix Terminal + + + + + + + + +
The Serpenski Gasket
1991 by Neale Pickett
+ + + \ No newline at end of file From 3f277c94553eaf322aff3b1ae28e47c97341f11b Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 24 Dec 2020 15:48:18 -0700 Subject: [PATCH 2/8] add diacritic --- toys/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/index.md b/toys/index.md index 2764d16..fac0ad3 100644 --- a/toys/index.md +++ b/toys/index.md @@ -11,4 +11,4 @@ Maybe you'll just wonder why I spend so much time on this garbage. * If you need to write someone a letter but really don't want to, try my [social letter generator](letter.html) * [Crunt](crunt.html) -* [Serpenski Gasket on Tektronix Terminal](serpenski.html) which amazed 4 whole people at my high school in 1991. +* [SerpeΕ„ski Gasket on Tektronix Terminal](serpenski.html) which amazed 4 whole people at my high school in 1991. From 8c7df75dc6974150035fd44f370ab68544208fcb Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 23 Feb 2021 10:16:02 -0700 Subject: [PATCH 3/8] Add an emoji poem --- poems/index.md | 1 + poems/🐘🐒.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 poems/🐘🐒.md diff --git a/poems/index.md b/poems/index.md index bce7621..f721232 100644 --- a/poems/index.md +++ b/poems/index.md @@ -16,3 +16,4 @@ I guess I'd still have my day job. * [The Poopy Song](poopy.html) * [Sap](sap.html) * [Snark Hair](snark.html) +* [🐘 🐒](🐘🐒.html) diff --git a/poems/🐘🐒.md b/poems/🐘🐒.md new file mode 100644 index 0000000..90510c4 --- /dev/null +++ b/poems/🐘🐒.md @@ -0,0 +1,21 @@ +--- +title: 🐘 🐒 +--- + +🐘 🐒 +🐘 🦊 +🐘 🐒 +🐘 πŸ‚ + +🐘 🐒 +πŸ¦„ 🐁 +🐘 πŸ¦„ πŸ¦„ 🏠 + +🐘 πŸ¦„ πŸ€ 🐸 +πŸ¦„ 🐘 🎷 πŸ• + +🎷 πŸ• 🐒 πŸ¦„ πŸ₯š +🎻 +🧸 +πŸͺ› +🦡 From cea6eff5d04316d652c49770735eae42f992c25c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 23 Feb 2021 10:17:24 -0700 Subject: [PATCH 4/8] fix spacing on poem --- poems/🐘🐒.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/poems/🐘🐒.md b/poems/🐘🐒.md index 90510c4..e09ab4e 100644 --- a/poems/🐘🐒.md +++ b/poems/🐘🐒.md @@ -2,20 +2,20 @@ title: 🐘 🐒 --- -🐘 🐒 -🐘 🦊 -🐘 🐒 -🐘 πŸ‚ +🐘 🐒 +🐘 🦊 +🐘 🐒 +🐘 πŸ‚ -🐘 🐒 -πŸ¦„ 🐁 +🐘 🐒 +πŸ¦„ 🐁 🐘 πŸ¦„ πŸ¦„ 🏠 -🐘 πŸ¦„ πŸ€ 🐸 -πŸ¦„ 🐘 🎷 πŸ• +🐘 πŸ¦„ πŸ€ 🐸 +πŸ¦„ 🐘 🎷 πŸ• -🎷 πŸ• 🐒 πŸ¦„ πŸ₯š -🎻 -🧸 -πŸͺ› +🎷 πŸ• 🐒 πŸ¦„ πŸ₯š +🎻 +🧸 +πŸͺ› 🦡 From a5558e73d93350ff194800ed06847db5b83e6b99 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 23 Feb 2021 12:59:39 -0700 Subject: [PATCH 5/8] Solicit prior art on emoji poem --- poems/index.md | 2 +- poems/🐘🐒.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/poems/index.md b/poems/index.md index f721232..c5b667f 100644 --- a/poems/index.md +++ b/poems/index.md @@ -16,4 +16,4 @@ I guess I'd still have my day job. * [The Poopy Song](poopy.html) * [Sap](sap.html) * [Snark Hair](snark.html) -* [🐘 🐒](🐘🐒.html) +* [🐘 🐒](🐘🐒.html), a rhyming poem in emoji diff --git a/poems/🐘🐒.md b/poems/🐘🐒.md index e09ab4e..7b9403b 100644 --- a/poems/🐘🐒.md +++ b/poems/🐘🐒.md @@ -19,3 +19,14 @@ title: 🐘 🐒 🧸 πŸͺ› 🦡 + +---- + +It's a really difficult thing to search for, +but as far as I can tell, +this is the first ever rhyming emoji poem. + +I would of course love to be proven wrong about this, +so if you find a prior example, +please let me know about it, +and I'll link to it or reference it here! From c0e274e9bbcc9a956992c4a78cf890579120062d Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 23 Feb 2021 13:13:30 -0700 Subject: [PATCH 6/8] link back to poems --- _layouts/default.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/default.html b/_layouts/default.html index 262982a..c6263d1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,6 +32,7 @@