/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

tim.mcnamara.nz
| | www.ralfj.de
5.2 parsecs away

Travel
| | Just yesterday, we submitted our paper RustBelt: Securing the Foundations of the Rust Programming Language. Quoting from the abstract: Rust is a new systems programming language that pr...
| | ebtech.github.io
5.2 parsecs away

Travel
| | I built a reference cookbook of algorithms and data structures for contest problem solvers. It's written in the Rust programming language, as I believe it's ideally suited to the task. For more info, please check out the repository at github.com/EbTech/rust-algorithms.
| | articles.bchlr.de
4.8 parsecs away

Travel
| | [AI summary] The article discusses challenges and workarounds for upcasting trait objects in Rust, exploring the limitations of dynamic dispatch and potential solutions through vtable structures and custom trait implementations.
| | bryukh.com
32.2 parsecs away

Travel
| For me, the first programmer's game was Colobot - real-time strategy with 3D graphics. Players take on the role of an astronaut who must land on a planet and use robots to gather resources, construct buildings, and complete missions. It was Love at first sight - cool video game with programming. For a long time, I was sure it was the first programmer's game at all (naive, I know). Later I'd found more and more programmer's games; however, it was a big surprise to know that one of the first programmer's games (maybe even the first one) was RobotWar, developed in the 70s and published in 1981. It's a text-based game where players control robots using a simple programming language to fight against each other. Overall, it's interesting to see the evolution of th...