commit 2792210c3c13e4fcc1a27c1370e0c146edbc56f0
parent f22a68690f1c38a5bb19055d520b2521dc0a1cff
Author: David Eisinger <[email protected]>
Date: Wed, 8 May 2024 15:26:24 -0400
fix pointless title
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/journal/dispatch-15-may-2024/index.md b/content/journal/dispatch-15-may-2024/index.md
@@ -58,7 +58,7 @@ While we were over there, I was pretty diligent about using [Shazam][4] whenever
[4]: https://www.shazam.com/
-I took part in Viget's annual Pointless Week hackathon, building a [tool to surface book recommendations][5] based on messages in our `#books` Slack channel. We used [Laravel][6] to build the backend, something I'd heard good things about but have never used -- it was easy to pick up and fun to work with. We also used an <abbr title="large language model">LLM</abbr> to analyze the messages and pull title / author / sentiment. Some of the results were very impressive, some were hot nonsense (it frequently matched generic messages to _The Great Gatsby_ or _Gone with the Wind_).
+I took part in Viget's annual Pointless Palooza hackathon, building a [tool to surface book recommendations][5] based on messages in our `#books` Slack channel. We used [Laravel][6] to build the backend, something I'd heard good things about but have never used -- it was easy to pick up and fun to work with. We also used an <abbr title="large language model">LLM</abbr> to analyze the messages and pull title / author / sentiment. Some of the results were very impressive, some were hot nonsense (it frequently matched generic messages to _The Great Gatsby_ or _Gone with the Wind_).
[5]: https://www.viget.com/articles/stackstash-taking-bookish-musings-to-the-next-level/
[6]: https://laravel.com/