
A Sometimes Faster LFSR
Galois v. Fibonacci - The Ultimate Battle
A significantly faster implementation of a classical Fibonacci scrambling LFSR. At least on Windows... and my machine....
Sword by OpenClipart-Vectors from Pixabay
Portraits of Galois and Fibonacci from Wikimedia commons.

Static Multiple Inheritance
CRTP on steroids. It's not as bad as it sounds? Or is it....
An attempt at implementing something similar to multiple inheritance in a static context.
"DNA" from Pixabay

Asynchronous Packet Testing
Meeting packet expectations
A simple Python library for asynchronously testing future packets against user defined expectations.
Photo by Jordan Harrison on Unsplash

Fun With Fibers
A Thread Local Fiber Scheduler
Pinning fibers to specific threads and schedulers.
"Fiber Optic Vortex" by JaredZammit on flickr.com

A C++ Zip Iterator
Parallel Iteration of... Whatever
Python has a nice function called `zip` that allows for parallel iteration of list types. This is an attempt to write something similar in C++.
"Zipper" from Pixabay

Simplifying CUDA Memory Management
Taking Advantage of C++ Features
C++ provides features that can be used to simplify interactions with CUDA unified memory.

Cooling an Aero15x
Too Hot To Handle
The laptop becomes way too hot running under Linux; an embedded controller and `systemd` come to the rescue.

Being More Expressive in C++
With User Defined Literals
See some simple things you can do to improve readability of your code.