*
Jes Olson j3s@c3f.net
Wed, 21 Sep 2022 20:13:47 -0500
2 files changed,
1 insertions(+),
2 deletions(-)
M
feed/feed.go
→
feed/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.go
→
main.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]