back
user profile

overflowy

213karma·76submissions·November 4, 2025
recent activity (76 total)
comment
Related discussion: https://news.ycombinator.com/item?id=47438723
5mo ago·view thread
comment
Awesome, appreciate it :)
5mo ago·view thread
comment
I use this to remap app keys: local appHotkeys = {} local function remapAppHotkey(appName, fromMods, fromKey, toMods, toKey, delay) if not appHotkeys[appName] then appHo…
5mo ago·view thread
comment
> terminal UI written in Go > Linux only Any particular reason for that? Are you using specific Linux APIs? Just to clarify, this looks like a super helpful utility, something that I would perso…
5mo ago·view thread
comment
You should post a screenshot in the README to give people an idea of what the terminal looks like.
5mo ago·view thread
comment
A few days ago I built https://github.com/overflowy/parallel-rsync to scratch my own itch: I realized I could just launch multiple rsync instances in parallel to speed things up.…
5mo ago·view thread
comment
Looks really expensive for a language learning app.
7mo ago·view thread
comment
HTML and JavaScript serve distinct purposes, making better or worse comparisons logically flawed. Complex/interactive web apps requires JavaScript, period. Attempting to build sophisticated app…
7mo ago·view thread
comment
How does it compare with csvlens? https://github.com/YS-L/csvlens
9mo ago·view thread
comment
I built this plugin because I'm a huge fan of todo.txt files. Just plain text, no databases, no complex formats, no vendor lock-in. Pairing that simplicity with Sublime Text's blazing speed …
9mo ago·view thread