Chrome: Restrict “private network requests” for subresources from public websites to secure contexts.
Xbox Game Bar Discord Widget
A user was asking for an Xbox Game Bar Widget for Discord on the [forums].

I setup the quick project [Uwp_Discord] boilerplate.
Easy Gesture Interface with a Normal Camera
How to Make a Game in 10 Minutes (and then publish it)
Xbox Game Bar Widget – Crosshair Widget

The [Uwp_Crosshair] project is an Xbox Game Bar widget that you can pin and place on top of any application.
Synology DS920+ NAS Hardware Review
WebView1 has a serious memory leak
I made a repro project [Uwp_BugWebViewLeak] that reproduces the issue.
At least [WebView2] won’t have the memory leak when it releases.
Here is my feedback on the [issue].
Making an accurate Sleep function
Determine CPU usage of current process (C++ and C#)
Robot Dog V3 – 3D Printed & Open Source #1
How to Grow Grapes
Water vs Fire in slow motion – The Slow Mo Guys
Cloud storage pricing that is 80% less than Amazon S3
NodeJS – Use Express to Serve Pictures Captured on a RPI Without Saving To Disk
How to Install Node.js and npm on Raspberry Pi
[How to Install Node.js and npm on Raspberry Pi]
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash –
sudo apt install nodejs
NodeJS – Express – Hello World Example
Visual Studio Code on Raspberry Pi
NodeJS: pi-camera module
The [pi-camera] module is able to capture from the RPI camera and display on a webpage without saving to disk.
Raspberry PI Imager
How to check if the Microsoft Visual C++ Runtime is installed
How to Use Fetch with async/await
What is the JavaScript version of sleep()?
[What is the JavaScript version of sleep()?]
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
ANNOUNCEMENT – UWP WebView2 on WinUI2
Nice C++ Math Color Conversation Functions
Here are a bunch of macros for switching from things like RGB to YUV.