HackerTrans
トップ新着トレンドコメント過去質問紹介求人

willwade

145 カルマ登録 3 年前

投稿

Word, Character prediction in any language in the browser (ppmpredictor)

willwade.github.io
1 ポイント·投稿者 willwade·8 か月前·1 コメント

Vibe composing with a MIDI MCP [video]

youtube.com
2 ポイント·投稿者 willwade·10 か月前·1 コメント

コメント

willwade
·1 時間前·議論
Sony presented a simpler solution to this at CHI https://dl.acm.org/doi/10.1145/3772318.3791397 - check video in that. Also it seems every Cornell student is working on this. Just search on YouTube Cornell silent speech
willwade
·先月·議論
Interesting. It sounds like something I was doing : https://github.com/Smartbox-Assistive-Technology/app-automat... my use case though is people with disabilities. Not robots.
willwade
·2 か月前·議論
It's been done for a while - follow the links to who they reference. ie https://www.tolt.tech but it's their integration they've done into the OS is interesting.
willwade
·2 か月前·議論
I can promise you it isn’t. This totally predates llms. Been using them for a long time
willwade
·2 か月前·議論
Use those a lot to (always try and focus off the shelf first). But for cases where we need to position differently we often need something custom
willwade
·2 か月前·議論
I’ve provided a lot of different of the balls. Last one was for someone in bed and needed to control the whole pc with his chin. We adapted the base to fit on a mount. Other uses for people with ALS with reduced hand function - altered the ball shape to hold the hand.
willwade
·2 か月前·議論
I’ll give you a use case. People with disabilities who can’t use the keyboard. Ploopy stuff has been absolutely amazing.
willwade
·2 か月前·議論
I find that the new "drug" is constantly hunting down new cheaper models.. z.ai/glm, mistral, deepseek.. if you need to get your fix - find the cheaper path..
willwade
·2 か月前·議論
take a peek at https://github.com/willwade/app-automate?tab=readme-ov-file#... - its early and needs some work -but this is the idea behind this.. (my use case is not agents but actual real disabled people..who need tooling to provide better access to the desktop)
willwade
·2 か月前·議論
Interesting! I started something - nowhere near as complete as that and quite different but again using accessibility UI elements. The BIG problem I've found is SOOOO much stuff does really poorly having these elements exposed. Here was my approach https://github.com/willwade/app-automate?tab=readme-ov-file#... - What I do here is build UI templates - either using UIAccess OR using a one pass using a vision model.

Now the argument against this on [reddit](https://www.reddit.com/r/openclaw/comments/1s1dzxq/comment/o...)

"my experience is the opposite actually. UIA looks uniform on paper but WPF, WinForms, and Win32 all expose different control patterns and you end up writing per-toolkit handlers anyway. Qt only exposes anything if QAccessible was compiled in and the accessibility plugin is loaded at runtime, which on shipped binaries is basically never. Electron is just as opaque on Windows as on macOS because it's the same chromium underneath drawing into a canvas. the real split isn't OS vs OS, it's native toolkit vs everything else."
willwade
·4 か月前·議論
It gave me strong vibes too. It’s the writing style. I’ve seen OpenAI write just like this. Doesn’t mean it’s bad. There’s a few other markers. Note “silly” in quotes and over use if that word. Once would be enough. But also this is very very typical. The bolting and short quite direct and a bit repetitive statements “it absolutely does not solve “dumped a bag of candy on a messy kitchen table and took a dramatic iPhone shot.”

Real example programs are where the joke becomes a language I didn’t want this to stop at “hello world with candy colors.”” The over use of quoting. The bold. It’s not like a human wouldn’t write this. But it’s unusual for a human to do this imho. All the same - it feels novel. And at the end of the day it’s a neat idea. It’s just we enter this new brave world where things written like this give you the ick. “Where do the ai learn this from?” Well I wouldn’t mind betting the author asked it to be written in a hn style post.
willwade
·6 か月前·議論
how did you redact the sensitive data? did you use a library for that?
willwade
·6 か月前·議論
this is so cool. I think so much of the logging Saas products are bloated. This looks much simpler. I'd like a python interface.. I've used papertrail and datadog for some of this in the past but dropped it due to cost (and bloat). Nice one.
willwade
·6 か月前·議論
.. and fentanyl for sure right? surely its the largest producer of fentanyl.. or is it cocaine? hold on whats that drug ICE? ah thats it..
willwade
·7 か月前·議論
sorry.. global gitignore.. what have i been doing..
willwade
·7 か月前·議論
that to me looks like a error in whatever logic is behind the positional error code. You'd think they would have transformer models based on different layouts but maybe some weighting issues going on.. ie I would have thought its a model that is altering based on likelihood weights and maybe something up with that..
willwade
·7 か月前·議論
I wonder if this would have been useful https://github.com/microsoft/presidio - its heavy but looks really good. There is a lite version..
willwade
·7 か月前·議論
can i have this between my machine and git please.. Like its twice now I've commmited .env* and totally passed me by (usually because its to a private repo..) then later on we/someone clears down the files.. and forgets to rewrite git history before pushing live.. it should never have got there in the first place.. (I wish github did a scan before making a repo public..)
willwade
·8 か月前·議論
Meta cheated with the mms models. That is they didn’t use a phonemeizsr step. This means they just won’t work or sound very strange. ASR data is usually not quite right for tts. But anyhow - not really answering your question but many of these languages already done in mms. Try them https://huggingface.co/spaces/willwade/sherpa-onnx-tts
willwade
·8 か月前·議論
We built this for our use case (we create solutions to help people speak who have a disability). This is a prediction model you can run in node or the browser. Next word, next character, word completion.. PPM is old - but still rocks