stinkpot: sqlite-backed shell history
Developer oppiliappan released stinkpot, a 400-line Go shell-history searcher backed by SQLite that provides session-agnostic history management and a reverse-search TUI for bash, as a minimal alterna…
Developer oppiliappan released stinkpot, a 400-line Go shell-history searcher backed by SQLite that provides session-agnostic history management and a reverse-search TUI for bash, as a minimal alterna…
An adversarial review workflow pitting Claude 3.5 Sonnet against GPT-4o achieved a 90% bug detection rate on 10 complex TypeScript functions, compared to 60% for Claude alone and 50% for GPT-4o alone,…
A developer built a minimal MCP server in Go that exposes a single tool for calculating compound interest, demonstrating how the Model Context Protocol enables dynamic tool discovery via a JSON-RPC ha…
A developer recounts how rebuilding systems from scratch—TCP, DNS, Modbus, and now LLM agents—transforms understanding from user to engineer. A colleague wrote a small agent in Go and finally grasped …
TormentNexus engineers built a modular monolith pairing Go's concurrency for a high-performance AI backend kernel with TypeScript's flexibility for business logic and model orchestration. The Go kerne…
A developer replaced a 7B parameter LLM running on a GPU with a 2.4 MB Go classifier for email triage, achieving sub-millisecond CPU latency and 100% reliability on deterministic rules. The three-laye…
A developer known as Hale has created a new concurrent systems language, also named Hale, that separates domain implementation from technical deployment through pure logical isolation. The language fe…
Szr, a Go-native CLI proxy developed by devr-tools, reduces noisy terminal output before it reaches an LLM context, preserving exit codes and saving tokens on logs, diffs, and test output. It wraps co…
Developer Raj Nandan released json-to-md, an open-source tool that converts JSON documents into deterministic, human-readable GitHub Flavored Markdown, with byte-identical output across TypeScript and…
Kata Containers 4.0.0 is now available, introducing a new default runtime built in Rust that offers reduced memory footprint, improved security, and lower latency, while the existing Go runtime is dep…
A developer building a private streaming radio chat discovered Server-Sent Events (SSE), a web API standardized in 2015, after 15 years of web development. The author implemented a simple text-based c…
Google shipped the Genkit Agents API on July 1 in preview for TypeScript and Go, offering a single chat() interface for building full-stack AI agents that integrate into existing backends rather than …
Josh Bleecher Snyder, co-founder of exe.dev and longtime Go compiler contributor, argues that large language models like Claude are better than compilers because they operate vertically across all abs…
Developer Matheus Gomes released Decoreba, a 6.2 MB command palette for the terminal written in pure Go with zero dependencies, featuring fuzzy search, typo tolerance, recency ranking, and an MCP serv…
Instancez has released an open-source, single-binary Supabase alternative that uses a declarative YAML schema to define databases, authentication, storage, and functions, enabling self-hosting in seco…
HyCanvas, a free self-hostable AI-native design platform, has been released as an open-source alternative to Canva. The platform supports social graphics, presentations, videos, whiteboards, docs, and…
A developer spent nine months building screpdb, an advanced StarCraft: Brood War reporting tool using Go and Claude, after finding existing tools like BWChart, SCRChart, RepMastered, and vespene.gg in…
A software engineer reflects on the arrival of the fifth generation of computers—artificial intelligence—and nostalgically recounts the value of hand-writing code, disciplined engineering, and manual …
A developer has launched a tutorial series on Go programming language in Hinglish, a mix of Hindi and English. The series aims to make Go accessible to Hindi-speaking developers, with the author using…
A developer known as PyGo has built a deep learning framework where Go is the top-level API, Python handles autograd and the model zoo, and C++/CUDA does the raw compute. The architecture embeds CPyth…