![A physics proof with μ is depicted, but leads to a false conclusion. A physics proof with μ is depicted, but leads to a false conclusion.](/assets/puns/punderline 26.jpg)
Related posts
Must-reads
![Cover photo for A Javascript Developer's Guide to Contributing to Firefox Cover photo for A Javascript Developer's Guide to Contributing to Firefox](/assets/images/2022-04-19-firefox-js-guide-to-firefox.png)
A Javascript Developer's Guide to Contributing to Firefox
Note that while I’ve done my best to make sure the content here is correct, there may be slight inaccuracies. At time of publishing, there isn’t much documentation on the inner workings of modules in Firefox, but I’m planning on sending in a patch to the official Firefox docs.
![Cover photo for Towards Efficient Multiplication Cover photo for Towards Efficient Multiplication](/assets/images/2021-04-23-multiplication-cover.png)
Towards Efficient Multiplication
Recently, I was trying to figure out a way to create my own arbitrary precision floating point arithmetic library. For those of you unaware, floating point simply means numbers are represented in scientific notation and that allows computers to express really large or really small numbers and everything in between. However, one problem of floating point numbers is that they are normally represented with a limited amount of precision.
![Cover photo for How I optimized my fractal viewer and the things I learned along the way Cover photo for How I optimized my fractal viewer and the things I learned along the way](/assets/images/2021-04-23-multiplication-cover.png)
How I optimized my fractal viewer and the things I learned along the way
From learning WebAssembly to eliminating unnecessary work with period checking to progressive refinement, this is how I made my fractal viewer faster and more usable.
![Cover photo for Why you should build your own CSS framework and what I learned building one Cover photo for Why you should build your own CSS framework and what I learned building one](/assets/images/2020-03-23-css-framework.png)
Why you should build your own CSS framework and what I learned building one
With the rise in utility-first CSS libraries, I wanted to dive deeper into why that’s the case, and why we I think it’s valuable to re-invent the wheel.