Greens/ALP squabbling over who puts up the marriage equality misses some points, key amongst them that it will never pass.
Archives: Notes
-
-
Ignorant fool misses point: “there’s two men standing together, who’s the wife and the husband?” she said, stupidly.
http://mobile.abc.net.au/news/2015-05-23/polling-stations-close-ireland-votes-gay-marriage-referendum/6491762 -
Belgium. Rate it. #sbseurovision
-
No idea what prompted me to take this photo four years ago.
-
I should do something about self-hosted snippets with active previews. gitlab or a private jsbin install seems too much though.
-
Anyone with a Galaxy S3 able to do me a favour and hit it with a hammer?
-
Presto looks great if you have 2.7 children and need to cook dinner.
-
As dumb as it is, I wish it was possible to do this as feature detection.
.thing { float: calc( 1 * left ) }
-
From #wpmelb last night, here’s the filter I use for adding the async attribute to script tags.
https://peterwilson.cc/code-samples/async-javascript-wordpress-filter/ -
<style> .js #w {display:none; } .no-js #w {width:auto; width:calc( 1px - 1px ); overflow:hidden; } </style> <div id="w">I resent you</div>