It's funny debugging syntax highlighting. I end up staring far more carefully at little details than I normally would.
miniblog.
Related Posts
I'm a huge fan of Swift's 'Error Handling Rationale' design document: https://github.com/swiftlang/swift/blob/9315673c003875158852579bd1f33480cdec5461/docs/ErrorHandlingRationale.md#fundamentals
It carefully defines terminology and compares with other languages, so you can understand Swift's position and preference in the design space.
PYPL: PopularitY of Programming Language https://pypl.github.io/PYPL.html is a nice PL metrics tracker that's an alternative to TIOBE.
It has a clear methodology and it carefully chooses keywords to avoid e.g. Python metrics being affected by interest in snakes.
A search engine devoted to finding misspelled items on eBay! https://typohound.com/
I have sympathy for the Amazon model where pages are organised around specific products (i.e. aggregate by SKU). It saves every seller having to carefully write a generic product description.