/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

clemenswinter.com
| | gregat.es
6.9 parsecs away

Travel
| |
| | marc-b-reynolds.github.io
7.7 parsecs away

Travel
| | Computing Weyl (additive recurrence) sequences in float-point has some gotchas.
| | blog.demofox.org
5.8 parsecs away

Travel
| | Floating point numbers have limited precision. If you are a game programmer, you have likely encountered bugs where things start breaking after too much time has elapsed, or after something has moved too far from the origin. This post aims to show you how to answer the questions: What precision do I have at a...
| | domipheus.com
32.8 parsecs away

Travel
| One of the things which RPU has done from the start is keep the cpu pipeline very simple. It's a Fetch, Decode, Execute, [Memory], Writeback pipeline, but it does not run pipelined. Some operations really do require multiple cycles to execute, and in this post we figure out how to add this functionality into the CPU