At least we don’t use the Roman method of varied hour lengths depending in the time of day and times of year.
I don’t have an example, but I would like to see a rotary phone dial ui as input method for a phone number.
Edit: I see there’s mentions and a gif in another comment.
Gotta have a big bucket to hold that big data.
oh you’ve got a private variable that I want to use? No worries, (foo as any)[‘secret’].
Same but 2 weeks instead of a year.
Flip the toilet roll around.
Were they real or just shit novelty, scams, or rebadges and sister brands of those multi brand companies like BBK?
Pretty sure that’s more about a switch from physical distribution where storage is expensive (CDs) to digital where it’s cheap.
deleted by creator
a little bit of Stockholm syndrome and some trauma bonding.
Yes of course. I was meaning in terms as a direct response to that pretty dumb statement from Linus.
The counter statement is that a union is insurance for when good management goes bad.
My assumption is that it’s setting up an object to map element selectors -> callbacks.
var specialElementHandlers = { '#editor': function() { return true; } };
But yeah, could be something as
var specialElementHandlers = Object.assign({}, defaultHandlers, { '#editor': function() { return true; } }; // missing closing parenthesis