From 2792210c3c13e4fcc1a27c1370e0c146edbc56f0 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 8 May 2024 15:26:24 -0400 Subject: [PATCH] fix pointless title --- content/journal/dispatch-15-may-2024/index.md | 2 +- 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 index 4f9c800..2b61fc3 100644 --- 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 LLM 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 LLM 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/