gregalt's comments

gregalt | 1 year ago | on: Ask HN: What's the most creative 'useless' program you've ever written?

Here's my Mandelbrot set generator written in the table language Ada Lovelace wrote her 1843 program for Babbage's Analytical Engine: https://pairdebuggingwithlovelace.hashnode.dev/

The trickiest part was figuring out how to exploit fixed-point underflow to do the equivalent of if(a>4.0) when the only conditional I could use was if(a==0), using arithmetic operations to force underflow for all a>4.0

gregalt | 1 year ago | on: A Logical Coding System Applied to the Eniac (1948) [pdf]

A 1948 report on the conversion of ENIAC from being programmed by a complex wiring of cables and setting switches to the more modern stored program. The writing is accessible, but the introduction and section on test programs are probably most interesting.
page 1