/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

romain.goyet.com
| | squanderingti.me
3.7 parsecs away

Travel
| | Sometimes you want to support some crazy LLVM features in Rust and need manual control over the linking process :-).
| | haim.dev
3.2 parsecs away

Travel
| | A guide to statically linking Swift library into a Rust application.
| | www.joelotter.com
3.8 parsecs away

Travel
| | I struggled recently to work out how to build an APK out of a native Android app without using Gradle.
| | venam.net
19.7 parsecs away

Travel
| An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex...