Meson Python Modules

2020-02-24 meson python c

The meson build system is very versatile and can be integrated with a wide variety of technology. Meson can be used to build C modules that link in as ... Read More

Meson Polyglot - Rust and C

2020-02-12 meson rust c

The definition of polyglot is “knowing or using several languages.” With that definition Meson could be considered a polyglot. Meson is ... Read More

stm32-meson

2020-01-30 linux gcc meson

STM32 Meson Ive been a big fan of stm32-cmake which simplifies the setup of a stm32 embedded project. All that is required is the STMCubeMX directory ... Read More

RTL-SDR basic setup

2020-01-11 sdr wireless

What is a Software Defined Radio (SDR) I recently got my hands on a RTL-SDR which is a software defined radio (SDR). A software-defined radio (SDR) is ... Read More

Automatic CMake Header Dependency

2019-12-27 cmake c++

Often times 3rd party dependencies can be the hardest part of setting up a C++ project. CMake has eased this pain, but it is still often quite ... Read More

PC / Desk Setup

2019-12-25 pc desk

I spend a lot of time at my PC so I’ve put a lot of though into the parts that make the experience a pleasent one. I have a modest PC I build ... Read More

Raspberry Pi IR Receiver

2019-12-12 python raspberry pi

I recently got my hands on a IR Receiver and Transmitter module from a ELEGOO Upgraded 37 in 1 Sensor Modules Kit V2.0. I wanted to learn how the ... Read More

Vim Plug Autoload

2019-09-23

This post is about how to write some vim-script to autoload the plugin manager from the .vimrc. This makes the process of getting up and running on a ... Read More

CMake Dependencies using Fetch Content

2019-01-27 opengl cmake

I recently have been wanted to play around a bit with learning the Vulkan graphics API. Before I was able to get started with that I needed a couple ... Read More

Git Issue in Docker

2018-11-12 git docker wsl

Failed to Initialize Git Repo in Docker http://blog.johngoulah.com/2016/03/running-strace-in-docker/ While working with Docker I was trying to ... Read More