Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
HOLYCOWBATMAN
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
HOLYCOWBATMAN
11y ago
>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 mean by that, but elm html is based on virtual-dom.
2.
▲
by
HOLYCOWBATMAN
11y ago
I think we found a feminist blogger news reporter.
3.
▲
by
HOLYCOWBATMAN
11y ago
I got excited for a short second http://helm-engine.org/
4.
▲
by
HOLYCOWBATMAN
11y ago
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 quite the change from the typical wannabe philosopher blogs &
5.
▲
by
HOLYCOWBATMAN
11y ago
>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 once. No idea why he thinks git is any different.
6.
▲
by
HOLYCOWBATMAN
11y ago
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.
7.
▲
by
HOLYCOWBATMAN
11y ago
And .net runs on linux with mono or the new .net core plus its open source.
8.
▲
by
HOLYCOWBATMAN
11y ago
Getting runtime errors. But seriously if you want something quicker than c# for prototyping just switch to F#. Ruby has only downsides.
9.
▲
by
HOLYCOWBATMAN
11y ago
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 - Pretty much everything is built on top of C right now. Javas
10.
▲
by
HOLYCOWBATMAN
11y ago
>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 "advanced type system". Take a look at Idris t
11.
▲
by
HOLYCOWBATMAN
11y ago
more like Frankenwebsite, white page if no javascript for a simple blogpost... pass
12.
▲
by
HOLYCOWBATMAN
11y ago
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("