Remote Ruby

Tool Standardization

Jan 23, 2026
A lively chat about refactoring into SQL and Postgres to squeeze out performance wins. They compare developer tooling choices and why some teams standardize on Mise and Overmind. Conversation touches on CLI specs, encoding headaches and fixes, rich-text editor tech like Lexi, and web security concerns around OEmbed and SSRF protections.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Refactor Into The Database

  • Refactoring scattered Ruby code into SQL improved performance and reduced memory use.
  • Andrew Mason found consolidating logic into the database made the codebase clearer and faster.
ADVICE

Standardize Scripts With Mié

  • Use Mié for shared developer tasks and to install CLIs from multiple ecosystems.
  • Replace heavy multi-component MCPs with simple CLIs integrated via Mié to save token cost and complexity.
ADVICE

Prefer Overmind For Interactive Processes

  • Try Overmind instead of Foreman when you need interactive, per-process control.
  • Overmind (tmux-based) lets you restart, attach, and inspect individual processes without stopping everything.
Get the Snipd Podcast app to discover more snips from this episode
Get the app