Viewing profile — HOLYCOWBATMAN
HOLYCOWBATMAN
HN member- Joined
- Sat, May 02, 2015, 9:27 AM UTC
- HN karma
- -9
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About HOLYCOWBATMAN
No profile information was provided.
Recent public activity
-
comment
Comment #9952086
>The one thing I really like in react is the composability. I haven't seen a mechanism a nice in elm like the virtual dom Im not familiar with react, and im not quite sure what you…
-
comment
Comment #9933540
http://pix-media.s3.amazonaws.com/blog/880/ScreenShot2015-01...
-
comment
Comment #9911457
>we pass functions to functions all the time (way too much) Functional programming is not real programming!
-
comment
Comment #9911429
>Research on mood states during different activities indicates that active leisure (e.g., conversation, hobbies and exercise) is associated with more positive mood than passive lei…
- comment
-
comment
Comment #9875146
You can do that while i enjoy my virtual reality porn. You should be more concerned about Dihydrogen monoxide than porn: http://www.dhmo.org/facts.html
-
comment
Comment #9871463
Beyonce's Publicist is on it!
-
comment
Comment #9871449
I think we found a feminist blogger news reporter.
-
comment
Comment #9871155
I got excited for a short second http://helm-engine.org/
-
comment
Comment #9869786
Its the first blog i have bookmarked in years. I just couldnt stop reading all the previous posts. Every post is full of interesting content not just empty useless rants. This is q…
-
comment
Comment #9868219
https://www.youtube.com/watch?v=Ccoj5lhLmSQ
-
comment
Comment #9868088
>It's not about faking anything, it's a question of what information you want to leave for posterity Exactly, i bet when this guy wrote his blog post he used backspace more than on…
-
comment
Comment #9866299
I wouldnt take any advice on web dev from someone if his simple blog looks like this http://i.imgur.com/uHi0g0Z.png brb compiling linux to JS to render my blog post.
-
comment
Comment #9855044
I find you utterly naive and I'm touching myself while reading your comment. I like big butt and I cannot lie.
- comment
-
comment
Comment #9849382
And .net runs on linux with mono or the new .net core plus its open source.
-
comment
Comment #9849371
Getting runtime errors. But seriously if you want something quicker than c# for prototyping just switch to F#. Ruby has only downsides.
- comment
-
comment
Comment #9834058
F# - Functional language where you can cheat more than haskell if you need to. Can use all the .net ecosystem and works everywhere (linux, windows, mobile, can compile to js.) C - …
-
comment
Comment #9784048
>The benefits of static typing (complie-time checks) are grossly exaggerated. If the claims were true, Java itself and Java projects would be much less buggy I wouldnt call Java an…
-
comment
Comment #9557594
more like Frankenwebsite, white page if no javascript for a simple blogpost... pass
-
comment
Comment #9495673
Hey i can do that in $php too! function execute($order, $callbacks){ foreach($order as $i){ $callbacks[$i](); } } function abcProcs(){ foreach(func_get_args() as $f){ eval("functio…