News
Meet Trysil: a lightweight ORM for Delphi
8+ hour, 46+ min ago (351+ words) If you have ever written a Delphi application that talks to a database, you know the routine: write SQL by hand, manage parameters, loop through datasets, and copy values into objects field by field. It works, but it is tedious…...
Fuzzamoto: Non-Determinism
15+ hour, 24+ min ago (808+ words) This is part 2 in a series on Fuzzamoto, a fuzz testing tool for Bitcoin full nodes. In part 1, we covered the motivation behind Fuzzamoto and gave an overview of its design and architecture. In this post, we'll dive deep into…...
I Built 3 Free Developer Tools with Go and Astro " Here's the Architecture
11+ hour, 18+ min ago (299+ words) I'm a developer who got tired of bloated online tools that require signup just to merge two PDFs. So I built three free alternatives and deployed them on a single ARM64 VPS. Compress, resize, and convert images (JPEG, PNG, Web P). Drop…...
A Go + React monorepo starter with auth and multi-tenancy
11+ hour, 51+ min ago (472+ words) Every time I start a new project, I do the same thing. That part is always the same. And it's always slow. So I searched on Git Hub for a starter that could save me this work. I found a…...
Kiro CLI + Argo CD MCP: Manage Git Ops from Your Terminal
9+ hour, 20+ min ago (828+ words) Managing Argo CD applications typically means writing Application YAML, configuring sync policies, and switching between the CLI and UI. It works, but there's a better way to do it. With Kiro CLI and the Argo CD MCP server, you can…...
Designing a safe error handling package in Go: safe by default
20+ hour, 7+ min ago (257+ words) This problem is systemic. It doesn't stem from a lack of discipline, but from the absence of a boundary in the type system. Nothing in the error interface distinguishes what is safe to expose from what is not. Response received…...
" I Built PQPM " A Process Manager That Doesn't Care What Language You Speak
22+ hour, 53+ min ago (684+ words) Suggested hero image: Unsplash " Taylor Vick (Server Room) If you've ever managed a VPS " especially with something like Virtualmin " you know the pain. You've got 14 users on a shared server. Dave is running a Laravel queue worker. Sarah has a…...
Guardrails | Open Router Go SDK
1+ day, 13+ hour ago (139+ words) Guardrails - Go SDK The Go SDK and docs are currently in beta. Report issues on Git Hub. List all guardrails for the authenticated user. Management key required. Create a new guardrail for the authenticated user. Management key required. Get a…...
APIKeys | Open Router Go SDK
1+ day, 13+ hour ago (76+ words) APIKeys - Go SDK The Go SDK and docs are currently in beta. Report issues on Git Hub. API key management endpoints List all API keys for the authenticated user. Management key required. Create a new API key for the authenticated…...
Endpoints | Open Router Go SDK
1+ day, 13+ hour ago (34+ words) Endpoints - Go SDK The Go SDK and docs are currently in beta. Report issues on Git Hub. List all endpoints for a model Preview the impact of ZDR on the available endpoints Generations - Go SDK...