Explore >> Select a destination


You are here

ponyfoo.com
| | bernsteinbear.com
6.2 parsecs away

Travel
| | I have a lot of thoughts about the design of compiler intermediate representations (IRs). In this post I'm going to try and communicate some of those ideas and why I think they are important.
| | sunfishcode.github.io
4.8 parsecs away

Travel
| |
| | 0x44.cc
4.4 parsecs away

Travel
| | [AI summary] The article provides an in-depth explanation of reverse engineering concepts, including CPU operations, memory representation, data structures, and disassembly techniques. It guides readers through understanding machine code, endianness, signed integers, and how to analyze C code using tools like Visual Studio and disassemblers.
| | countvajhula.com
28.0 parsecs away

Travel
| [AI summary] The article explores the philosophical and mathematical implications of using the '+' operator in programming languages, discussing whether it should represent addition or concatenation and the broader structures like monoids and groups that these operations embody.