Greg Hall
Greggermeister thoughts

Greggermeister thoughts

Follow
homebadges

Simply reading the code doesn't work

Aug 17, 20225 min read

I read an article about not trusting third party code at...

Simply reading the code doesn't work

Creating an Arch Linux ARM QEMU VM on a Mac M1

Jun 20, 20222 min read

I created a simple self-contained script that does the following basic steps: Download an EFI BIOS Download an Arch Linux ARM bootable ISO...

Creating an Arch Linux ARM QEMU VM on a Mac M1

Multiple Inheritance in Java

Feb 17, 20222 min read

See the Java code. Ever since Java 8 introduced default interface methods, I felt there had to be a way to use it for multiple inheritance. I have...

Multiple Inheritance in Java

Dependency management for C++ using Maven and Nexus

Jan 31, 20224 min read

See https://github.com/bantling/tools/tree/master/depmgmt Choice of Maven I tried using Conan, and found it overall good, but a bit disappointing. I...

Dependency management for C++ using Maven and Nexus

The shortcomings of the western message to China about Uighurs

Dec 16, 20214 min read

For a little over a century (1880 - 1996), Canada had a residential school system that suppressed the native way of life. It was an ill-fated attempt...

The shortcomings of the western message to China about Uighurs

Cross compiling a C++ CLI application

Dec 10, 20216 min read

See https://github.com/bantling/tools/tree/master/cross-compile/hello-cli Prepare for disappointment You'd think that as you're reading this that...

Cross compiling a C++ CLI application