(click for full size) All these uni adverts with different reasons you should attend them. None say “Hey south paws, you can actually take notes if you enrol with us”.
Month:August 2015
Cheap and easy temperature controlled cabinet fan.
Cabinet cooling hack. Because good entertainment units are still not heat dissipation savvy.
I reckon my fan guard design is pretty damn neat. (Free Plans)
I needed some fan guards for my arcade machine and for a neat little entertainment centre hack. Playing around I made a fish-eye honey-comb screen that looked pretty good. The pattern has larger holes near the centre of the fan and smaller holes where it counts.
Custom Circuit Boards
Commercial project example – Custom Circuit Boards
Pipe Crawler Robot
Commercial project example – Pipe crawler project – 2015
Practical Iterative K-ary Tree (aka n-ary, n-tree) Traversal in C#. A surprisingly useful tool for the average programmer.
Introduction: A lot of components in the C# environment are essentially a K-ary [kay-er-ee] tree. From tree-view nodes, to serialising a type via reflection, to directory listings to menu hierarchies, and so on. Often we need to iterate through these types of structures, or our own trees, and we just write some code to do …
Continue reading Practical Iterative K-ary Tree (aka n-ary, n-tree) Traversal in C#. A surprisingly useful tool for the average programmer.