RSS.Social

Huon on the internet

follow: @[email protected]

Posts

Is that a deprecation? Or is it just removed?

Convenient 'Copy as cURL': explicit, executable, editable request replays

Communicating bugs: use a single standalone shell script

Take a break: Rust match has fallthrough

Newtons are a unit of mileage

Prefer tee -a, not >>, in CI

Async hazard: mmap is secretly blocking IO

GitHub tip-hub: habitual permalinks

10 > 64, in QR codes

Mechanical sympathy for QR codes: making NSW check-in better

QR error correction helps and hinders scanning

The joy of cooking (an app)

Git worktrees and pyenv: developing Python libraries faster

Myths and Legends about Integer Overflow in Rust

Memory Leaks are Memory Safe

Rreverrse Debugging

simple_parallel 0.3: Revisiting k-NN

SIMD in Rust

What is SIMD?

travis-cargo 0.1.3: --no-sudo

Announcing Primal: Putting Raw Power Into Prime Numbers

Defaulting to Thread-Safety: Closures and Concurrency

Rust 1.0 in Numbers

Finding Closure in Rust

Where Self Meets Sized: Revisiting Object Safety

Travis on the train, part 2

Helping Travis catch the rustc train

Little libraries

Rust infrastructure can be your infrastructure

Some notes on Send and Sync

Rust Sydney's first meetup: trip report

Object Safety

The Sized Trait

Peeking inside Trait Objects

crates.io crate graph

What does Rust's “unsafe” mean?

Error handling in Rust: a k-NN case study

Comparing k-NN in Rust