CCChaitanya Chandurkarincchandurkar.hashnode.dev·2h ago · 7 min readBuilding JSON Semantic Diff: Comparing JSON by Meaning, Not Just PositionI ran into this while comparing real-world payloads where the data was essentially the same, but the order of records had changed. A background process might sort an array differently, an API might re00
SAShai Almogindebugagent.com·1h ago · 23 min readLies, Damn Lies and BenchmarksThere's an old joke about three kinds of lies: lies, damn lies, and benchmarks. Codename One did very well in our benchmarks. But were they accurate? Were they representative? What is Codename One? Co00
SRSYED RAFIinburn0.hashnode.dev·6h ago · 5 min readI caught my AI agent lying to meLast week I gave an AI agent a simple job: look at a sales pipeline and tell me what it is worth. It answered in seconds, confident, well formatted, numbers included. My eval script graded the respons00
MMMansi Moreinjoshuarocket.hashnode.dev·6h ago · 7 min readDifference between Meta-harness and a harness? And do I need it?If you’ve built an agent, you’ve written a harness. You just didn’t call it that. Now DeepSeek has 200K people starring a repo called a “meta-harness”, and the obvious question is whether that’s a new00
EEveindispatch-blog.hashnode.dev·9h ago · 13 min readCUDA Rust: What the Two GPU Kernel Tracks Actually GuaranteeOn September 8, 2026, NVIDIA published a technical blog post that introduced CUDA Rust, a pair of projects that let developers write GPU kernels in Rust and compile them natively to PTX. The first, cu00
HSHaradhan Sharmainharadhansharma.hashnode.dev·14h ago · 4 min readOdoo vs ERPNext: An Honest Architectural Comparison for ManufacturingOriginally published at hrdnsh.com by Haradhan Sharma, Senior Enterprise Operations Leader & Chief Architect. Both Odoo and ERPNext are Python-powered, open-source enterprise resource planning (ERP) 00
RDRussel Dsouzainapplighter-blogs.hashnode.dev·15h ago · 7 min readHow to Onboard a Developer to a Codebase with 47 RLS PoliciesRow-level security done right pushes authorization logic into the database schema. That's good for your security posture and terrible for developer onboarding. After a year of onboarding developers to00
PPPratik Pandainpratikpanda.hashnode.dev·1d ago · 8 min readWhy your Agent Skills aren't firingPart 4 of a series on the Agent Skills SDK. Part 3 covered converting content you already have into a real library. You've got skills now. A dozen of them, converted or written, validating cleanly, wi00
SAShai Almogindebugagent.com·2d ago · 4 min readPick One Contact Without Asking for the Address BookA share screen needs one phone number. A delivery form needs one address. Neither feature needs a database of everybody the user knows. What is Codename One? Codename One is an open-source framework f00
FFreeRaveinfreerave.hashnode.dev·1d ago · 11 min readFrom Monolith to Modular Architecture: Refactoring a 2,353-Line PyQt6 Desktop App Without RegressionsA 2,353-line Dashboard class is rarely just a large file. It is usually a symptom that storage, business logic, security, synchronization, and UI behavior have all collapsed into the same boundary. Th00