|
You are here |
tannerdolby.com | ||
| | | | |
pavpanchekha.com
|
|
| | | | | ||
| | | | |
arnorhs.dev
|
|
| | | | | I read somewhere that a bitwise left shift was a faster method of removing a fraction of a floating point number in Javascript than using parseInt or Math.floor(). I wasn't surprised that parseInt was slow, since I think it parses the number as a string, but the left shift being faster than Math.floor() was a bit more puzzling to me. So I decided to make a JSPerf test to compare those three methods. Read on for the full results | |
| | | | |
orlp.net
|
|
| | | | | ||
| | | | |
austinmorlan.com
|
|
| | | Years ago I came upon Ben Eater's series of YouTube videos about building an 8-bit computer on a series of breadboards. I watched the entire series but didn't have the energy to complete the project myself. Then a few months ago I decided to finally give it a go. After toiling away with wires for around three months, spending way too much money, and starting over twice, I finally completed my modified build of Ben's computer (which is the SAP-1 from the book Digital Computer Electronics by Albert Paul Ma... | ||