Can confirm, office’s smoke alarms are working. They are very loud. 🚨
Archives: Notes
-
-
I’ve been adding helpful reminders for what to do when I’ve lost work.
-
[ 🤯 ]
-
This code is terrible. Tempted to merge it without tests mainly to see what happens.
-
Namespaces 🤯
-
I had a choice: breakfast or stay home and watch the SotW live stream. There is a reason my work mates call me a human bin. 🥓 🍳
-
On the topic of the WP download counter, it’s kinda amazing that these 244 people have code running on over a million sites after just six or so hours.
https://twitter.com/aaronjorbin/status/1070811042685562885
-
My deploy script pulls WordPress down from GitHub so it doesn’t get included in the download counter. A part of me wonders if I should include
curl -I https://wordpress.org/latest.zip
as part of the process. -
It looks like https://abc.net.au has quietly gone secure by default recently. I’m not sure when but it’s great to see and a huge achievement for a site with so much content.
-
If you deploy arrow functions, you can certainly deploy
(function(c){ c.add('js'); c.remove('no-js') })(document.documentElement.classList)