Rob

Author's posts

MS Build – Satya’s Keynote

MS Build 2020 Intro Session

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 …

Continue reading

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 …

Continue reading

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: choco install -y flac …

Continue reading

Load more