Find Out Which Claude Code Hook Is Slow — Measure p95 With a One-Line Wrapper
This is another entry in my Claude Code environment series, following the previous piece on the...
Tag archive
This is another entry in my Claude Code environment series, following the previous piece on the...
This is the final installment of the "Claude Code environment" series that ran all the way through...
I've put together a small shell script called Meta Portal ADB Device Inspector. It's designed to help...

Recently, I came across a post on Hacker News titled “Executable Markdown files with Unix pipes”. I couldn't help but think, "This is interesting."...
How hitting a real constraint on Linux forced a provider pattern I never planned, and what that says about how AI actually contributes to software design.
Everyone told me to use a "real" tool. I built a shell CLI instead. Here's why I don't regret it.
Here is a comprehensive, blog-style set of notes on Shell Scripting. These notes cover the...

Recently, I wanted to commit the project's .env file to Git and tried encrypting it with dotenvx-rs, but I was about to give up because it was cumb...

Automating Log Analysis with Bash: A Simple Way to Manage System Logs If you've ever...
Anyone knows, yes, this is known all over the world. But let me say, shell script is such a...

Deploying your web applications can often be a tedious and error-prone process, especially when done...

Bash is widely regarded as a universal scripting language In the world of cloud computing. All cloud...