Author's posts
May 19 2020
MS Build – Satya’s Keynote
Topics to investigate further: Azure Arc Azure Arc-enabled Kubernetes Azure Synapse Teams Fluid Canvas Microsoft announces Fluid Framework at Build 2019 Project Reunion Project Reunion is an evolution of the Windows developer platform that will make it more compatible, agile, modern and open. Microsoft to unify Windows desktop and UWP apps with new Project Reunion
May 19 2020
MS Build 2020 Intro Session
Hosted by Dona Sarkar and Seth Juarez. Here is the Microsoft Build 2020 Book of News, which has links to all of the big Build 2020 announcements. Go check out the following information: https://aka.ms/learntv Go find Instafluff on Twitch. Look into Tagboard, the Twitter post viewer they showed.
Apr 19 2020
Installing beets to Manage My Audio Tags
Yesterday, I spent a long time learning how to use MusicBrainz Picard. Today, I discovered beets on Reddit. So, I decided to install it on Windows. Note: This assumes you have chocolatey installed. Now just type beet at the command prompt to use it. Read the documentation for more information. Also, download beets.reg and modify …
Jan 31 2020
C++ Glossary
There are a number of C++ acronyms that I seem to forget over and over, so i decided to start maintaining a glossary here. I hope others find this useful, as well. Acronym Definition Comments CTAD Class Template Argument Deduction In order to instantiate a class template, every template argument must be known, but not every …
Dec 23 2016
Convert WAV files to FLAC
The easiest way that I’ve found to convert your WAV audio files to FLAC format so they’re compressed without losing any audio quality is to do the following: Make sure you have Chocolatey installed (which should be on your machine already. ? ) Open an elevated PowerShell prompt and run the following command:
1 |
choco install -y flac |
Now change to …