/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

joeduffyblog.com
| | stefan-marr.de
3.1 parsecs away

Travel
| | A comparative study of abstract-syntax-tree and bytecode interpreters on top of meta-compilation systems.
| | blog.slaks.net
2.4 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive collection of technical documentation and articles covering various topics in web development, including ASP.NET, Razor, jQuery, and database connection strings. It discusses topics such as Razor page compilation, helpers, and the WebPages framework, as well as practical coding issues like HTML encoding and connection string construction. The text is highly technical and assumes a solid understanding of web development concepts and practices.
| | blog.regehr.org
2.8 parsecs away

Travel
| | [AI summary] The provided text is a discussion thread about undefined behavior in C and C++ programming languages, focusing on integer overflow, pointer aliasing, and compiler optimizations. Key points include the implications of undefined behavior in real-world code, the role of compilers in handling such cases, and the balance between adhering to standards and accommodating practical programming needs. The conversation touches on tools for detecting undefined behavior, the evolution of C/C++ standards, and the importance of unit testing and maintenance in software development.
| | blog.deobfuscate.io
25.0 parsecs away

Travel
| Using symbolic execution to reverse engineer and devirtualise a binary using virtual machine obfuscation.