Bookmarks

Bookmarks

Your Go tests probably don't need a mocking library
Your Go tests probably don't need a mocking library
Practical patterns for mocking in Go without external libraries. Learn to mock functions, methods, interfaces, HTTP calls, and time using only the standard library
·rednafi.com·
Your Go tests probably don't need a mocking library
Ralph TUI - AI Agent Loop Orchestrator
Ralph TUI - AI Agent Loop Orchestrator
An AI agent loop orchestrator that manages autonomous coding agents through intelligent task routing and continuous delivery.
·ralph-tui.com·
Ralph TUI - AI Agent Loop Orchestrator
subsy/ralph-tui
subsy/ralph-tui
Contribute to subsy/ralph-tui development by creating an account on GitHub.
·github.com·
subsy/ralph-tui
Paper – design, share, ship
Paper – design, share, ship
Paper is a modern and powerful design tool that helps you create, share, and ship your best work.
·paper.design·
Paper – design, share, ship
Heroku: What’s Next
Heroku: What’s Next
Heroku is shifting to a sustaining engineering model. Here’s what that means, whether you should migrate, and how the top alternatives compare.
·judoscale.com·
Heroku: What’s Next
Making Encrypted Records Searchable (Without Losing Sleep Over Your Audit)
Making Encrypted Records Searchable (Without Losing Sleep Over Your Audit)
TL;DR I needed full-text search across compliance records in Humadroid — some of which are encrypted at the application layer. The naive answer is “just decrypt everything into a search index.” The real answer involves understanding exactly what you’re trading, making that trade-off explicit and per-organization, and designing the index so it reveals as little as possible. Here’s the pattern I built, what I considered, and what I’d tell an auditor who asks about it.
·maciej.litwiniuk.net·
Making Encrypted Records Searchable (Without Losing Sleep Over Your Audit)
portless
portless
Replace port numbers with stable, named .localhost URLs. For humans and agents.
·port1355.dev·
portless
Brandon Casci - Turn Your Best AI Prompts into Reusable Commands
Brandon Casci - Turn Your Best AI Prompts into Reusable Commands
Stop typing the same AI instructions over and over. Learn how to transform your best prompts into reusable commands that work with your CLAUDE.md patterns for consistent, quality code.
·brandoncasci.com·
Brandon Casci - Turn Your Best AI Prompts into Reusable Commands
Brandon Casci - How I Came to Understand the 100x Claim
Brandon Casci - How I Came to Understand the 100x Claim
The 100x developer claim went from eye-roll to something I understand. Not because I read about it, but because I built the systems that make it real. A personal journey from skepticism through orchestration.
·brandoncasci.com·
Brandon Casci - How I Came to Understand the 100x Claim
Decoupling Cache from Container Lifecycle
Decoupling Cache from Container Lifecycle
I initially kept caching simple with SQLite inside the container. As deploy patterns evolved, I moved to Redis to decouple cache lifecycle from container lifecycle and harden the system for production.
·holtonma.github.io·
Decoupling Cache from Container Lifecycle
My tmux + Rails + AI TUIs development setup
My tmux + Rails + AI TUIs development setup
I've switched my tech stacks several times in the past 10+ years. Something that has been consistently there throughout these times has been tmux. Here's how I'm using it with Rails
·alexanderzeitler.com·
My tmux + Rails + AI TUIs development setup
ActiveRecord neighbor vector search, with per-document max
ActiveRecord neighbor vector search, with per-document max
I am doing LLM “RAG” with rails ActiveRecord, postgres with the pgvector extension for vector similarity searches, and the neighbor gem. I am fairly new to all of this stuff, figuring i…
·bibwild.wordpress.com·
ActiveRecord neighbor vector search, with per-document max