-
Recent Posts
March 2023 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tags
3d-printing AIR android apache captcha cocoa coding configuration configure emulator fair-work filter framework gaming hack hardware iapps install ios iphone java javascript lion location maps media objc opinion php plugin portal random rant recording refactoring reputation review scrolling servlet social threading url-rewrite video wordpress xcodeCategories
Meta
Tag Archives: rant
An Open Letter to Cory Bernardi
Re: Orwellian Influence in Public Discourse You should resign from politics immediately, you disgraceful, homophobic bigot. There, now that I’ve got your attention, let’s get one thing straight right from the start. When someone attacks you because of how you … Continue reading
[JavaScript] Naming Your Function ‘$’ is not Clever
The atrocity that is the dollar function dates back at least 2005 and the introduction of the Prototype Framework. Back in those days, ‘$()‘ was simply a shorthand way of saying ‘document.getElementById()‘ without having to type all 24 characters. And … Continue reading
[C (and variants)] Pointer Declarations: You’re Doing it Wrong
It happens on occasion, in the programming world, that bad coding conventions become the norm. Consider for instance the following two lines of code: Both lines are equivalent as far as the compiler is concerned, but when a human being … Continue reading