That’s right, canspice.org is now on Twitter! New post updates will be sent
there, so if your favourite RSS reader is being killed,
just follow @CanSpiceDotOrg and you’ll get
your fix.
Similar Posts
A Tale of Two OCP Amendment Proposals
New Westminster Council recently debated an Official Community Plan amendment to allow a six-storey affordable rental building to be built on land that had been designated to only allow townhouses. During the public engagement and feedback period, including the public hearing, people opposed to the project said that it did not respect the OCP, that…
When is an Array not an Array?
Short answer: When it’s a JavaScript arguments object. Long answer: In a JavaScript package I’m writing, I have a function that returns an object. There’s a bug in it where in certain situations it returns the JavaScript value true. I have a test framework set up with Mocha using the Chai assertion library. With it,…
Bad Baby Name(s) of the Week: Dicetin and Alextacy
Every Monday the Hawaii Tribune-Herald publishes a list of babies that were born in Hawaii County over the previous week. Given that parents these days seem to have some sort of disease that turns the name-choosing part of their brain to mush, the list is usually a source of unintentional entertainment. Yesterday’s paper was no…
May the Force Be With Your Bad Baby Names
After a pretty long hiatus, Bad Baby Names are back! To be honest, I got a little bored of all of the bad baby names that the Hawaii Tribune Herald kept serving up. You can only make so many jokes about too many Y’s or girls named Madison before they start getting stale. But this…
Introducing ‘pwned’: An AngularJS directive to search against the Have I Been Pwned database
The Have I Been Pwned website lets you check your email address against a large number of data breaches. If it’s in there, then your email address and probably some form of your password are out there to the public, all ready for nefarious use. And security researchers all say that you shouldn’t re-use passwords,…