News

There’s something about Reverse Polish Notation (RPN) and the calculators that use it. It calls to mind a time when a calculator was a serious tool, and not just a throwaway toy. Created in the legacy ...
What do you do when your trusty, 45 year old calculator finally needs to be retired? If you’re a programmer with a knack for making things — like Simon Boak — you custom build a replacement. This is ...
If you are interested in building your very own RPN calculator you might be interested in a new project published to the Instructables website this week by member Shiura. Using a CNC machine, the ...
Arduino uses a 32bit counter to provide a millisecond by millisecond timing reference. It is called ‘millis()’, and being 32bit, it overflows at about 4billion in ...