Reading List

The most recent articles from a list of feeds I subscribe to.

What’s new in DevTools 108 video and blooper reel

Whenever we release a new (stable channel) version of Microsoft Edge, we also create a short video showing all the new features. This time in 108, it was my job to record it and it features my glorious flat and a Kurzgesagt hoodie. You can see it in the browser or on the Microsoft Edge […]

Barrierefreiheit mit Computern 1985 – ein faszinierender Artikel

Beim stöbern nach alten Artikeln im 64er Magazin, das 1985 bis 1993 in Deutschland erschienen ist und suich mit dem Commodore 64 Heimcomputer beschäftigt hat, bin ich auf einen faszinierenden alten Artikel gestossen. Dieser erklärt, wie ein Computerclub in Graz mittels der Symbolsprache Bliss von 1949 und dedizierter Hardware für den C64 es behinderten Nutzern […]

Code brushes for GitHub Copilot

Github Next now showed a new feature in GitHub Copilot labs that allows you to change code you write to make it cleaner, more robust and document it automatically. GitHub Copilot is incredible, and if you check what’s happening in the preview released as the Copilot Labs extension it will only get more amazing. Check […]

Pioneers in Open Source Interview: Browsers, Bootcamps & the Business of Open Source

I was interviewed by Jay from Moduscreate to talk about my past, how I got into the market, what open source and browser compatibility means for me and many other bits. Amazing to see that we chatted for 1.5 hours and I hope some of it may be inspiring to you. Watch on YouTube

Opening Node developer tools just got easier

Microsoft Edge has a command palette which allows you to run commands by typing. You can use this to launch Developer Tools for Node. Press `Ctrl+Q` to open the command palette Type `>`, `node` and press Enter Alternatively, you can always use the old way to access Node devtools using `edge://inspect` and clicking the link. […]