Live data from Hacker News

Viewing profile — Clamydo

Clamydo

HN member
Joined
Tue, Mar 12, 2019, 7:32 AM UTC
HN karma
5
Public activity
3 items

About Clamydo

No profile information was provided.

Recent public activity

  1. comment
    Comment #22788625

    Wouldn't IP multicast (if it were routed by ISPs) be a perfect fit for a scalable p2p video conference solution? Crypto wise, I guess, a room key could be negotiated.

  2. comment
    Comment #21933828

    Have you considered Mozilla's DeepSpeech for Speech2Text? Since version 0.6 it seems to be a viable option for a raspberry pi. https://hacks.mozilla.org/2019/12/deepspeech-0-6-mozi…

  3. comment
    Comment #19366109

    The trick is not to depend on pixel scaling (unless you have multiple screens at different pixel density), but to set the DPI for all toolkits ( GTK, Qt,...) to the correct value. …