Viewing profile — badlukk
badlukk
HN member- Joined
- Mon, Jul 30, 2018, 8:49 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About badlukk
No profile information was provided.
Recent public activity
-
comment
Comment #29800549
Look into Graham Hancock, he writes a lot about possible lost civilizations. He gets lots of hate and I have no idea if any of it is true, but super fun to read.
-
comment
Comment #17782467
C functions shouldn't change behavior based on state, they do the same thing every time. Instead of changing a particular global variable, any variable of that type should be passe…