/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

scorpiosoftware.net
| | blog.dbrgn.ch
3.1 parsecs away

Travel
| | How to avoid accidentally breaking no_std compatibility in Rust crates.
| | www.dgendill.com
2.8 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.
| | jaredonline.svbtle.com
3.4 parsecs away

Travel
| | UPDATE: A few hours after posting the initial draft of this I realized my PHP benchmark was broken. I've since updated the PHP and Rust versions to be more fair. You can see the changes in the GitHub repo (link at the bottom). Last October I had a... | Jared McFarland | Programmer, feminist, classical guitarist, cyclist. Person.
| | evilcookie.de
20.8 parsecs away

Travel
| [AI summary] The author created a static web server in Rust to host their blog, focusing on learning Rust by implementing a simple HTTP server with file serving, MIME type detection, and basic request handling.