/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

blog.slaks.net
| | nicolas-hahn.com
11.4 parsecs away

Travel
| | Image differentiation in three languages
| | cs.fit.edu
10.4 parsecs away

Travel
| | [AI summary] The provided text is a humorous and satirical guide to writing unmaintainable, obfuscated, and poorly structured code. It mocks the idea of software development best practices and instead promotes the opposite: writing code that is difficult to understand, debug, and maintain. The text includes various coding 'tips' such as using obscure languages, avoiding testing, and creating bugs that are hard to trace.
| | hereket.com
10.0 parsecs away

Travel
| |
| | andrewkelley.me
29.9 parsecs away

Travel
| [AI summary] The blog post discusses the evolution of programming languages, focusing on Rust and Zig's approaches to handling formatted output. It highlights the challenges in C's format string system, the use of macros in Rust, and Zig's ability to handle formatted output without special compiler cases, relying on userland code. The post also touches on the trade-offs of macros and the design goals of Zig to provide power without the drawbacks of macro-based systems.