Live data from Hacker News

Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

github.com

71–80 of 233 posts

Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

#71

Speech-to-text has become integral part of my dev flow especially for dictating detailed prompts to LLMs and coding agents. I have collected the best open-source voice typing tools categorized by platform in this awesome-style GitHub repo. Hope you all find this useful! https://github.com/primaprashant/awesome-voice-typing

[dead]

Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

#72

This thread is a support group for people who have each independently built the same macOS speech-to-text app.

Oh to be 20-something and do a bunch of free work for your portfolio again

I'll have you know that I'm Matt's top contributor to Ghost Pepper and I'm nearly fifty

But I did it because I wanted it to work exactly the way I wanted it.

Also, for kicks, I (codex) ported it to Linux. But because my Linux laptop isn't as fast, I've had to use a few tricks to make it fast. https://github.com/obra/pepper-x

Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

#74

That’s awesome! Do you know how it compares to Handy? Handy is open source and local only too. It’s been around a while and what I’ve been using. https://github.com/cjpais/handy

I’d also be interested to know what the impetus was for developing ghost-pepper, which looks relatively recent, given that Handy exists and has been pretty well received. Extra bonus is that Handy lets add an automatic LLM post-processor. This is very handy for the Parakeet V3 model, which can sometimes have issues where it repeats words or makes recognition errors for example, duplicating the recognition of a single…

I think it's the same reasoning for anything these days.

"You know what would be useful?" followed by asking your LLM of choice to implement it.

Then again for a lot of scenarios it's your slop or someone else's slop.

I think the only difference is that I keep my own slop tools private.

Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

#75

always mac. when windows? why can you just make things multios

Because like all other modern Macs, the GPU in my Mac uses the same API as the GPU in your Mac.

Also, on a Mac with 32GB of RAM, 24GB of that (75%) is available to the GPU, and that makes the models run much faster. On my 64GB MacBook Pro, 48GB is available to the GPU. Have you priced an nvidia GPU with 48GB of RAM? It’s simply cheaper to do this on Macs.

Macs are just better for getting started with this kind of thing.

Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

#76

This thread is a support group for people who have each independently built the same macOS speech-to-text app.

I cobbled my own together one night before I came across the thoughtfully-built KeyVox and got to talking shop with its creator. Our cups runneth over. https://github.com/macmixing/keyvox/

Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

#77
This is great, and I'm not knocking it, but every time I see these apps it reminds me of my phone.

My 2021 Google Pixel 6, when offline, can transcribe speech to text, and also corrects things contextually. it can make a mistake, and as I continue to speak, it will go back and correct something earlier in the sentence. What tech does Google have shoved in there that predates Whisper and Qwen by five years? And why do we now need a 1Gb of transformers to do it on a more powerful platform?

Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

#79

That’s awesome! Do you know how it compares to Handy? Handy is open source and local only too. It’s been around a while and what I’ve been using. https://github.com/cjpais/handy

I love it. I use it all the time to communicate to my agents via opencode.
Post reply on HN