/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.demofox.org
| | blog.reverberate.org
2.0 parsecs away

Travel
| | Author's note: this article used to be called "What Every ComputerProgrammer Should Know About Floating Point, part 1". Some peoplenoted that this was perh...
| | pavpanchekha.com
3.5 parsecs away

Travel
| | [AI summary] The article discusses the limitations of arbitrary precision arithmetic in avoiding floating point rounding errors and advocates for expression rearrangement as a more effective solution.
| | codingnest.com
3.5 parsecs away

Travel
| | There is a lot of confusion about floating-point numbers and a lot of bad advice going around. IEEE-754 floating-point numbers are a complex beast, and comparing them is not always easy, but in this post, we will take a look at different approaches and their tradeoffs.
| | www.andreinc.net
30.4 parsecs away

Travel
| Writing a simple VM for LC3 in less than 125 lines of C