The loop never ends:
Get idea. Give it a few days. Ship. Get feedback. Move on.
By end of day I'm cooked. Wake up fully charged, new idea already forming.
I don't know if this is passion or a bug in my brain but I'm not fixing it
do you guys take breaks or just pretend to?
@antonioripa TypeScript if you're building products on top of models. Python if you're training or fine-tuning them. Most AI dev work is the first case.
@tomwarren Nothing exposes how much you've offloaded to muscle memory like a gesture that stops working. You don't remember swiping up, your hand just does it, and the second it fails the whole phone feels like someone else's.
@dhh What keeps me off the Linux desktop isn't the OS, it's that the small tools my hands are built around aren't there. I write mouse/input software for Mac and Windows. Linux is the port I keep postponing because there's no one input layer to target. Fix that and a lot of us move.
I never remember the shortcuts I use twice a month, but a shape I drew myself I remember instantly.
So: hold a mouse button, draw the shape, let go. Whatever you bound to it happens. Mine opens Warp.
Wandful, free and MIT, Mac and Windows.
@rusabuilds they fizzle instead of guessing, a wrong shortcut is worse than none. But you see how close you got, like "closest was Terminal, 74%", and can bind that stroke right there if that's what you meant.
every app has shortcuts nobody remembers. so I made a wand for mac: call it up, draw a shape, the shortcut fires.
tiny, open source, no accounts, no network. it's called Wandful
@Naaackers Same boat. Ended up on a wired Logitech, killed the bluetooth lag for good and stopped caring about the shape. The only thing I miss from the Magic Mouse is swipes.
@creative_yua The list is the problem: nobody keeps 20 of these in their head. What worked for me was drawing them instead. Check mark = mark all read, circle = open Terminal, whatever shape you can repeat. Made a small free Mac app for it (wandful, link in bio).
under the hood: rust + tauri, $1 unistroke recognizer for the shapes, nothing is intercepted while the wand is hidden. hardest part was the overlay and global input on macOS, not the ui