Install
Editors, IDEs & Developer Experience
Code editors, IDEs, terminals, formatting, linting, and the tooling that makes developers fast.
- 6 Subtopics
- 6 Tracked terms
- Last 30 days Feed window
Inside Editors, IDEs & Developer Experience
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Editors, IDEs & Developer Experience
Terminal-Bench 4.0
1+ hour, 30+ min ago (269+ words) Where Terminal-Bench 2.x was mostly software engineering and system administration, 4.0 is deliberately wide. The tasks span seven categories: We include Terminal-Bench because it is widely reported by model providers, because it reflects the kind of end-to-end terminal work that agentic…...
Finding the right terminal in a room full of agents
20+ hour, 29+ min ago (395+ words) I don't lose terminals when they're running. I lose them when I come back. An hour ago I had five... Tagged with terminal, ai, devtools....
My Weekly Tech Digest: What I Learned in Linux Essentials with Akwannya Hub
1+ day, 9+ hour ago (730+ words) This week, I dove deep into the core concepts of the Linux Essentials course organized by Akwannya Hub. Here is a quick breakdown of everything I covered, from low-level kernel concepts to cloud infrastructure! Fundamentals & System Architecture Open Source & Licensing:…...
What Actually Happens When You Press Enter in a Terminal
1+ day, 12+ hour ago (179+ words) What is mysh? A small POSIX-style shell. It's not a Bash replacement, and I'll be upfront about that. It's a working reference for how a shell turns raw text into running processes. What it handles today: Pipes and redirections: |,, >>, and…...
Linux Terminal Basics: The 20 Commands You Actually Need
1+ day, 9+ hour ago (638+ words) A fresh install ships more than a thousand commands, but twenty do the everyday work — here is what each one does and the trap hiding behind …...
2. Linux Commands - Beginner
2+ day, 3+ hour ago (189+ words) Essential Linux Terminal Commands ls - List files and folders in the current directory. ls -l - Show detailed file information (sizes, permissions, date modified). ls -a - Show hidden files (files starting with a.). pwd - Show your current directory path (Print Working Directory)....
The Art of the Elegant Fix: How a Dev Rewrote the Rules of the Terminal
2+ day, 10+ hour ago (1115+ words) We have all been there. You are staring at your terminal, trying to install a simple utility to get on with your day, and instead, you are sucked into a rabbit hole of broken dependencies, permission errors, and endless compiling…...
Alt-g and Readline shortcuts that make Bash completion a bit more convenient
3+ day, 10+ hour ago (533+ words) Let's say you're using Bash and you have a directory like this: You want to move to this directory, but you only remember bbb in the middle of the name, not the leading aaa. You might be tempted to do:…...
tfm: Modern mouse-first terminal file manager for linux
3+ day, 10+ hour ago (21+ words) I made an opensource terminal file manager on linux. Its fast, intuitive, and super customizable,... Tagged with linux, opensource, tools, typescript....
What If Your Terminal Had an Infinite Canvas? Meet Fuse.
4+ day, 19+ hour ago (20+ words) Let’s be honest: every software project eventually grows a collection of messy, fragile shell... Tagged with opensource, macos, rust, productivity....