cordless v0.6: Going CLI-First — Run It, Scan the QR, You're Paired
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 …
Tech news from the best sources
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'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 …
Stop memorizing ANSI escape sequences. I built a browser tool to generate them visually — pick colors, styles, and get the code ready to paste. Try it…
I spent 3 months building a tool that solves the most annoying part of working on a dev team. You know the drill: → New dev joins → "hey check your DM…
I was doing AI-assisted coding inside a terminal session. The AI kept modifying files, but I had no way to view those changes in the same window — I h…
Most AI coding assistants are glorified autocomplete on steroids. They suggest code, maybe write a function or two, but leave you holding the bag when…
My shell took 2 seconds to start. Then I realized an AI agent was paying that tax hundreds of times a day. For fifteen years the advice was settled: i…
Pipeline & Prompts | Byte size guides on DevOps, Cloud and AI The Day I Realised Linux Was Everywhere When I first started working in Cloud and In…
This article was originally published on aicoderscope.com TL;DR : OpenCode is an MIT-licensed, provider-agnostic terminal coding agent with 167k GitHu…
The first time I opened a terminal, I stared at it for a solid minute. No buttons. No menus. No helpful icons. Just a black screen and a blinking curs…
This article was originally published on aicoderscope.com On April 28, 2026, Warp open-sourced its terminal client under AGPL-3.0, picked up 60,000 Gi…
If you are building full-stack apps (like a Django backend mated to a React/Vite frontend), you know the struggle of the "Locked Terminal." You run np…
PowerShell 7 Taking 30+ Seconds to Open After Windows Update — Root Cause Found A deep-dive diagnostic that led to an unexpected culprit: a corrupted …
I love lazydocker. Honestly, Jesse Duffield built something special — it's the first thing I install on a new machine. But here's the thing: 90% of th…
I got tired of waiting for VS Code to load over SSH. There was no grand vision behind this. Just a very specific frustration — spinning up a remote se…
AI tools are fundamentally changing what developers can build -- and who can be a developer. Large Language Models (LLMs) and AI are no longer science…
The problem When a port is already in use, developers have to chain together lsof, grep, and kill commands to find and stop the offending process — th…
Author: Arthur Jean, solo indie maker. More on paneflow.dev and arthurjean.com . Repo: github.com/ArthurDEV44/paneflow . MIT licensed. I spend my days…
What is cat? If you have spent any time in a terminal, you have typed it. Short for concatenate, cat is a fundamental command-line utility that reads …
Hey developers! 👋 I'm Vinnu ( @vinnugollakoti ), Software Engineer from India. Over the years, I’ve worked on Web2, Web3, and multiple AI projects. On…
🔧 TL;DR: Android 15 broke PRoot with stricter seccomp filters. After ~10 hours of debugging, I found a working solution using patchelf + LD_PRELOAD= t…
A few months ago I started building terminaltui — a TypeScript framework for interactive terminal apps. The pitch is "Next.js for the terminal": write…
As developers, we live in the terminal. And for me, living in the terminal is a choice for two things: speed and coolness . But let's be honest, typin…
Claude Code is genuinely remarkable. But if you've been using it for more than a week, you've noticed something: everyone's terminal looks identical. …
I had four Ghostty tabs open the other morning. Three projects, four tabs, each tab split into two or three panes. Every single tab in the tab bar sai…
This post was created with AI assistance and reviewed for accuracy before publishing. Claude Code is Anthropic’s product for agentic coding from the t…
I have been living in the terminal more than ever lately. Not because I suddenly hate GUIs. The terminal just started feeling like the place where the…
The Problem You're about to deploy a script. You know you need the file executable, but readable only by the owner. You type chmod 754 ... or was it 7…
A month ago I was building a side project and kept hitting the same wall: I'd start a task with OpenAI, hit the rate limit, manually switch to Anthrop…
Introducing Gloss: A Local-First Command Glossary for Your Terminal Shell history is useful. Until it becomes a pile of almost-right commands, forgott…