Latest Articles - Page 17

Cassidy Williams

Analog girly

Enjoying independence from digital algorithms and staying connected to analog methods of doing things.

withoutboats

Pinned places

Rust's Pin type was designed as a minimal library solution without language support to ship async/await faster, but proved more confusing than expected.

Ben Kuhn

Categories of leadership on technical teams

Technical team leadership can be split into categories of responsibility, helping identify what leading involves and enabling responsibilities to be divided among people with different strengths.

withoutboats

Pin

Pin is a foundational but misunderstood part of Rust's async system that prevents self-referential structs from breaking when moved in memory.

Armin Samii

Grief

Author realizes grief makes you want to tell everyone about your loss, like Victorians did with mourning clothes and stationery.

withoutboats

Ownership

Programming languages use "ownership" as a metaphor to make substructural type theory accessible to programmers unfamiliar with advanced concepts.