small pixel drawing of a pufferfish j3s.sh

*
Jes Olson j3s@c3f.net
Wed, 21 Sep 2022 20:13:47 -0500
commit

c0e1924c2169b321834e1408f0e32501a68c53ac

parent

0b4f45b061166738ce2c240276700c504b58777c

2 files changed, 1 insertions(+), 2 deletions(-)

jump to
M feed/feed.gofeed/feed.go

@@ -20,7 +20,6 @@ "https://davebucklin.com/feed.xml",

"https://drewdevault.com/feed.xml", "https://emersion.fr/blog/rss.xml", "https://emilydamstra.com/feed", - "https://erock.prose.sh/rss", "https://facklambda.dev/atom.xml", "https://frame.work/blog.rss", "https://georgerrmartin.com/notablog/feed",
M main.gomain.go

@@ -101,7 +101,7 @@ return

} var wordList []string - wordList = append(wordList, "shit hell", "loves shell", "is manic", "hugs you", "*fucking dies*", "logs off", "closes the world", "jes jes jes jes jes", "is a mess", "stands awkwardly", "walks to waterfall", "eats rice pudding", "olson", "plays dota2", "inspires ideas", "hates jump king", "<3", "pets every cat", "is a 0.5 on the binary", "winks at your miata", "has social anxiety", "tilts under pressure", "den", "is a skeletor") + wordList = append(wordList, "existential optimist", "shit hell", "loves shell", "is manic", "hugs you", "*fucking dies*", "logs off", "closes the world", "jes jes jes jes jes", "is a mess", "stands awkwardly", "walks to waterfall", "eats rice pudding", "olson", "plays dota2", "inspires ideas", "hates jump king", "<3", "pets every cat", "is a 0.5 on the binary", "winks at your miata", "has social anxiety", "tilts under pressure", "den", "is a skeletor") wordIndex := rand.Intn(len(wordList)) data.TitleWord = wordList[wordIndex]