Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

without.boats

Without boats, dreams dry up

Get the latest updates from Without boats, dreams dry up directly as they happen.

Follow now 55 followers

Latest posts

Last updated 7 months ago

Generators with UnpinCell

7 months ago

In July, I described a way to make pinning more ergonomic by...

UnpinCell

7 months ago

A variation on my previous design for pinned places has occurred to...

Pinned places

10 months ago

In the previous post, I described the goal of Rust’s Pin type...

Pin

10 months ago

The Pin type (and the concept of pinning in general) is a...

Ownership

11 months ago

This post is meant as an explainer about how substructural type theory...

References are like jumps

12 months ago

In a high-level language, the programmer is deprived of the dangerous power...

Coroutines and effects

about 1 year ago

For the past few months I’ve been mulling over some things that...

Iterators and traversables

about 1 year ago

This is a brief note about the definition of iterator.

Iterator, Generator

about 2 years ago

I have been devoting a lot of my free time in the...

The Scoped Task trilemma

about 2 years ago

This is the first post in a series of posts about concurrency...

Generators

about 2 years ago

One of the main emphases of my recent posts has been that...

The AsyncIterator interface

about 2 years ago

In a previous post, I established the notion of “registers” - code...