Bug breeders

There’s an interesting article on ZDNet here, quoting some supposed big-wig security guy – Howard Schmidt – asserting that programmers should be held personally responsible for bugs in the code they write. It’s a very controversial topic, especially amongst the programmers themselves – let’s face it, we all know how much our code can suck,… Read more

Hodgepodge

Today was a hodgepodge, without any clear highlights. Which is ironic, given I felt I got quite a bit done today. I got my ARC assignment handed in, all nicely bound in it’s 60 pages or so, as well as the INS assignment et al. I confirmed that my uni is going to be annoying… Read more

Purposefully mangling arrays of structs

It’s a pretty common scenario to have an array of some structs, where you frequently iterate through the array using only one field in the struct. This is a cache nightmare – memory is loaded into cache sequentially by prefetching, meaning you’re wasting all that bandwidth loading all the other fields of the struct that… Read more

Creative ways to waste money

1) Went and got all the extra electronic parts I need to actually extend my speakers (first try resulted in the right RCA sockets and plugs, but a poor choice in wiring, and complete oversight of the fact that the stereo connection from the computer to the sub also had to be extended), as well… Read more