Green field
RSS FeedA shinny new blog about programming stuff... probably mostly .NET, maybe some Javascript, Flutter, Python and some other bits and bobs though.
Featured
Designing an OS agnostic keyboard layout
Published: at 09:06 PMDesigning a 34 key layout that will work on any operating system
The Paw 34 modular split keyboard
Published: at 04:34 PMIntroducing the Paw 34 - a wireless split programmable 34 key keyboard with serial expansion slots!
Down the rabbit hole...
Published: at 10:40 PMOn the magical properties of ergo-mechanical keyboards for anyone with RSI (or just a curious soul).
Recent Posts
An Operating System agnostic keyboard
Published: at 04:12 PMFinally a keyboard that let's me keep typing my way, no matter what Operating System I'm using!
Switching up to GIT worktrees
Published: at 02:59 PMDitching git stash for a better workflow - an intro to Git Worktrees and the tooling that makes them shine ✨
Revenge of the Extension Members in C# 14
Published: at 11:42 AMThe third in a series about things that you can do in JavaScript which are not so easy in C#. This post continues our earlier exploration of dynamic properties, presenting the ultimate solution now that we have Extension Members syntax in C# 14 🥷🏻
Detecting blocking calls using async in C#
Published: at 03:51 PMEven when you know that blocking calls in async code should be avoided, how can you be sure there aren't any blocking calls in your application? Can you trust all of your NuGet dependencies? 🫣