/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

cbloomrants.blogspot.com
| | orlp.net
3.4 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
| | arnorhs.dev
5.0 parsecs away

Travel
| | 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
| | www.evanmiller.org
4.2 parsecs away

Travel
| | An essay that bids farewell to x87 - a computing architecture too long for this world.
| | jxmo.io
42.4 parsecs away

Travel
| A primer on variational autoencoders (VAEs) culminating in a PyTorch implementation of a VAE with discrete latents.