Skip to content

Tag: productivity

All the articles with the tag "productivity".

How to Stretch a Free LLM Tier

How to Stretch a Free LLM Tier

Free LLM tiers usually die from bloated prompts, not stingy quotas. Context discipline, caching, tiering, batching, and backoff that triple your runway.

Devbox vs Devenv: Nix Without the Pain

Devbox vs Devenv: Nix Without the Pain

Devbox and devenv both tame Nix for reproducible dev environments without needing a PhD first. Here is which one will not send you reading a 40-page manual.

Topgrade: One Command Updates Everything

Topgrade: One Command Updates Everything

Topgrade runs every package manager and update tool on your machine in one single command. Stop juggling apt, brew, flatpak, pip, cargo, and gem separately.

Carapace: Universal Shell Completions

Carapace: Universal Shell Completions

Carapace-bin delivers tab completions for 1000+ CLI tools across every major shell, one install, one config line, zero per-tool completion script headaches.

procs vs ps: Modern Process Listing

procs vs ps: Modern Process Listing

procs adds color, Docker container awareness, and process tree views to replace ps. Here is exactly when switching is worth it in your daily Linux workflow.

btop vs htop vs bottom: Top Replacements

btop vs htop vs bottom: Top Replacements

btop, htop, and bottom compared on features, memory footprint, and personality, find out which terminal process monitor earns a spot in your daily toolkit.

gitui vs lazygit: Two Git TUIs Compared

gitui vs lazygit: Two Git TUIs Compared

gitui vs lazygit: a practical comparison of the two best terminal Git UIs available. Which one earns a permanent spot in your daily developer workflow in 2026?

Mise Deep Dive: Tasks, Tools, Env Vars

Mise Deep Dive: Tasks, Tools, Env Vars

Mise manages your dev tools, env vars, and task runner all from one config file. Here is how to put all three of its features to practical use together.