Live data from Hacker News

Viewing profile — seventydwarves

seventydwarves

HN member
Joined
Mon, Dec 04, 2017, 9:05 PM UTC
HN karma
1
Public activity
3 items

About seventydwarves

No profile information was provided.

Recent public activity

  1. comment
    Comment #16078578

    "Spectre" is a pretty cool and spooky name all by itself.

  2. comment
    Comment #16000922

    Isn't this a Rust interface for TensorFlow? https://github.com/tensorflow/rust

  3. comment
    Comment #15889266

    Internally, Python is a lot like that, too - like in Haskell, the lexer adds in brace tokens when the code is indented an unindented, which keeps the grammar simpler. I guess the m…