Browsing Tag
programming
2239 posts
Your RAG Answers From 62% of Your Corpus and Won’t Tell You
Every retrieval system I have ever deployed has one property in common with every retrieval system you have…
AI Coding Tip 033 – Protect Yourself Against AI Cheating
When all tests pass doesn’t mean what you think it means. TL;DR: Write the failing test first and…
Convert JSON to MD for your agents
Convert one JSON document into deterministic, human-readable GitHub Flavored Markdown. Runs in the browser, in Node, in Go,…
I Used React DataGrid to Build a Real Space Mission Explorer
I went through the documentation and feature list of React DataGrid, and I wrote React DataGrid: A Free,…
A beginner’s guide to the Vibevoice model by Microsoft on Replicate
This is a simplified guide to an AI model called Vibevoice maintained by Microsoft. If you like these…
Prompt Caching: First vs Repeat Request Costs
Prompt Caching: First vs Repeat Request Costs Measure prompt-cache cost with a controlled request series: the first request…
Why Go’s encoding/csv Burns 540MB on 5M Rows (and How I Fixed It)
TL;DR: Go’s built-in encoding/csv.Read() allocates string slices and strings for every single row, generating 10M+ allocations and burning…
Perl 🐪 Weekly #786 – CPAN Day
Originally published at Perl Weekly 786 Hi there, Every year on August 16th, the Perl community celebrates CPAN…
I Tested DeepSeek vs Qwen vs Kimi vs GLM — Here’s the Winner
So here’s what happened: i Tested DeepSeek vs Qwen vs Kimi vs GLM — Here’s the Winner Okay,…
‘We’ll fix it later’ is a loan. Here’s the interest rate
Every time someone on your team says “we’ll clean it up later,” they’re taking out a loan. The…