Credit where credit's due - but what about the developers?
My team, along with a couple of other teams, recently released a new feature at work. This is a cause
Viral times at Hang Five
It's been a busy week at Hang Five. I've written about this a little in the
Some stats about Hang Five
I thought I'd quickly share some stats about Hang Five.
We are now at game #100. It'
Introducing Hang Five, your new favourite word game
My wife Amy and I recently went to Indonesia on a trip around Bali, Flores and Lombok. Amy bought a
Will Meta's Threads be successful?
📅They seem to have brought the launch forward. It's now saying Thursday 11am NZT!
On Friday at 2am
Will AI kill factual writing?
We've been living in a post-LLM world for about 6 months now. Some are saying that the hype
How to find all the repos that reference a specific contract using GitHub CLI
If you work with a large codebase that spans multiple repositories, you might have encountered the problem of finding all the places where a certain contract or interface is used.
Exploring Native Ahead Of Time Compilation in .NET: Pros, Cons, and Possibilities
Before code written by a programmer can be executed by a computer, it needs to go through a process called
Cheating at work with ChatGPT
My first recorded chat with ChatGPT was on 9 December 2022. I asked it to "Write a prequel to
Switch expressions in C#
A recent introduction to the C# language is pattern matching. It was added in C# 7.0, which came out