Talks
Timer library for C++ with a flexible API.
Lightning talk for C++ Toronto meetup about the C++17 bindings I'm maintaining for LMDB.
Discusses some advantages and disadvantages of a few different methods for measuring small-value capacitance and inductance, with a special focus on the resonance method. We measure a capacitor from first principles using nothing but a frequency counter, some passive components, and high-school algebra.
An introduction to process control theory and description of the PID algorithm (Proportional, Integral, Derivative), along with a demo of an in-browser simulation I developed.
The reasons for and design of my perl module Update::Immutable and the companion javascript module update-immutable.
A walk-through of a simple FM demodulator I built for RTL-SDR: source code.
Secure, efficient, simple random token generation: Session::Token.
This talk is about making desktop apps with perl and valence.
I just got a really cool device called the HackRF One and I talked about it at Toronto Perl Mongers.
Suppose you need to truncate an arbitrary-length unicode string to fit into a fixed byte-length field.
Perl's regular expression engine is one of the most advanced around. This talk will discuss some well-known and less-well-known modules that can help you take full advantage of regexps.
This talk is about lessons learned while designing, building, and operating asynchronous servers. Instead of focusing on the concepts of async programming and the benefits it provides in terms of performance and determinism, we'll discuss the problems that inevitably come up.
Qstruct is a specification and perl module that implements a schema-based binary serialisation protocol.
Some topics on digital modulation including CW, keying envelope shaping, minimum-shift keying, FSK, RTTY, PSK-31, varicode, QAM.
Worked on some hairy code-bases before? Want to learn about the hairiest of them all?
This is a somewhat out-of-date talk where I describe the high-level model of virtual memory and introduce vmtouch.
Sorting networks are sorting algorithms where all steps are planned out ahead of time. They have applications in software performance, security, and hardware design.