/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

jakewharton.com
| | robert.kra.hn
1.5 parsecs away

Travel
| | Building and deploying Rust utilities
| | sebi.io
2.0 parsecs away

Travel
| | This guide builds on the guide from Amarit Rathie, which has been an indispensible resource in getting me started with cross-compilation at all. Mine has been updated for the latest versions of macOS at the time, and I've tried it on an M2 Mac - here, I'm the steps (and workarounds) required to get it to work for me - explanations are kept short, and I encourage you to reference the original blogpost to get a better understanding of what's going on.
| | billglover.me
3.0 parsecs away

Travel
| | Docker has had the ability to build multi-architecture images for a while. I've never had cause to use it, until now. In this post I'll walk through building a docker image that should work on your laptop and a Raspberry Pi.
| | egghead.io
14.1 parsecs away

Travel
| You're going to run into a lot of frustration writing Node CLI's unless you get good at debugging. (Even if you use TypeScript!) To understand code exec...