Earlier quoted context omitted.
Let me be more specific. The Tobii 4c, PCEye Mini, and Tobii 5* work approximately the same on Linux, Mac, and Windows with Talon out of the box. * The Tobii 5 does work, but is a work in progress and has some caveats until I do more work on it.
Would you mind elaborating on this? I'm ready to buy a Tobii but would like to know what the model 5 caveats are and how long you think it'll be WIP. And if you think the improved specs on the 5 make it worth waiting for. Thanks!
Hands-Free Coding: How I develop software using dictation and eye-tracking
131–140 of 141 posts
Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#132https://medium.com/@robindji/tactical-recovery-guide-for-wri...
Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#133Earlier quoted context omitted.
Do you know of any workflows like this using entirely open source software? EDIT: Seems like caster itself has instructions for an open source recognition engine to pair with it. Not sure how accurate it'll be but I'm going to give it a shot! I hate the idea of relying on closed source software to be able to continue in my profession. If this works I'm definitely going to be donating to the FOSS options
Yeah there is the Kaldi backend for caster, which I've tried on my Mac machine, since Dragon isn't a thing on Mac. Unfortunately it's not nearly as good :-( I'd like to try to record my usage of Dragon that I could fine-tune my own model, but it's harder to get around to hobby coding projects like that now that coding is more of a pain in the ass. The unfortunate reality in my case is that using Dragon is the least f…
For sure if its on the line right now you use what is available and works best right now, but the reality of niche software is the companies/people backing it tend to close down or move on as they realize the market is too small to sustain them. Or Microsoft updates its OS in a way that forces them to expend considerable time making it functional again and they just don't have the bandwidth for it so you're stuck for some amount of time or indefinitely.
If you have no other choice, its definitely better than nothing and you want to use what enables you to do your job the best. But in terms of where I'd be willing to throw my financial support? It'd need to be something for the better of the coding community as whole. For me, this means an open source tool or set of tools, not a proprietary system.
Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#134Earlier quoted context omitted.
Manual transcription is still a thing today. Stenographers being one of the more well-known examples.
Stenotype keyboards are way better from a RSI point of view, though. Unfortunately, no one has come up with the "theories" or systems that would allow use of them for specialized input like programming.
Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#135Earlier quoted context omitted.
I had pain and weakness in my right wrist for years, and also had many rounds of misdiagnosis. It turned out to be a benign tumour. Surgery was my answer, but it's only a partial one. It's a soft tissue tumour, the surgeon didn't expect to get all of it, and it's growing back now. It's been about seven years, and I expect I'll need surgery again within seven more years to be able to do simple tasks like lift objects…
Would this happen to be a schwannoma? If so, this was the case for me as well. Took a long time and a lot of sleepless nights before an mri found it.
I had trouble believing he'd diagnosed it when he glanced at the ultrasound and calmly said what it was. Given I'd had medical practitioners send me for neurological studies to check it wasn't all in my head, suggest fusing my wrist to stop the pain, tell me there was nothing visible in X-ray, MRI, or the same ultrasound report the surgeon diagnosed me from... It seemed unlikely anyone could do an apparently simple diagnosis like that.
Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#136Earlier quoted context omitted.
I once had a very severe case of insomnia I thought was caused by some medication. It was such a difficult time for me, and after going through so many different solutions, I eventually discovered a book written by a Harvard doctor that had successfully stopped insomnia in hundreds of patients over several years. Basically, he discovered that most insomnia is caused by belief. It becomes a vicious cycle that feeds in…
Umm... book name would help.
Say Good Night to Insomnia: The Six-Week, Drug-Free Program Developed At Harvard Medical School https://www.amazon.com/dp/0805089586/ref=cm_sw_r_cp_api_i_hS...
Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#137Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#138Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#139Earlier quoted context omitted.
My understanding is that Talon is built off of wav2letter's inference framework for ASR.
I do not use the wav2letter@anywhere inference frontend - I trained the acoustic model using the facebook upstream code, but the decoder is almost entirely new, and on Windows I use Pytorch for inference. Talon ships with a libw2l.so/dylib on Linux/Mac built from my open source repos.
Re: Hands-Free Coding: How I develop software using dictation and eye-tracking
#140Seems like it would be a useful feature in voice recognition to have a "whisper" mode to prevent strain.
I once had laryngitis for about a week, and during this time found out that for most people whispering puts more strain on the vocal cords than regular speaking: https://www.nytimes.com/2011/02/08/health/08really.html But a whisper mode might prevent ear strain for those working around you :)