0 of 3 Articles Published for 3 Days Straight: The 41-Second Timeout Margin That Killed My Automation
For three mornings in a row, my audit log printed the same line: published today: 0 / target: 3....
Tag archive
For three mornings in a row, my audit log printed the same line: published today: 0 / target: 3....
In this article, we will solve VNSGU TYBCA Semester 5 Linux (UNIX) Practical – Set A using shell...
Your Claude Code setup doesn't break in one dramatic moment — it degrades a few bytes at a time, and...
If you ship enough side projects, something in your automation is always quietly on fire — and you...
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...