Tag
Generative AI is reshaping the economics of outsourcing by automating routine tasks, reducing the labor cost advantage that drove offshore outsourcing for decades.
A detailed technical guide explaining all the elements visible in the htop and top command outputs on Linux, including load average, process states, memory usage, and more.
A developer criticizes Kubernetes' deployment method as too complex, advocating for using tmux sessions and while true loops to simply manage service processes, believing this approach has sufficient performance and is easy to maintain.
A game where you play as the operating system, managing processes, memory, and I/O events to keep the user satisfied.
A proposal to add spawn templates to the Linux kernel aims to optimize the fork+exec pattern by caching executable information, though the current patch set is unlikely to be accepted as-is.
This article explains the concept of self-calling executables, where a program starts another instance of itself, and demonstrates its use in Go testing (running the main function in a subprocess) and in TUI tools (e.g., jjui using SSH_ASKPASS to prompt for passwords via a child process).
Discusses the problem of AI agents forgetting decisions rather than facts, and proposes a system where agents check existing decisions, propose new ones for approval, and manage the process with gates to prevent drift and error cascades.