HOLYCOWBATMAN
No user record in our sample, but HOLYCOWBATMAN has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but HOLYCOWBATMAN has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
>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…
http://pix-media.s3.amazonaws.com/blog/880/ScreenShot2015-01...
>we pass functions to functions all the time (way too much) Functional programming is not real programming!
>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 leisure (e.g., TV, home computer). Good…
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
Beyonce's Publicist is on it!
I think we found a feminist blogger news reporter.
I got excited for a short second http://helm-engine.org/
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…
https://www.youtube.com/watch?v=Ccoj5lhLmSQ
>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…
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.
I find you utterly naive and I'm touching myself while reading your comment. I like big butt and I cannot lie.
And .net runs on linux with mono or the new .net core plus its open source.
Getting runtime errors. But seriously if you want something quicker than c# for prototyping just switch to F#. Ruby has only downsides.
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…
>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…
more like Frankenwebsite, white page if no javascript for a simple blogpost... pass
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("function $f() { echo '$f'; };"); } }…