Monthly Archives: October 2023

Getting IIS to authenticate to your DB without a password

Before I start, yes, I know this is not a good security practice. I will explain why, at the end. This is meant for Dev & Test servers, because those usually don’t require strict security. Dev environments are usually a … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Fritzing 8-channel relay part

A few years back, I made some Fritzing parts for 2-channel and 4-channel relays, and a few people asked me to make an 8-channel part too. Let me tell you, there is a real learning-curve to making these. Let’s just … Continue reading

Posted in Arduino | Tagged | Leave a comment

CS0411 The type arguments for method … cannot be inferred from the usage

Evil. I really hate vague error messages. Especially when you search goog, bing, stackover and you find dozens of people talking about it, but none of it is similar to your code, and just frustrates you as you search, and … Continue reading

Posted in Blazor, Errors, Programming | Leave a comment