/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

basesandframes.wordpress.com
| | orlp.net
2.9 parsecs away

Travel
| | [AI summary] A deep dive into the complexities and pitfalls of comparing different numeric types (integers and floating-point) across various programming languages and the CPU architecture
| | codingnest.com
2.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.
| | pavpanchekha.com
5.1 parsecs away

Travel
| | [AI summary] Pavel Panchekha explains the inherent floating-point inaccuracies when evaluating polynomials near their roots and discusses why the automated tool Herbie struggles to find more accurate implementations in such ill-conditioned cases.
| | www.stefanjudis.com
24.8 parsecs away

Travel
| A snippet to enforce file name convention using TypeScript Template Literal Types.