Live data from Hacker News

Viewing profile — spuzvabob

spuzvabob

HN member
Joined
Mon, Feb 07, 2022, 10:11 PM UTC
HN karma
10
Public activity
8 items

About spuzvabob

No profile information was provided.

Recent public activity

  1. comment
    Comment #47848158

    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 su…

  2. comment
    Comment #47180105

    > 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://ha…

  3. comment
    Comment #47178632

    > 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 …

  4. comment
    Comment #46310511

    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 si…

  5. comment
    Comment #41459747

    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 th…

  6. comment
    Comment #41446426

    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 v…

  7. comment
    Comment #39914961

    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 prov…

  8. comment
    Comment #30252142

    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 w…