James Finnie-Ansley
banner
jamesansley.com
James Finnie-Ansley
@jamesansley.com
I sometimes do programming • they/them • https://jamesansley.com
Which can lead into fun worked examples like "how would we represent 1/3?", "What about 1/3 + 1/3 + 1/3?", and then round it off with saying something vague about how it's the same for floats on the computer, just with ones and zeros. Seems to at least scratch the curiosity itch for most students.
September 12, 2025 at 8:41 PM
For particularly motivated students who ask, I usually go through a tortured example of writing numbers in scientific notation using a limited number of decimal digits for the mantissa and exponent
September 12, 2025 at 8:41 PM
Infix operators at the *end* of each line in multi-line expressions
September 11, 2025 at 1:58 PM
Perhaps their `&` key was broken — either that or they don’t know how short circuiting works.
April 24, 2025 at 10:13 PM