Live data from Hacker News

Viewing profile — dianthrow

dianthrow

HN member
Joined
Mon, Sep 04, 2017, 12:18 AM UTC
HN karma
12
Public activity
4 items

About dianthrow

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #15289989

    ARX in this case is referring to Add Rotate XOR, which is a common construction for hash functions. You are referring to the language.

  3. comment
    Comment #15265113

    I honestly love that these libraries keep getting smaller and faster. People have really started to hate these newer libraries, but as long as they are getting better, I'm fine wit…

  4. comment
    Comment #15264807

    What you are looking at is called JSX[1]. It's not valid JavaScript, but is turned into function calls by transpilers such as Babel[2]. It's used as a more HTML-like syntax of writ…