/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

kristerw.github.io
| | www.ralfj.de
5.6 parsecs away

Travel
| | This post is about uninitialized memory, but also about the semantics of highly optimized "low-level" languages in general. I will try to convince you that reasoning by "what the hardware d...
| | kristerw.blogspot.com
3.3 parsecs away

Travel
| | My twitter feed has recently been filled with discussions about the following program #include typedef int (*Function)(); s...
| | www.nayuki.io
5.5 parsecs away

Travel
| | [AI summary] The user has provided a comprehensive overview of the x86 architecture, covering topics such as basic arithmetic operations, control flow with jumps and conditionals, memory addressing modes, the stack and calling conventions, advanced instructions like SSE, virtual memory, and differences between x86-32 and x86-64. The user is likely looking for a summary or clarification of the x86 architecture, possibly for learning purposes or to reinforce their understanding.
| | muhammadraza.me
20.1 parsecs away

Travel
| In this post, we will understand how an HTTP server works by implementing one in Python.