From d78f53c6393f21b0600d31d75bd355ecb7861a13 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Fri, 5 Sep 2025 18:58:33 +0200 Subject: [PATCH] Update projects --- src/content/programming/2cal.mdx | 2 +- src/content/programming/gladnytt.md | 6 +++--- src/content/programming/splitlist.md | 15 +-------------- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/src/content/programming/2cal.mdx b/src/content/programming/2cal.mdx index 6e0a3be..174500d 100644 --- a/src/content/programming/2cal.mdx +++ b/src/content/programming/2cal.mdx @@ -2,7 +2,7 @@ title: 2Cal description: Quickly create calendar events with natural language. image: "@assets/images/2cal.jpg" -technologies: [React, Remix, Claude 3] +technologies: [React, Remix, Gemini] website: https://2cal.app repository: https://github.com/mikkelsvartveit/2cal date: 2024-06-16 diff --git a/src/content/programming/gladnytt.md b/src/content/programming/gladnytt.md index 7136df1..aeaccf5 100644 --- a/src/content/programming/gladnytt.md +++ b/src/content/programming/gladnytt.md @@ -1,13 +1,13 @@ --- -title: Gladnytt.net +title: Gladnytt description: News website that filters out negative articles. image: "@assets/images/gladnytt.jpg" technologies: [Go, htmx, OpenAI] -website: https://gladnytt.net +website: https://nytt.mikkel.cloud 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 is a news website that filters 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) diff --git a/src/content/programming/splitlist.md b/src/content/programming/splitlist.md index cb5a196..8355449 100644 --- a/src/content/programming/splitlist.md +++ b/src/content/programming/splitlist.md @@ -8,19 +8,6 @@ repository: https://github.com/mikkelsvartveit/splitlist date: 2020-05-11 --- -Splitlist is the fastest way to create, share and collaborate on to-do lists, shopping lists and more. +Splitlist is a web app that lets you create lists with the click of a button. After creating a list, you can share it with your friends, family members or coworkers. Anyone with the link can create and edit items on the list. The list is updated in real time, and changes you make will sync instantly and appear on all other devices in about a second. ![Splitlist screen dump](@assets/images/splitlist-screenshot.png) - -## What is Splitlist? - -Splitlist is a web app that lets you create lists with the click of a button. After creating a list, you can share it with your friends, family members or coworkers. Anyone with the link can create and edit items on the list. The list is updated in real time, and changes you make will sync instantly and appear on all other devices in about a second. No need to refresh! - -## Features - -- No registration required -- Create lists with a single click -- Syncs instantly and automatically -- View and edit lists on your phone, tablet or computer -- Drag & drop to reorder list items -- Full-fledged dark mode