Solution to RSI and poor Mac dictation, accurately transcribes "memcpy"
About a year ago, my RSI had gotten to the point where I needed to take days off. I went down the rabbit hole of trackball mice, split keyboards, and dictation. Talon voice coding seemed like the dream solution I was looking for, but I just couldn’t get it right (here’s a link to the video I was inspired by: https://www.youtube.com/watch?v=0ZZb12Qp6-0)). Around the same time, I increasingly adapted to new ways of life- tabbing, code suggests, completions, chat-based coding (I know, I know), and brainstorming with tools like Copilot, Codeium, Claude, and then Cursor. Mac's…
What it does
In the maker’s words, at launch
About a year ago, my RSI had gotten to the point where I needed to take days off. I went down the rabbit hole of trackball mice, split keyboards, and dictation. Talon voice coding seemed like the dream solution I was looking for, but I just couldn’t get it right (here’s a link to the video I was inspired by: https://www.youtube.com/watch?v=0ZZb12Qp6-0)). Around the same time, I increasingly adapted to new ways of life- tabbing, code suggests, completions, chat-based coding (I know, I know), and brainstorming with tools like Copilot, Codeium, Claude, and then Cursor. Mac's built-in dictation was my first attempt at a solution. It handled basic emails/messages fine but completely fell apart with technical terms. I couldn’t build a workflow around it. “malloc,” "memcpy," “Axum,” “Tauri”… these always had to be edited, and my wrists would still protest. I had been playing around with Whisper ever since it first came out (my work with MEL spectrograms and ECGs led me deep into OpenAI's Whisper). Once the whisper.cpp project got metal support, it worked beautifully on Apple Silicon Macs. What I ended up building - Local dictation tool - Works system-wide on Mac (any text input) - Custom dictionaries for technical terms/jargon - No cloud dependencies, no tracking, no signup, no subscriptions (one-time purchase) Technical details - Running Whisper Large Turbo locally (or quantized Whisper small/medium) - Sits in the background, requests accessibility permissions, and can paste text anywhere - Voice activity detection is experimental; haven't nailed the parameters yet. This will help with long recordings/live transcriptions - Sandboxed app, available through the Mac App Store My usage stats (just personal benchmarks) - Transcribed around 30k words over 2 weeks - Averaging 150 WPM vs my usual 55-60 WPM (significantly lower when I need to think—it’s not like one of those typing tests) - I’ve spoken for about 4 hours to it. So roughly 6-8 hours saved - Some occasional mistakes; there's a find and replace tool. I add random non-dictionary words for large prompts https://carelesswhisper.app/
Does the same job
all alternatives →More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com

