Estimated read time 1 min read
IOT

Fool me once, fool me twice

It’s not as if machine learning models aren’t incredibly easy to fool? Continue reading on Medium »    It’s not as if machine learning models aren’t [more…]

Estimated read time 2 min read
Techno

Inconsistent! Shame!

Post Content   The M4 Mac Mini and the M4 Pro Mac Mini is poised to change the balance of laptop vs desktop. Run Windows on a [more…]

Estimated read time 1 min read
Dotnet Programming

IConvertible

The IConvertible interface in .NET is designed to provide a way to convert types to other types. It defines methods for converting a type… Continue reading on [more…]

Estimated read time 1 min read
Dotnet Programming

Lazy

`Lazy<T>` is a class in .NET that provides a way to create an object that is initialized only when it is accessed for the first time. It… [more…]