Feed
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
Extremely Fast MessagePack Serializer for C#
GitHub - github.com
A fast MessagePack serializer for C# compatible with .NET and Unity.
MessagePack, C#, .NET, serialization, Unity

Walk-through of OpenCV AI Kit using the MobileNet detection algorithm
Patrick Ryan - patrick-ryan.medium.com
This article expands on using the MobileNet detection algorithm with the OAK-1 video feed, building on previous examples.
OpenCV, AI Kit, MobileNet, OAK-1, Machine Learning

Honey, there are deer at the bird feeder again! ( Keras, OAK-1 and a RaspberryPi to detect deer)
Patrick Ryan - patrick-ryan.medium.com
Using Keras, OAK-1, and Raspberry Pi to detect deer at a bird feeder.
Keras, Raspberry Pi, Computer Vision
Help them Persuade Themselves: the Influence of Questions
Mike Clayton - youtube.com
Questions effectively influence others by focusing attention and eliciting desired responses.
questions, persuasion, influence, verbal influence, management training
Blazor Authentication and Authorization Tutorial [Blazor Authentication Without Identity]
YouTube - youtube.com
Learn Blazor authentication and authorization techniques without using Identity, including source code and video playlist.
blazor, authentication, authorization, tutorial, .net 8

New KILLER ChatGPT Prompt — The “Playoff Method”
Andrew Best - ai.plainenglish.io
An effective prompt strategy for ChatGPT, addressing common usage errors and leveraging advanced reasoning to optimize results.
ChatGPT, AI, Prompt Engineering
Transform JSON with ChatGPT
Brad Jolicoeur - bradjolicoeur.com
Explore using ChatGPT to automate transforming JSON documents into C# classes, improving efficiency in mapping data for software development.
ChatGPT, JSON, C#, automation, software development
Experiments with the new WASI workload in .NET 8 Preview 4
YouTube - youtube.com
.NET 8 introduces a 'wasi-experimental' workload, enhancing native server-side WebAssembly support.
wasi, .NET 8, server-side, WebAssembly

Introducing AWS Bedrock with Semantic Kernel
Tao Chen - devblogs.microsoft.com
Semantic Kernel now integrates with AWS Bedrock, enabling access to Amazon Titan models and support for chat completion, text generation, and embeddings.
Semantic Kernel, AWS Bedrock, AI integration, Amazon Titan, developers
CDK: Deploy to LocalStack and AWS with single CDK code | AWS CDK Series
YouTube - youtu.be
Learn to set up AWS CDK for deploying applications to LocalStack and AWS in this detailed video tutorial.
aws localstack, aws cdk, deployment, software engineering