News
What I learned wiring JSON-LD structured data audits into a post-deploy CI step
37+ min ago (830+ words) I added a post-deploy audit step to my CI pipeline that finds this in under 60 seconds. Here's how the script works, what it found on first run, and where the approach falls short. My three directory sites " aiappdex. com, findindiegame....
Comparing Model Performance: Without MTP vs. With MTP vs. With MTP + QAT
42+ min ago (399+ words) We're on a journey to advance and democratize artificial intelligence through open source and open science. prompt: write fizzbuzz in typescript " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " [Start thinking] The user said "hello". The user is initiating a conversation. A friendly, helpful, and polite greeting is…...
What I learned generating OG images for articles with Playwright and zero API cost
37+ min ago (859+ words) Here's how the script works, what broke, and what I'd do differently. My three directory sites " aiappdex. com, findindiegame. com, ossfind. com " are fully static Astro 5 SSG builds. Articles publish automatically through a Git Hub Actions pipeline. The pipeline already…...
I Got Tired of Bad Invoicing Tools So I Built My Own. Here's What Happened.
2+ hour, 18+ min ago (800+ words) Every freelance developer I know has two things in common. They can build almost anything. And they absolutely hate doing their invoicing. I was no different. Four years into freelancing as a web developer, I had built e-commerce platforms, custom…...
Rust Ownership Made Practical " Patterns I Use in Every Tauri App
2+ hour, 9+ min ago (219+ words) All tests run on an 8-year-old Mac Book Air. All results from shipping 7 Mac apps as a solo developer. No sponsored opinion. Rust's ownership system is the right idea. It's also the biggest learning curve. After 7 shipped apps, here are…...
What AI Agent Platforms Are Available? How to Transition into an Agent Engineer?
2+ hour, 23+ min ago (98+ words) What AI Agent platforms are available? There are two major categories: Workflow platforms (Dify " most open-source friendly; Coze " easiest to get started; n8n " most connectors) and Agentic AI platforms (Solo Engine " low-code Agentic AI development; Lang Chain " code-level Agent development). The…...
A crude workaround for fixing stale static asset caching
2+ hour, 17+ min ago (203+ words) A while back, I used Nginx reverse proxy caching for static files, and found that after deployment, clients were still pulling old files. Later, I used a pretty crude but effective workaround: add a custom query fingerprint to the asset…...
Classes, Enums, and Records Look Like Simple Language Features " Until You Realize They Define Your Entire Domain Model
2+ hour, 21+ min ago (250+ words) Classes, Enums, and Records Look Like Simple Language Features " Until You Realize They. .. Tagged with ai, software, backend, dotnet....
How I Configured Cursor to Stop Breaking My Codebase
4+ hour, 3+ min ago (663+ words) If you use Cursor, Claude Code, or Windsurf daily, you've probably had this experience: You open a fresh chat, ask for a small fix, and twenty minutes later the AI has rewritten your API layer, added three new dependencies, and…...
I Built an AI Assistant That Lives in My Telegram " Here's What 6 Months Taught Me
4+ hour, 7+ min ago (1021+ words) Six months ago I got tired of switching between apps to talk to AI. Chat GPT in the browser. Claude in another tab. Local models in a terminal. It was like having five friends who all live in different cities…...