Edu Wass
603 posts

Edu Wass
@eduwass
Software Engineer. I build stuff for the web (mostly).




i think i saw the future. mobile apps like Moshi becoming a new kind of IDE - AI native, loosely coupled, way lighter than the traditional ones. calling it ITE. Integrated TUI Environment. moshi 3.0 will be the proof. soon 😼

Most code review tools are either a browser tab that yanks you out of your terminal agent session or a pager that dumps colored text and forgets everything the moment you close it. so we built a terminal native diff reviewer built in @ratatui_rs that renders 10k+ line diffs at 60fps with sub-2ms frame times, the fastest you will ever find. also has semantic diffs and semantic graphs of entities with sem, fuzzy navigation and everyone's favorite vim keybindings. you can also leave threaded comments anchored to exact lines for your coding agents. also everything persists to SQLite locally.




Ah shit. we interviewed @bentlegen and now i'm having to learn tmux








i don't hate terminals but i hate complexity of tmux/zellij har session management w/ attach/detach rituals + resurrection plugins + naming sessions 🤢 it's a part-time job just to not lose your layout / tabs. burned 40-50 hours trying every multi-agent manager out there, including stuff from my YC-backed friends are actively shipping. forked even some of them but nothing fully clicked to my workflow. turns out all i wanted was already sitting inside one terminal window. vs tmux/zellij: - mouse first, click anything (right click too) - zero shortcuts to memorize (native shortcuts) - custom keybinds if you want them (fully configurable) - rename tabs + spaces inline (⌘+L / ⌘ + K / ⌘ + 1..9) - single window = a lot less RAM / CPU usage - stability and rendering are world-class - ⌘+Q anytime. state saved. re-run it later (even on ssh) and everything's exactly where you left it. no plugins, no two step shortcuts, just works out of box (i've shared my keyboard bindings if you wanna combine with ghostty) then i wired it into ghostty with a custom installer. cmd+t, cmd+n, chrome-style tab cycling and number-jumping, all native. drop-in cmux replacement. finally feels like macos to me. video below. my ⌘-based shortcut installer in reply ☠️


I haven't used keyboard backlighting on my MacBook Air since I bought it last November. MacBook Neo lacking a backlit keyboard is really a non-issue for the vast majority of people.

Been testing Claude Managed Agents + ChatGPT agents a bit, and even for tasks of moderate complexity tasks, I much prefer the turn/response style "chat" interface + tools than the "spin up a computer" experience of an Agent. Latency is too high and it does't feel the juice is worth the squeeze.

Coding on Paper "About three months ago, I bought [...] an e-ink monitor for desktop use. I’ve used it as my primary monitor since, and I’ve had a lot of questions about it. This is my experience report, from the perspective of a working, still mostly typing, programmer." wickstrom.tech/2026-05-16-cod…


Codiff: A beautiful, extremely fast local diff viewer I review SO MUCH code locally these days. I asked Codex to build it using diffs.com and trees.software. Thanks @amadeus and @fat. Amazing software. It took 16 minutes to build this. It's amazing. github.com/nkzw-tech/codi…







