December 31, 2022
Advent of Code (AoC) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2022inputs.zip 2022 Day 25 1 2 3 4 5 6 7 8 9 10 11 […]
December 9, 2022
From ACM’s SIGPLAN publication, (September, 1982), Article “Epigrams in Programming”, by Alan J. Perlis of Yale University. One man’s constant is another man’s variable. Functions delay binding; data structures induce binding. Moral: Structure data late in the programming process. Syntactic sugar causes cancer of the semicolon. Every program is a part of some other […]
November 6, 2022
When sanding: – Scotch brite – cordless drill with 150mm round velcro sanding pad – multitool with standard scraper blade and triangular sanding pad. – orbital sander When painting, keep this handy: – Rags – Tissue paper – 1x nitrile or latex glove on hand you are painting with – Mineral Turps – keep all […]
October 20, 2022
Twenty five to one (25:1) or 4% is one of the easiest 2 stroke ratios to calculate, you simply multiply the litre amount by 4 and add a zero. To make it easier you can use the following reference chart. Fuel (L) Oil (mL) 1 40 2 80 3 120 4 160 5 200 7.5 […]