
Topical posting on the internet.

Topical posting on the internet.
29.05TWh per annum.
Your stupid internet play money fucking sucks. Kill it now.

A pretty good summary of js front-end framework performance. Preact pretty much still rules.

This is the reality.
Eric Elliott takes a hard line on JavaScript’s “new”, “instanceof” and “class” keywords. In a nutshell, don’t use them.
In their place he suggests object factory functions which still create objects but do it via Object.create().
JavaScript: “the good parts” remains a small subset of the full language.

Via Wolf Weber
Originally shared by Tom Brydon
4.5 megabytes of data in 62,500 punched cards, USA, 1955

Ladies and Gentlemen, allow me to present to you the next president of the United States…
…standing right next to the present one.
I’m so glad this has gone viral. The entire world needs to know about Bob Katter.
Originally shared by Sam Moore
He went from light hearted to full on disgusted in a split second.
Non-obvious
const {0:a, 2:b, length:l} = [‘foo’, ‘bar’, ‘baz’];
> a
‘foo’
> b
‘baz’
> l
3
SurviveJS – Maintenance is meant for anyone who has to develop and maintain JavaScript applications or packages.