Heapless is a neat Rust library that provides versions of data structures like Vec that don't use the heap. It's a familiar API, but some are necessarily different (e.g. Vec::push returns a result)
https://japaric.github.io/heapless/heapless/index.htmlThoughtful longform analysis of the different video on demand services, and how they aren't necessarily competitors: they have very different approaches and goals.
It's funny how common round UI elements have become. Round avatars are widespread, and Android is moving to round app icons.
It's especially odd when so many UIs are built on a grid. You necessarily waste space with circles.
Are they more ergonomic for fingers, somehow?