Three TODOs, three weeks, one weekend: finishing pq v0.14
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built pq — jq for Parquet. A 50 MB Rust single binary that wraps DuckDB's query …
Tech news from the best sources
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built pq — jq for Parquet. A 50 MB Rust single binary that wraps DuckDB's query …
AI coding tools have moved way past autocomplete. Today's CLI agents read your entire codebase, plan changes across files, run tests, and even open pu…
Every repo has the same onboarding ritual: figure out the stack, install the right tools, start the right services, and hope the README is still accur…
One thing that has always bothered me as a developer is how much time gets wasted setting up new projects. Creating folders, configuring Docker, setti…
There are a gazillion packages in pypi.org that "build" your .gitignore files. The problem is, all download templates from a repository or another, an…
Originally published at ffmpeg-micro.com The FFmpeg segment muxer splits a video into multiple files based on duration. Three flags cause most of the …
The problem I often switch between Codex, OpenCode, Cline, Claude Desktop, scripts, and terminals. The annoying part is not starting a new tool. The a…
The last two posts were about features you can call: cache-aware spawning across five providers, and the round before that. This one is mostly about t…
I turned an abandoned Go project into a full terminal Arcade Game GitHub “Finish-Up-A-Thon” Challenge Submission Rad Ghost Rad Ghost Rad Ghost Follow …
Git Workflows: From Solo to Team (2026) Git isn't just commit and push. A good workflow prevents disasters before they happen. The Essentials Everyone…
My main driver is Claude Code, with Codex bolted on for the hard parts and reviews. The split works surprisingly well. But after a while I noticed som…
Most developers using Claude Code work the same way: one long conversation, manual prompting between tasks, context that grows until the model loses t…
DeepSeek Chat was free in the browser. But the moment I wanted to use it like a developer, it became a different story. That annoyed me more than it p…
Problem The longer a Claude Code session runs, the worse the model’s judgment gets. Anthropic calls it “context rot.” In one dissected 70 MB session d…
I never really knew what a shell actually was until I switched my entire workflow to Linux and started using EndeavourOS as my daily driver. That comp…
Background With generative AI entering daily development, the AI assistant in the terminal has also ushered in an epic update! If you are a loyal supp…
I built a Python CLI that fetches real-time Solana DEX liquidity data — no pip install, no API key, just the standard library and a terminal. Here's h…
Ever wondered how decentralized Solana really is? With over 1,500 validators securing the network, it's hard to see the big picture from the command l…
When building robust backend APIs in Go, maintaining a consistent, clean architectural pattern across domain directories is essential for scalability.…
Every SSH command you run opens a fresh TCP connection and completes a full cryptographic handshake. Here's how to do it once and reuse it hundreds of…
Rails X XCode Tips When reading commands from a textbook, the \ in the command instruction line is usually just a line continuation in instructions. I…
▄▀▀▄ Antigravity CLI 1.0.2 ▀▀▀▀▀▀ [email protected] (Google AI Ultra) ▀▀▀▀▀▀▀▀ Gemini 3.5 Flash (Medium) ▄▀▀ ▀▀▄ ~/pokemon ▄▀▀ ▀▀▄ ────────────────────…
TL;DR: A single-file Python CLI tool that checks native and token balances across Solana, Ethereum, BSC, and Polygon using public RPC endpoints. No pi…
This article covers the initial setup and configuration for the Antigravity CLI on the AWS Cloud Shell. Why? Sometimes you need more than one Cloud! W…
Built a CLI tool that transfers SOL on Solana devnet and tracks the transaction through processed, confirmed, and finalised states. This project helpe…
Spend a few hours in Claude Code and count what you actually read: tool output, reasoning traces, permission prompts, explanations. Maybe 20% is code.…
If your multi-LLM workload sends the same long system prompt or file dump to Claude / Codex / Gemini ten times an hour, you are paying for the same in…
I started with three skills. A year later I had forty-something. Every Claude Code session loaded all of them. Every Codex run loaded all of them. Eve…
3 CLI Tools for Developers — Buy Once with Crypto, Use Forever If you live in the terminal, you know the pain. Repetitive commands, lost session histo…