LogoBotmonster Tech
AI Smart Home Self-Hosting Coding Web Dev Hardware Bootpag Image2SVG

Coding

Pragmatic notes on developer tools, languages, and workflows. Shortcuts, tricks, and lessons from actually shipping code.

Five sealed glass chambers on a workbench, each holding a robotic arm building a different code branch, with one branch merging and four discarded

Orca runs five AI coders at once and four of them lose

Orca runs five AI coders at once, each in its own git worktree. Fan one prompt out to Codex, Claude Code, OpenCode, and Pi, then merge the winner.

Mise replaces asdf, nvm, pyenv, and direnv with one file

Mise replaces asdf, nvm, pyenv, and direnv with one file

Mise consolidates asdf, nvm, pyenv, rbenv, and direnv into one CLI. Manage language runtimes and environments from a single .mise.toml file.

Sealed monolithic machine on the left facing a workbench of twenty-two labelled precision hand tools on the right

Matt Pocock's 22 small skills beat one big framework

Matt Pocock's 22 small skills bring grilling sessions, a shared CONTEXT.md, and TDD to Claude Code and Codex without giving up your process.

Postgres queues thousands of jobs a second, skip Kafka

Postgres queues thousands of jobs a second, skip Kafka

Use Postgres FOR UPDATE SKIP LOCKED and LISTEN/NOTIFY to build a durable job queue doing 3,000-5,000 messages per second without Kafka or RabbitMQ.

Fish, Zsh, or Nushell: which shell is actually worth switching to?

Fish, Zsh, or Nushell: which shell is actually worth switching to?

A practical comparison of Fish 4, Zsh, and Nushell covering defaults, plugins, startup time, and POSIX compatibility for devops and desktop use.

DuckDB is absurdly good at crunching gigabytes with no database server

DuckDB is absurdly good at crunching gigabytes with no database server

DuckDB queries CSV, Parquet, and JSON files with no server and no import step. Run vectorized SQL analytics in-process from Python, Node, or Rust.

  • ◀︎
  • 1
  • 2
  • 3
  • …
  • 6
  • ▶︎

Most Popular

Build powerful TUI apps in Python with Textual and Rich

Build powerful TUI apps in Python with Textual and Rich

Build professional terminal UIs with Textual: a Python framework with CSS styling, reactive widgets, and async events for dashboards and dev tools.

Three racing robots on parallel tracks, one chrome and sealed, one open-framed with swappable engine modules, one screen-headed on wheels

OpenCode vs Claude Code vs Cursor: model-agnostic verdict

OpenCode vs Claude Code: Claude runs 45% faster, OpenCode writes 29% more tests, and the pick depends on your model and budget. Cursor slots in too.

Seven robotic hands reach for a glowing key, three chained to vendor vaults, two holding open rings of swappable model keys, two on short routed leashes, beside a cost-balance scale

Best AI coding agents in 2026: cost, autonomy, and lock-in

Compare the seven best AI coding agents of 2026 on real cost per finished task and model lock-in: Claude Code, Codex CLI, Gemini CLI, and more.

An old open terminal sealed in a specimen jar beside a closed steel monolith labeled agy, with a developer crossing a bridge between them.

Gemini CLI is dead: migrating to Antigravity CLI in 2026

Gemini CLI shut down on 18 June 2026. Migrate to the closed-source Antigravity CLI, keep Gemini running with an API key, and see the new quotas.

Is the StarFive VisionFive 2 the best RISC-V SBC for developers?

Is the StarFive VisionFive 2 the best RISC-V SBC for developers?

StarFive VisionFive 2 brings RISC-V development within reach: JH7110 quad-core, Vulkan GPU, Debian 13, NVMe, and Raspberry Pi GPIO compatibility.

Interactive Go CLIs with Cobra command trees and Bubble Tea

Interactive Go CLIs with Cobra command trees and Bubble Tea

Cobra and Bubble Tea combine argument parsing and rich terminal UIs into one Go binary that works as both a scriptable tool and a polished app.

Like what you read?

Subscribe to the Botmonster newsletter and get Linux, AI, and self-hosting posts weekly.

Newsletter  ·  Privacy Policy  ·  Terms of Service
2026 Botmonster