Introducing ShapeShift: declare your data once, serialize it anywhere
Rust developers have been spoiled for years. You mark a type with #, and the same struct can go to JSON, MessagePack, YAML, TOML, CBOR, and a long tail of…
Read up on .NET news, tips, cautions... and other areas of technological interest.
Rust developers have been spoiled for years. You mark a type with #, and the same struct can go to JSON, MessagePack, YAML, TOML, CBOR, and a long tail of…
Introducing an Eternal Terminal client that runs natively on Windows
In this review I’ll be reviewing the new OneKey Classic 1S mostly on its own merits, along with two of the OneKey apps that make it work. I’ll occasionally compare…
Introduction to MoneyMan, your personal "money manager" with a modern feel and strong capabilities spanning cash, investment and crypto accounts, reporting, and budgeting.
How to create a case sensitive directory on a Windows NTFS partition.
With AI writing specs, writing code, debugging code, etc., user interfaces (UI) become irrelevant. In my opinion, UI-based debugging, perf analysis, etc. will probably be replaced with MCP servers and…
Conversion to AI is more than just dabbling with it. It's getting hooked on the drug and believing in possibilities you were previously skeptical about. This is how I got…
Community Notes on X are a powerful tool for combating misinformation. As a Zcash advocate, keep your notes concise (under 280 characters if possible), factual, and neutral—stick to verifiable claims…
As of 09:21 AM MDT on June 10, 2025, much of the U.S. is in the thick of daylight saving time (DST), with regions like Colorado on Mountain Daylight Time…
The Debug.Assert(bool) method is a very old API that allows your program to test your assumptions at runtime, but in a way that only impacts performance of debug builds. The…