Rescuing your data from Goodreads Jan 29, 2023 4 min read tech In the previous post I mentioned that I wrote a script to extract the "started reading" dates from GR. Here it is, in case you need it.
Making a Joplin API in C# May 14, 2022 2 min read programming My new Joplin API for C# is very much incomplete; but it still can do useful things. I use it to create and update notes.
Made a new web template for .Net and Vue Apr 12, 2022 4 min read programming To make Obskurnee, I had to set up a lot of things to get the desired stack. Here it is: feel free to rip off whatever strikes your fancy.
Generate a query from an Expression in C# Jan 23, 2022 2 min read programming I'm trying to generate a query string based on a C# expression. Even a few lines of code yield sufficient results.
The simplest Matrix 'chatbot' base in C# Jan 5, 2022 3 min read programming Rather than spending a ton of time figuring out what the issues were with existing libraries, I'd decided to write a simple class of my own. It only does one thing, though; if you came here for a fully-featured SDK, you won't find it.