I've noticed that data small enough to fit in your clipboard rarely gets saved to an individual file.
You get collections of data, but it would be odd to save a single URL to a file.
The clipboard less persistent, but it's incredibly convenient.
miniblog.
Related Posts
One cute feature of markdown I'd not noticed before: there's no syntax for images *without* a description (i.e. alt text).

You know a software project has achieved popularity when people are using it on platforms other than Windows/Mac/Linux!
For example, I noticed that the cc crate recently had fixes for AIX.
TIL that Rust has a (i) icon that shows relevant traits that a type implements. This is useful to understand that e.g. .iter() on a Vec<T> iterates with &T.
https://doc.rust-lang.org/std/vec/struct.Vec.html#method.iter
It looks like one of my bug reports was mentioned, so I'm delighted but wish I'd noticed earlier!
