Demystifying Floating Point Numbers: An Interactive Guide
By
subset
Sesame, salt, and substance. A flagship bake.
Summary
An in-depth technical blog post that demystifies floating point numbers, explaining their internal representation and behavior. The author introduces float.exposed, a companion interactive tool for inspecting floating point numbers, and aims to show that floating point concepts are not as complicated as they seem.
Key quotes
· 3 pulledDespite everyday use, floating point numbers are often understood in a hand-wavy manner and their behavior raises many eyebrows.
Over the course of this article I'd like to show that things aren't actually that complicated.
Other than exploiting the absurdity of present day list of top level domains, it's intended to be a handy tool for inspecting floating point numbers.
You might also wanna read
The History of Pipes, Forks, and Zombies in Unix Systems
This article discusses the history and concept of pipes in Unix systems, focusing on Doug McIlroy's original vision of coupling programs lik
Four-Column ASCII Table Reveals Encoding Patterns and Relationships
The article discusses a four-column ASCII table format shared on Hacker News that reveals patterns in ASCII encoding, making relationships b
Northeastern University CS 4973: Introduction to Software Development Tooling Course
This is a course website for CS 4973: Introduction to Software Development Tooling at Northeastern University, Summer 2 2024. The course tea
Supplementary Resources for Bret Victor's 'The Future of Programming' Talk
The article provides references and additional resources related to Bret Victor's talk titled 'The Future of Programming' at the DBX confere
Understanding Arrays and Tables as Functions in Programming
The article explores the concept of arrays and tables in programming, presenting a mental model that explains APL-style multidimensional arr
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
