/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

www.abubalay.com
| | huonw.github.io
2.0 parsecs away

Travel
| | The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases.
| | www.integralist.co.uk
1.6 parsecs away

Travel
| | I've been learning Rust recently. This will probably be my third (lazy) attempt to learn the language. The reason I've failed previously is simply because I had no reason to learn it. Other than the memory safety aspects, which I like a lot, I don't actually like the design of the language at all (but that's a conversation for another day). This time around I want to learn the language as it's pertinent to my job.
| | xavd.id
2.2 parsecs away

Travel
| | david.reviews: Rust! It's neat, but not without its warts.
| | ciesie.com
17.7 parsecs away

Travel
| Today I've played around with Zig, the new, hip (is it hip?) programming language. I find it pretty neat. I'm going to walk you (and myself) through my first, very short, piece of code. Below you can see the entirety of it. It basically allocates a 2MB buffer and reads a file into it... Yep, not particularly impressive, but this is a judgment free, learning zone, ok?! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 const std = @import("std"); const warn = @import("std").