Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
spuzvabob
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
spuzvabob
5mo ago
I've built a similar video editor and have been considering pure client side implementation vs transcoding into a known format beforehand, went with transcoding for wider format support and easier video playback implementation. I'
2.
▲
by
spuzvabob
7mo ago
> So you use a library that takes in text and vectorizes it to canvas shapes? That could work in theory, do you have a demo of this? Yea, it's harfbuzz compiled to WASM: https://harfbuzz.github.io/harfbuzzjs/ T
3.
▲
by
spuzvabob
7mo ago
> Totally understand the appeal and immediacy of a browser app, I was lured in by that too. For what it's worth I've reported showstopping WebCodecs issues in Chromium and there's basically no indication they'll get f
4.
▲
by
spuzvabob
9mo ago
Neat! We made a similar thing years ago in the pre-AI era, with strong focus on detection of how the planned workouts were executed rather than making plan adjustments just on a single scalar metric (e.g. TSS). Didn't really go anywher
5.
▲
by
spuzvabob
2y ago
Congrats on the launch! The usage examples make a lot of sense, I'm wondering if you plan to provide preconfigured implementations for the most common checks or is custom coding the only option?
6.
▲
by
spuzvabob
2y ago
For a very similar use case I've developed custom text rendering in browser with support for CJK, Thai, Arabic (including bidirectional text with Arabic text within Latin or vice versa) and bitmap emojis. Tbh all the complex part is ha
7.
▲
by
spuzvabob
2y ago
There is a well maintained Wasm build of harfbuzz: < https://github.com/harfbuzz/harfbuzzjs > with both OpenType and AAT shapers support, which should be enough but you can also provide your own shaper implementati
8.
▲
by
spuzvabob
5y ago
If you are considering upgrading from Vue 2 with Vuex note that store getters caching is not working in Vuex for Vue 3, potentially hindering performance significantly. The issue was reported multiple times but it's not yet fixed: htt