Tom Lachecki

(Tomalak Geret'kal)

What's Different About Static Members Defined In-line?

While writing my previous post, a question came to mind regarding the use of static members for bounding arrays that are members of the same type.

Tomalak's Tuesday Tip #13: When Is A Scoped Lock Not A Scoped Lock?

A piece of supposedly well-written multi-threaded code was giving me a headache the other day. I briefly explore a common(?) pitfall in the use of RAII-driven locking mechanisms.

Blood & Chrome Demoted, Sci-Fi Still Doomed

Somehow I'd missed this unofficial teaser trailer for the BSG prequel "Blood & Chrome". It looks fantastic in most places (with slightly dodgy CGI sets in only a handful), although there's no way to gauge the quality of the plot, acting or writing at this stage. The bad news, though, is that SyFy — who […]

Why I Broke Up With Stack Overflow

I've pretty much made a home of Stack Overflow — the modern age's answer to Experts Exchange — over the last year and a bit. From arriving in January 2011, I swiftly began answering C++, PHP and jQuery questions and asked a few of my own.

Here's Another One

And another bollocks post.

The Worst Stack Overflow "Question" Ever

I don't think I'll be answering this one.

Ruby Does Equality Right, And C++ Does Not

I was posed a question recently as to why the C++ expression true == true == true compiled successfully. The person asking was sure that equality comparison held no associativity and that the expression was thus too ambiguous to be well-formed.

Doctor Who: The Wedding Of River Song

I'm the biggest fan of the Eleventh Doctor and of Moffat as Doctor Who showrunner. The change from RTD's constant contrived flamboyance has been welcomed, and the show looks amazing. But if there's any way in which series six actually makes any internally consistent logical sense at all please let me know.

A Brief Introduction to Javascript Objects & Arrays

Having come up against disbelievers too often now, I've decided to take matters into my own hands and definitively conclude this argument once and for all.

One Less Bug To Worry About

From the MySQL documentation on LAST_INSERT_ID() and AUTO_INCREMENT columns…

« Previous PageNext Page »