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?
miniblog.
Related Posts
On-demand developer environments are a really powerful idea: https://github.com/features/codespaces
I've seen projects attempt to ship a developer toolchain inside a Docker container, but this feels much more ergonomic.
Chromium exploring using Rust, discussing their safety, ergonomic and performance requirements:
Rust's dbg! macro (new in 1.32) is delightful. You write dbg!(my_var) and you get a print statement that writes:
[src/my_file.rs:123] my_var = "value of my_var"
It's a huge ergonomic help when debugging!
