-
Digits in page numbers and thoughts on optimization
Sometimes solving problems with dumb code involves a simpler expression of a problem than solving the same problem with highfallutin' maths. Sometimes the simpler expression involves more time or space complexity. That might be fine, depending on the inputs we need to process, indeed spending a long …
- On:
-
June 2014 Reading
A patient, detailed and sometimes dryly witty deconstruction of some of the nonsense that is sometimes talked by paleo-fantasists. Zuk looks at the emerging and extant knowledge in the field of evolutionary biology (and sometimes anthropology too). She pos …
- On:
-
Visualizing sorts with Hungarian dancing, animated robots and cards!
Here is a collection of my favourite videos visualising sort algorithims in different ways. They range from the possibly quite useful, to the slightly trippy to the hilarious. Enjoy.Everything makes sense now, right?_H_Bubble Sort vs Quicksort with a …
- On:
-
December 2013 reading
When I was first learning Java there was a big trend towards using design patterns. The extreme edge of that trend was critiqued wonderfully by Mark Jason Dominus in Why Design Patterns Aren …
- On: