Viewing profile — Life_exe
Life_exe
HN member- Joined
- Fri, Sep 16, 2016, 12:01 PM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About Life_exe
No profile information was provided.
Recent public activity
-
comment
Comment #32087635
Monads.
-
comment
Comment #30306209
You don't have to throw away the result. That's what the State Monads are for. Immutable State is Ok. Memoization is Ok.
-
comment
Comment #30275645
Stackoverflow 2021 survey mentions Clojure to be the highest paying job. And it's nowhere in the list.
-
comment
Comment #27168921
> Look at this situation of the past week: Hamas is fires unguided rockets ... Time of reference is important! It significantly alters the perception. https://www.youtube.com/watch…
-
comment
Comment #20150794
Dropout is not deletion. The neurons turned off will be lit in the next run, and all would make into the model (brain).
-
comment
Comment #17473953
"A toolbar added by a hacker group could have stolen fonts in it." Any mention of the existence of such a toolbar would have helped them some bit. If the doc author was a font-nerd…
-
comment
Comment #12513542
React would let you use JS-powered templates. Angular would let your use ANY (static html, JS generated, or dynamic/server generated), because its pluggable. For me, the power offe…