Positive Tinker If at first you don't succeed, redefine success.

Five-Ingredient Growth Medium for Spirulina Algae

A simple, inexpensive growth medium for Spirulina with easy-to-find ingredients.

Adding CTRL-A and CTRL-Backspace Support to the WinForms Textbox Control

Once in a while you get blindsided by a feature that seems ubiquitous, but is somehow missing from standard libraries. Two of those are keyboard shortcuts found on the the WinForms Textbox: CTRL+A (to select all text) and CTRL+Backspace (to delete the previous word). Never fear, we can add both of these through a KeyDown event handler!

Manual Word Wrap in C# ListView

C#’s ListView control does not support word wrap, sadly. Let’s add it. The resulting extension method applies a generic pixel width to any string.

Thunderbird Hangs When Saving Draft

Symptom: Thunderbird sometimes hangs when saving an email draft (including auto-save) or sending an email. Culprit: Windows 10 Indexing Service Solutions.

First post

In which our hero approaches the blog yet again