Remix.run Logo
rbanffy 5 days ago

> Using these tiny floats for classic engineering workloads

I think that's the idea. Back in the stone age, I did that with Apple II floats (40-bits) because I was hitting quantization problems in a Mandelbrot explorer program I wrote. Wrapping my head around it in BASIC was hard. You can only go so far when your abstraction level is that low.