Viewing profile — throwaway_99837
throwaway_99837
HN member- Joined
- Sat, Dec 20, 2014, 7:41 AM UTC
- HN karma
- 1
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About throwaway_99837
Recent public activity
-
comment
Comment #9319087
Or, you know, do two passes.
-
comment
Comment #9155140
Problem is he's right and you are wrong.
-
comment
Comment #8852919
64 Kb should be enough for anyone!
-
comment
Comment #8846138
Is this just a long winded way of saying: 'turn recursion into mutual recursion thus eliminating the self-reference.'?
-
comment
Comment #8836265
This just goes to show the broader ancestry of the 'hero worship' that is so prevalent in the Go community nowadays. Rob Pike is the new DHH.
-
comment
Comment #8795572
Also, it doesn't consider the typical scam in the Bitcoin world where someone builds up immense positive reputation points and then goes off riding into the sunset with a single ha…
-
comment
Comment #8781667
I think you should not attach yourself emotionally to whether a certain perspective is "educational" or "instructive" to anyone. Rather, look at both perspectives in a [detached] c…
-
comment
Comment #8781483
`python_to_pythonjs` seems to ignore that flag.
-
comment
Comment #8776100
Pseudocode (better). Notice the immutable everything and the brevity (i.e., vertical space saved). interactive := (name == "-") fd, err := interactive ? (os.Stdin, None) : os.Open(…