HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryanshrott

no profile record

Submissions

DictaFlow – hold-to-talk AI dictation that works inside Citrix and RDP

dictaflow.io
1 points·by ryanshrott·3 bulan yang lalu·0 comments

Show HN: Local voice-to-text app that types keystrokes (works in RDP/Citrix)

dictaflow.vercel.app
2 points·by ryanshrott·6 bulan yang lalu·1 comments

Show HN: DictaFlow – Privacy-first voice dictation for Windows (hold-to-talk)

dictaflow.vercel.app
1 points·by ryanshrott·9 bulan yang lalu·0 comments

comments

ryanshrott
·26 hari yang lalu·discuss
Shared daemon is the only way this makes sense on-device. A 3B model at 4-bit is roughly 2GB - three apps loading their own copies would eat an 8GB phone.
ryanshrott
·27 hari yang lalu·discuss
[flagged]
ryanshrott
·27 hari yang lalu·discuss
[dead]
ryanshrott
·28 hari yang lalu·discuss
[dead]
ryanshrott
·28 hari yang lalu·discuss
I ran into this with embedded Rust: put alloc in a .init_array function, but the global allocator also uses .init_array, and there's no ordering guarantee. Took me hours to figure out why I was getting garbage from the heap before main.
ryanshrott
·bulan lalu·discuss
[flagged]
ryanshrott
·bulan lalu·discuss
The test suite gets you through the port. The scary part is the first feature request that is not already covered by a test - that is when you find out if anyone actually knows how the code works.
ryanshrott
·bulan lalu·discuss
I started grepping .vscode/settings.json for terminal.integrated before opening any new repo. VS Code workspace settings being executable by default is quietly terrifying.
ryanshrott
·bulan lalu·discuss
I run pyright in CI and mypy locally. They catch different things - pyright is stricter on overloads, mypy catches more None issues in our codebase. Annoying, but I have not found one that covers both.
ryanshrott
·bulan lalu·discuss
[dead]
ryanshrott
·bulan lalu·discuss
[dead]
ryanshrott
·bulan lalu·discuss
[dead]
ryanshrott
·bulan lalu·discuss
E1S is solid for terminal use, but a visual task and service view helps when you are debugging across clusters. Does this handle cross-region ECS or only single region?
ryanshrott
·bulan lalu·discuss
80% is being generous. I gave up on USB for WSL altogether and just pass the whole controller through with Hyper-V. On laptops, though, that is not always possible.
ryanshrott
·bulan lalu·discuss
OS boundary unsafe is easy to audit because it's at the edges. The problem here is 10k unsafe blocks scattered through the core - that's a different thing entirely.
ryanshrott
·bulan lalu·discuss
Everyone's dunking on /etc/hosts, but I've debugged enough production DNS loops to get the temptation. It's not the right answer, but the impulse isn't crazy either.
ryanshrott
·bulan lalu·discuss
[dead]
ryanshrott
·bulan lalu·discuss
[dead]
ryanshrott
·bulan lalu·discuss
[flagged]
ryanshrott
·bulan lalu·discuss
[dead]