Bookmarks
Links I’ve saved and made public. Search them, or subscribe by RSS.
-
Explore how you can set Copilot coding agent up for success with custom instruction and Copilot setup steps.
-
Some of my attempts to make agents work better that just didn’t work.
-
Neat tip from Danny Roy Greenfeld: Python 3.11 added a .add_note(message: str) method to the BaseException class, which means you can add one or more extra notes to any Python …
-
An iron-air battery in the Netherlands, which can store energy for 100 hours or more to make renewable power sources more consistent, has become the world’s first “rust” battery to connect with an electricity grid
-
Those of us who like to monitor air traffic with ADS-B aggregators such as FlightAware and ADS-B Exchange tend to see some interesting flight paths. I’m not talking about the truly ambitious …
-
this post will self-destruct in n hours
-
I would like to bind fn+→ and fn+← to "End" and "Home" in the IntelliJ terminal on my Mac (this is the very same combination that iTerm uses). If this is not possible, I could also live ...
-
GPS coordinates aren’t exact. Sensor readings have noise. User behavior is probabilistic. Yet we write code that pretends uncertainty doesn’t exist, forcing messy real-world data through clean Boolean logic.