diff --git a/src/assets/images/gladnytt-screenshot.png b/src/assets/images/gladnytt-screenshot.png new file mode 100644 index 0000000..509f7d2 Binary files /dev/null and b/src/assets/images/gladnytt-screenshot.png differ diff --git a/src/assets/images/gladnytt.jpg b/src/assets/images/gladnytt.jpg new file mode 100644 index 0000000..9be3b19 Binary files /dev/null and b/src/assets/images/gladnytt.jpg differ diff --git a/src/content/programming/gladnytt.md b/src/content/programming/gladnytt.md new file mode 100644 index 0000000..7136df1 --- /dev/null +++ b/src/content/programming/gladnytt.md @@ -0,0 +1,13 @@ +--- +title: Gladnytt.net +description: News website that filters out negative articles. +image: "@assets/images/gladnytt.jpg" +technologies: [Go, htmx, OpenAI] +website: https://gladnytt.net +repository: https://github.com/mikkelsvartveit/gladnytt +date: 2024-10-13 +--- + +Gladnytt.net is a news website that uses sentiment analysis to filter out negative news articles. The articles are fetched from NRK's RSS feed every minute, and sentiment is determined by GPT-4o. The app is built with Go and htmx. + +![Gladnytt screen dump](@assets/images/gladnytt-screenshot.png)