Oodle now free to use in Unreal Engine via GitHub
Razer Rapunzel | Glow Up
How To: Use Morph Cut for Better & Unnoticeable Jump Cut Transitions in Premiere Pro
Remove breathing sound from your audio recording // Audacity
Stadia Games and Entertainment open sources some of its development tools
Calling Scammers by their real names
Glitterbomb Trap Catches Phone Scammer (who gets arrested)
Google kills the service that supports phone calls from Gmail
The service is [ending early 2021].
The alternative is to call through [Google Voice].
Download free parallax maps from wParallax
Unity – Photon Quantum Bots SDK
The Fabled Woods | RTX Reveal Trailer
Life is Strange 3 Announced
Experiments with Cycloidal Drives
Ultimate Tree Bed – DIY Treehouse Bed
NVidia RTX Direct Illumination (RTXDI)
UWP WebSocket Sample
Live Sass Compiler

[Live Sass Compiler] extension for VS Code. This automatically converts from SCSS to CSS!
POCO Socket Race Condition
POCO seems to be trying to free a nullptr. I logged the [issue].
GeForceNOW-SDK
[GeForceNOW-SDK] for cloud gaming is hosted on Github. [Request access] to link your github account.

Cpick Golang Library
[Cpick] is a library to use a color picker in GoLang.
VirtualBox
[VirtualBox] let’s you run guest machines. I need to run an old version of Ubuntu and VirtualBox didn’t require me to reboot and turn on the virtualization settings.
I ended up needing [Ubuntu 14.04 64-bit] to get recent enough C/C++ compiler tools for cmake and libcurl.
Setup:
Intall VirtualBox Guest Add-ons:
sudo apt-get install virtualbox-dkms
sudo apt-get install virtualbox-guest-dkms
sudo apt-get remove libcheese-gtk23
sudo apt-get install xserver-xorg-core
sudo apt-get install virtualbox-guest-x11
sudo apt-get install autofs
How to create portable Linux binaries (even if you need a recent compiler)
Visual Studio Code – Open Tab in New Window
Keyboard Shortcut: Control+K followed by the LETTER_O
(Projects that use CMake) Build with CMake for 32-bit and 64-bit
To compile binaries with CMake 3.13 or newer, run the following commands:
cmake -G “Visual Studio 16 2019” -A Win32 -S \path_to_source\ -B “build32”
cmake -G “Visual Studio 16 2019” -A x64 -S \path_to_source\ -B “build64”
Run the UI editor to configure options:
cmake-gui ..
And then build the libraries:
cmake –build build32 –config Release
cmake –build build64 –config Release
Visual Studio Strings:
“Visual Studio 14 2015”
“Visual Studio 15 2017”
“Visual Studio 16 2019”