Live data from Hacker News

Viewing profile — 1770

1770

HN member
Joined
Wed, Apr 20, 2016, 5:10 AM UTC
HN karma
1
Public activity
4 items

About 1770

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #11532708

    In general you will want a language suitable for math. And output format for charts. So Python and Matplotlib or Python and PyGal.

  3. comment
    Comment #11532644

    Unfortunately, you are probably right. He had two things some of us will never truly have silence and time .

  4. story
    Ask HN: Why PLs use old assignment and equality operators?

    I am wondering why many languages don't just use '=' for both assignment and equality. Rust is fairly new but still uses: 'let x = 0' and 'if x == 0'. Is the clarity necessary. [ I…