-
How do I get Windows 11 to Stop Updating the Background Back to Bing Wallpaper

I occasionally remote in to my personal Windows machine in addition to my work Windows machine and I have a personal Mac and work Mac that (despite stickers on the personal one) I somehow can’t tell apart. So I usually use a wallpaper from Svalbard from Cecilia Blomdahl and a Set-Wallpaper.ps1 script to set my…
-
Ruby Exception Handling Practice: Be As Specific As Possible
Avdi Grimm covers Ruby exception handling in way more detail in Exceptional Ruby (not an affiliate link!) and you should check it out Ruby Exception Handling In Ruby, you should already be aware that catching Exception is a blunt instrument that captures error states that generally should not be handled by your code. This is…
-
The Core Purpose of an Agile Methodology: Incremental Validation and Course Correction – A Reference Guide
There’s a persistent confusion in the software development world about what makes an agile methodology valuable. Teams often focus on ceremonies, tools, and processes while missing the fundamental purpose. The value in agile development methodologies is in their incremental validation of course correctness and ability to adjust time/quality/cost to new information as soon as possible.…
