Termux App Store: A Community Package Manager for Termux on Android
If you use Termux on Android, you probably know the feeling: You find a useful command-line tool on GitHub, but then you have to figure out how to ins…
Latest Testing & QA news from Tech News
If you use Termux on Android, you probably know the feeling: You find a useful command-line tool on GitHub, but then you have to figure out how to ins…
Every few months someone asks how to decode video or pull audio samples in Rust, and the thread converges on the same advice: just run the ffmpeg bina…
The small-tool goal is simple: inspect a JSON health export locally and fail closed if it contains fields the recipient did not request. This is not a…
The worst moment in a coding session is hitting a rate limit mid-task. You're deep in a refactor. Claude Code stops. Or Codex resets. And you spend th…
Every month I got surprised by my OpenAI bill. Not by a lot — but enough that I'd open the usage dashboard, squint at a chart, try to remember which p…
Before the July 2026 GitLab Hackathon I spent a few days reading gitlab-org/cli , the Go source behind glab . I wasn't hunting for crashes. I was look…
Как я автоматизировал превращение вайбкодерского PoC в production-ready MVP За несколько часов с помощью AI можно собрать работающий PoC: интерфейс от…
Every build tool profiles its own silo. cargo build --timings will tell you cargo is fine. Ninja's build log will tell you linking is fine. And yet a …
I Built STRM: A Movie Search TUI for the Terminal I recently built STRM , an open-source terminal application that lets you search for movies without …
I regularly lose time to terminal muscle memory. I work across Windows and Unix-like shells, so I will remember the right command in the wrong environ…
Foreword Terminal applications (TUI, Text User Interface) have always had a unique charm — lightweight, fast, and cross-platform. From htop to vim , f…
I just tagged 1.0.0 of ts-treegen, a small TypeScript library for describing file structures as data and writing them to disk. If you've ever built a …
For a long time, our team relied on GUI API clients like Postman for almost everything testing endpoints, debugging requests, and sharing collections.…
Recently I learned: find is a useful command to find files in your directories. find folder1 folder2 folder3 This dumps every file and directory under…
A team lead announces that the team will start using AI-assisted development. Everyone nods. Nobody asks what that actually means on Monday morning. S…
TestSprite's CLI makes a design choice most testing tools would never advertise: it refuses to do something. When a coding agent asks for a failure re…
TL;DR — cordless manages your remote terminal / coding-agent (Claude Code, Codex) sessions and puts them on your phone. v0.6 makes it CLI-first : run …
I was three projects deep. Project A had a review open in one VS Code window. Project B was running under Claude Code with the superpowers skill set, …
Hello Dev Community I'm developing a tool called showsignature I've been using it to develop itself since the beginning and I've use it on other proje…
Every day looked the same for me. Open Jira, find my ticket, copy the ID. Switch to terminal. git checkout main, git pull. Create a branch — but first…
Yesterday my Mac hard-crashed with seven Claude Code CLI sessions open — different repos, different features, all mid-flight. When it came back up: no…
Every morning, I open my terminal and re-explain my entire project to an AI that worked on it yesterday. The architecture, the naming conventions, the…
When you delete files in your virtualbox VM in order to free up space on the host filesystem, this space is not automatically reclaimed. In order for …
Hello Devs 👋 Over the last few months, AI agents have been evolving very quickly. We are no longer building simple chatbots that answer questions. Tod…
I often run coding agents inside a remote SSH session from iTerm2 on my Mac. The annoying part was not text input. It was screenshots. The screenshot …
I've used a Linux OS as my daily driver for 15 years now. Recently, I wanted a way to record my screen on my minimal Linux system. The obvious choice …
🦀🐍 Practical fimod examples for small CI/config data transforms with a Python-like taste. In the first article , I wrote about why I built fimod : I k…
Teams are rushing to make their internal tools available to agents. That is good. It is also where a lot of design mistakes begin. The question usuall…
Обсуждение архитектуры или бага часто начинается в ChatGPT, а реализация продолжается локально в Codex CLI. Рассказываю, как я сделал небольшую CLI-ут…
The test test_warmup_eval_no_flag_subprocess_exits_0 was running the real warmup eval command, no , dry run , against the live production state file. …