Live data from Hacker News

Viewing profile — richyliu

richyliu

HN member
Joined
Thu, Jun 25, 2020, 3:53 AM UTC
HN karma
23
Public activity
5 items

About richyliu

No profile information was provided.

Recent public activity

  1. comment
    Comment #36962715

    Reversible circuits [1] built with superconductors could generate no excess heat at all. [1]: https://spectrum.ieee.org/the-future-of-computing-depends-on...

  2. comment
    Comment #27210562

    Here's the specific thread from smdiehl talking about how tethers are not actually worth $1 as they claim [1]. [1] https://mobile.twitter.com/smdiehl/status/139366981222046516...

  3. comment
    Comment #26150615

    This seems similar in concept to Haskell’s QuickCheck[1]. Both generate tests based on an invariant/“property” of the output and can narrow down to the simplest failing test case. …

  4. comment
    Comment #24870488

    Here's more information on the 3 new logical assignments Logical OR assignment (||=) [1] Logical AND assignment (&&=) [2] Logical nullish assignment (??=) [3] An example for OR ass…

  5. comment
    Comment #24476420

    Although there is a Github page, the source code for hand-js seems to be completely obfuscated and restricted to working on localhost only. Handtrack.js[1] looks to be a better ope…