Tag: #tools
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 7 posts
A Map of Knowledge Graph Tools and Frameworks: What to Pick, When
Graph databases, the RDF and ontology stack, and graph RAG frameworks have exploded over the last two years. Link lists are already abundant, so this post draws an honestly-opinionated map instead. For each category: wha
2026-07-15 · 9 min read #tools#knowledge-graph#graph-rag#ontology#frameworksGood tools are invisible: gingerBill on friction as a feature, and where "invisible" hides failure
A reflection on gingerBill's essay 'Good Tools Are Invisible,' which argues that a good tool disappears into the background and that reselling friction as a fun puzzle is a rationalization. I agree with his feeling-versu
2026-07-11 · 7 min read #tools#developer-experience#kubernetes#build-systems#editorsBuilding CLIs in Rust: clap and the Secrets of ripgrep, fd, bat
Over the past few years the command line has been quietly rewritten in Rust: ripgrep, fd, bat, eza, zoxide, bacon. This post explains why that renaissance happened and what you actually need to build a CLI yourself. We d
2026-06-27 · 9 min read #rust#cli#toolsWhy ripgrep Is So Fast
ripgrep beats grep not through magic but through an accumulation of decisions: the Rust regex crate built on finite automata (no backtracking), SIMD-accelerated memchr, parallel directory traversal, respecting .gitignore
2026-06-17 · 12 min read #rust#performance#tools#cliThe Terminal TUI Renaissance — Developers Leaving GUIs and Coming Back to the Terminal
With the HTTP client Slumber featured on HN and GeekNews, the TUI tool renaissance is back in the spotlight. This post covers the best TUIs by category — lazygit, k9s, lazydocker, yazi, btop — plus fzf recipes, tmux-base
2026-06-12 · 14 min read #tui#terminal#devops#productivity#toolsGit Internals Deep Dive — Object Model, Packfile, Merge Algorithms, Reflog, Protocol (2025)
Git is a tool every developer uses daily but most treat as a black box. This guide dissects Git from first principles: its essence as a content-addressable filesystem, the blob/tree/commit/tag object model, SHA-1 hash ch
2026-04-15 · 15 min read #git#version-control#object-model#packfile#mergeGit Tools Usage
Learn the basic usage of Git tools.
2024-07-20 · 4 min read #git#tools#version-control