Viewing profile — deivid
deivid
HN member- Joined
- Thu, Aug 10, 2017, 10:58 PM UTC
- HN karma
- 750
- Public activity
- 229 items
- HN profile
- View on Hacker News ↗
About deivid
You can contact me at hello+hn@davidv.dev
Recent public activity
-
comment
Comment #49090335
Love the idea, but I can't handle the big screens on these smart watches. To me it feels like having a fisher price toy on my wrist. Hopefully a more open alternative to Withings w…
-
comment
Comment #49090327
Depending on what data you want, you can try Withings watches. I'm currently reversing the protocol and it mostly works.
-
comment
Comment #49083097
For me, sloppy content is worse than no content. I'd rather have 3 sentences written by a human than a wall of Claudespeak. Do you have an RSS or a way to subscribe to the TTS work…
-
comment
Comment #49083064
It's supposed to handle acceleration though, if you bring your phone to your face quickly dots get larger. I've done some in-car testing, but things get squeamish quickly so it's n…
-
comment
Comment #49073220
Interesting project, but the slop readme made me quit reading halfway
-
comment
Comment #48936980
send me an email
-
comment
Comment #48936979
send me an email
-
comment
Comment #48823947
I spent a day fiddling with AI and dropping the expensive layers in kokoro, on phones, on CPU, on MNN, it runs 3x faster. Quality is very close. Will vary in your setup, but here i…
-
comment
Comment #48657126
I am making (open) finetunes for malayalam and kannada (and bengali, gujarati, hebrew), and need someone to transcribe a few images for me. Could you contact me if you are interest…
-
comment
Comment #48383572
Amazing! I'd recommend using PaddlePaddle OCR models if you want to make your handwriting conversion local, it's definitely fast enough. Probably faster than the Sonnet call. I tri…
-
comment
Comment #48118518
Commercial or FOSS? I've been researching the mobile side and it's very exciting!
-
comment
Comment #48089303
Sounds great, but if you din't cave to apple/google (eg: graphene, lineage), models are not built-in. Every app needs to ship their own models, and they are not tiny. Is there a so…
-
comment
Comment #48038300
There's definitely a much smaller, cleaner kubernetes hiding inside the current monstrosity. LB, Services, pods, DNS gets you like 99% of the way there
-
comment
Comment #48002379
How do you manage to finish things? After a while, for me, the novelty high wears out, and instead it becomes a wall. Some project require something silly, like sending 1 email to …
-
comment
Comment #47998508
This captures a lot of how I've been feeling lately. Thanks for sharing
-
comment
Comment #47809207
With this approach I managed to get to sub-10ms start (to pid1), if you can accept a few constraints there's plenty of room! Though my version was only tested on Linux hosts
-
comment
Comment #47745287
Have played it a few times, it's really good
-
comment
Comment #47745281
Working (again) on an offline translator for Android: https://github.com/davidventura/offline-translator This week I added TTS support, which needed multiple inference pipelines, i…
-
comment
Comment #47423147
Niiiiiice, I've been working on something like this, but reducing linux boot time instead of snapshot restore time; obviously my solution doesn't work for heavy runtimes
-
comment
Comment #47357271
Says fast, but how fast? Didn't really see any measurements
-
comment
Comment #46929057
TCC is fantastic! Very hackable, easy to compile to WASM for some interesting in-browser compilation
-
comment
Comment #46722497
That makes sense, I guess this was not a problem for the times I needed nolibc. I do agree that trying to extract data/logic from linux is a pain -- I've tried a few times to extra…
-
comment
Comment #46722439
Unikraft is cool, I still have it in my 'todo' list to play around with sometime. Linking the app with the 'kernel' seems pretty nice, would be cool to see what that looks like for…
-
comment
Comment #46719187
Would it be cheating to use the kernel's nolibc?
-
comment
Comment #46718986
You can do <10ms. I was working to see if I could get it under 1ms, but my best was 3.5ms