Category: Linux

The Silent Container Death: A TCP Dial That Never Times Out

pod crashloop

A pod goes into CrashLoopBackOff. You pull the logs expecting a stack trace, a panic, an error string – anything that points you somewhere. Instead you get one line: And then nothing. No error. No exit message. The container is just gone, and a few seconds later it’s back, prints the exact same line, and disappears again. Magic. This is the story of chasing that silence to its root cause. TCP connection that was never going to succeed, and never going to fail either. At least not on any timescale a Kubernetes …

Warp Review

warp.dev

n this Warp review I’ll walk you through what Warp is, what value proposition it brings, and then dive into concrete use‑cases: flushing Redis keys, finding ports your application is using, updating pom.xml across multiple repositories, doing a code review, installing a WordPress theme automatically-and showing off multiple agents running in parallel. I’ll also balance this with caveats and things to watch.

Googler – save time from the command line

googler

As someone that works frequently from the command line the context switch between the command line and the browser to Google search for stuff is a pain. You insert some commands, go back to the browser when something doesn’t work and then back to the command line and so forth. A nice little tool can at least minimize (some) of this overhead : Googler It allows you to search in Google from the command line itself, get the result list, navigate it, and once you know what page you want to open …