Use Asciinema and Powersession on Windows
Record terminal sessions for use in blogs and docs easily with Asciinema and PowerSession for Windows.
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
Record terminal sessions for use in blogs and docs easily with Asciinema and PowerSession for Windows.
Just like systems like Stack Overflow benefited from having the accepted answer bubble to the top, so too will it become important for LLMs to pull in such information for their future training data.
In a nation that prizes personal responsibility, it's time to ask whether a single, taxpayer-funded fire department model still serves us best. A market of competing fire protection providers would let every household …
With .NET 10, C# now supports single file apps. And with a bit of work, this means we can also create single file test suites, which can be useful in a variety of scenarios!
A brief description of your post (used for SEO and social sharing)
Learn how to update the .NET SDK on WSL or Ubuntu Linux using the official Microsoft package feeds and dotnet-install script.
A quick recap of my October speaking tour that spanned continents and five different developer conferences.
Using the latest .NET tools, you can easily run simple console applications anywhere dotnet is installed! To demonstrate, I created an ardalis CLI that you can run by just running dnx ardalis in your terminal.
Learn why using int for timeouts and delays causes bugs, and discover two simple patterns to make your code more explicit and maintainable.