Author: Dougie Richardson

  • Windows Store missing

    Windows Store missing

    Windows Store is never installed when I do a clean install of Windows 11. No idea why. The easiest solution is to run Xbox, and you’ll see: Click “Fix them in settings”: Install Microsoft Store.

  • Tech for Good – Volunteers Assemble

    Tech for Good – Volunteers Assemble

    The message at this year’s Tech for Good Summit was that as a society we face significant challenges, only by working together can we have an impact on those challenges. One of the day’s events, Volunteers Assemble, saw three big challenges identified by the Scottish Tech Army presented to small groups of volunteers. We had…

  • Rainbows, decorators arguments & threads

    Rainbows, decorators arguments & threads

    Playing with Rainbow Hat I learned a few things about Python as a result I found out what a decorator is, the difference between args and kwargs and threads. I also learned that a lot of guides don’t understand either. If you can’t explain it simply, you don’t understand it well enough1. Decorators Rainbow Hat…