Listening to Read My Mind by The Killers again because I lost track when chirping about it last time.
Chirps
Now listening to Read My Mind by The Killers
I've mostly been an indoor enthusiast for the past few years, so here's a view of my neighbourhood from a nearby hill to balance things out. (Taken before the authorities closed access to it)

You know CSS is complicated when Josh Comeau calls his React course 'Joy of React' but his CSS course is just 'CSS for JS Developers'
I've struggled with focus and consistency in most aspects of my life over the last 3 years. But I've played 2222 Wordle Unlimited games with a 91% win rate. Finally, something impressive to put on my LinkedIn.

Everyone's favourite subject is themselves. Even Claude AI seemed more excited than usual when I asked it to help debug my first simple neural network implementation.

Who else has the instinct to “Cmd + S” every 20 seconds when writing on Notion or Obsidian?
Old habits die hard. I used Python’s breakpoint() function - released in 2018 - for the first time today. I’ve been using import pdb; pdb.set_trace() all this time.
Todo apps need to have a to-don’ts section that can be checked off each day as well.
Pet peeve: When people use camelCase function names when explaining code snippets written in Python