Blog

Learned Geek Blog

Technical notes, project documentation, and lessons learned across software, DIY, writing, and more.

Showing posts tagged "dotnet" Clear filter ×
TLDRkseid: Building a Discord Bot That Summarizes Chaos
Computers

TLDRkseid: Building a Discord Bot That Summarizes Chaos

I built a Discord bot to summarize hundreds of messages using OpenAI - then discovered that all Discord bots run as a single instance serving every server. Here's the journey.

discord bot openai csharp dotnet ai side-project
VS Code tasks.json for .NET Projects
Computers

VS Code tasks.json for .NET Projects

A reusable task configuration for building, running, testing, and deploying ASP.NET projects with Tailwind CSS.

vscode dotnet tasks deployment tailwind