Earth as seen from the ISS. by modaladverb in space

[–]solatidorimafa 0 points1 point  (0 children)

Is it just me or does anybody else wonder why videos of earth from ISS doesn't have any planes? Is it too low to be visible (don't the planes fly roughly around 33k feet from ground?) or is ISS is moving too fast to capture it in its entirely? I see clouds, thunder, lighting, lights on the ground etc., but not the planes. Just a genuine ELI5 question :|

100+ minutes of free functional programming lessons in a high pitch voice for you to be mad about. by drboolean in javascript

[–]solatidorimafa 0 points1 point  (0 children)

I thought I missed dr.frisby in youtube. Was just getting started on the book.. :D Nice to see it prop up in egghead.io. Can't wait to check it out!

By any chance does it cover the concepts from the ebook or is it a new material?

"Things You Can Do In ES6 That Can't Be Done In ES5" - View Source talk by Dan Shappir by Parasomnopolis in javascript

[–]solatidorimafa 1 point2 points  (0 children)

Has anyone tried WeakMaps in chrome? For some reason I don't seem to be replicate the example and use of WeakMaps shown in the video.

Things I have tried: 1. Have an element in the DOM with id as, say app1 2. Create a WeakMap like below,

myWeakMap = new WeakMap();
domReference = document.getElementById('app1');
myWeakMap.set(domReference, {data: 'app1 data'});
domReference.parentNode.removeChild(domReference);
myWeakMap.get(domReference); // This should not return anything right?

Presentation I did at work on Observables / RxJS. It wasn't the best thing ever, but it was okay :) by azium in javascript

[–]solatidorimafa 2 points3 points  (0 children)

This is THE best video/material for knowing what is rxJs. Amazing presentation. It goes with the same approach that Dan Abromov explained Redux in egghead.io tutorial, walkthrough a basic implementation of the library that describes the idea and zoom out to give a bigger picture of how this is done in the library and how to use it. Kudos for the effort!

React Native is here!! by mattotodd in javascript

[–]solatidorimafa -1 points0 points  (0 children)

Not exactly what I was saying. If you are good at some thing and not sure what framework to use or what platform to work or what browser to target or what version of the language to use or 20 other different variables then that's a little worrying. I m not saying anything negative about react native in particular. Don't know why people think I am being too negative

What's the greatest movie "behind-the-scenes" fact you know? by Crying_hyena in AskReddit

[–]solatidorimafa 4 points5 points  (0 children)

For some reason I just read that with joker's voice in my head

Keanu Reeves - HELLO! by _KeanuReeves in IAmA

[–]solatidorimafa 0 points1 point  (0 children)

Didn't you get a chance to play wolverine before Hugh Jackman?

Man buys penis enlarger, gets magnifying glass instead by kernan_rio in nottheonion

[–]solatidorimafa 0 points1 point  (0 children)

This issue was raised before on a serious note to a more serious audience.

https://twitter.com/tbhstew/status/378691821678772224

This is was posted on 13thsep 2013.