Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
badlukk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
badlukk
5y ago
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.
2.
▲
by
badlukk
8y ago
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 passed in and changed, then returned. It's good progr