Explore >> Select a destination


You are here

pavpanchekha.com
| | codingnest.com
10.0 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.
| | blog.scaledcode.com
14.1 parsecs away

Travel
| | A dive into chapter 60 of Effective Java
| | blog.ephorie.de
16.3 parsecs away

Travel
| |
| | austinmorlan.com
72.7 parsecs away

Travel
| Ive always loved emulators because they let me play old games that I enjoyed as a kid, so I thought it might be fun to learn how they work and how to build one. My real goal is to build an NES emulator, but after doing some research, I decided to take the advice of the internet and start by building an emulator for the much less complex CHIP-8 instead. Its a good stepping stone to the NES.