LOLPython
(10 ** -2).is_integer()
> False
(10 ** 2).is_integer()
> AttributeError: ‘int’ object has no attribute ‘is_integer’
LOLPython
(10 ** -2).is_integer()
> False
(10 ** 2).is_integer()
> AttributeError: ‘int’ object has no attribute ‘is_integer’
Monet is a library of useful monads for Javascript.

A pretty good visualisation of the Redux architecture.
The key finding here is that Java is mostly garbage. JavaScript while not as succinct as Clojure would have produced a similar saving.
Programming your browser in C using Emscripten.
Valid template string literal syntax:
let s = ‘hello’;
console.log(`${`${`${`${`${`${`${`${`${`${`${`${s}`}`}`}`}`}`}`}`}`}`}`}`);
>hello

Dan Abramov giving a preview into the future of React.
Redux-bundler app where entire redux store runs in WebWorker. A small adapter makes “normal” redux-bundler app Just Work™ in a worker:
✓ robust routing
✓ data fetching
✓ indexedDB data persistance
✓ tiny file sizes
✓ preact renders main thread
The speed gains of AMP are solely due to Google preloading your page’s assets in the search page before you visit the site. In other words the efficiency is not in making the web page fast but simply to enable Google to create the impression of a fast site by preloading sites you may or may not visit.
It’s not breaking the web exactly but it is monopolistic behaviour.
Originally shared by mathew murphy