Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It may be wrong, but it is good enough to run all of our computation at the transistor level :)

The fascinating thing is that now these transistors are helping make new math proofs beyond human comprehension.... how does that come out of addition?




AFAIK hardware multipliers are not quite as dumb and work more like this though:

5*11 = 5*(8+2+1) = 5*8 + 5*2 + 5*1 = (5<<3) + (5<<1) + (5<<0)

...and then doing all this in parallel.

Instead of:

5*11 = 5+5+5+5+5+5+5+5+5+5+5

;)




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: