From df8de4e6242dd56e3ec4472f8a4118fff981b298 Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 04:39:10 +0200 Subject: [PATCH] Projects: Hacker News Beschreibung aktualisiert (KI-basierte Auswertung) --- components/projects-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/projects-section.tsx b/components/projects-section.tsx index 97a2e61..86d740c 100644 --- a/components/projects-section.tsx +++ b/components/projects-section.tsx @@ -9,7 +9,7 @@ const projects = [ { title: 'Hacker News Reader', slug: 'hackernews', - description: 'Ein minimalistischer, schneller Hacker News Client. Fokus auf Lesbarkeit und schnelles Laden.', + description: 'KI Tools werten zweimal täglich die Hacker News aus und beurteilen deren Relevanz in Bezug auf KI.', tech: ['Python', 'FastAPI', 'HTMX'], status: 'Aktiv', url: 'https://jamulix.de/hackernews/',