/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

aradaelli.com
| | thomascountz.com
3.9 parsecs away

Travel
| | [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications.
| | luten.dev
4.4 parsecs away

Travel
| | Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK.
| | blog.lohr.dev
4.2 parsecs away

Travel
| | A review by a Rust enthusiast
| | www.dgendill.com
16.1 parsecs away

Travel
| [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.