Clippy has a ton of clever lints I haven't seen before.
E.g. it suggests that `let _v = println!("hello");` could be `println!("hello");` because a variable of type () is pointless.
Warning about recursion in main is an excellent idea too.
miniblog.
Related Posts
Woah, the median price of a .sexy domain is over $2,000! https://tld-list.com/tld/sexy
I like the emacs.sexy website, but that's a big chunk of money. The tld-list link above suggests that it's possible to buy these domains for more conventional prices.
I'm fascinated to learn that people are discovering weaknesses in state-of-the-art bots for playing Go, such that a novice player can reliably win: https://goattack.far.ai/human-evaluation
This suggests that self-play doesn't always generalise: it's not sufficient to beat earlier versions.
Jest has this wonderful feature where it suggests other equality checks you might want to consider if your test fails. It's super helpful and a really nice touch.
