Measuring entropy can be a useful heuristic when performing analysis. This is a short introduction into performing entropy analysis on binary and text files using F#.
Handwired Preonic
Read Time: 3 minutesToday I wanted to share my newly hand-wired Preonic keyboard.
Utilizing RabbitMQ with F#
Read Time: 12 minutesToday is a overview of how to use the RabbitMQ message broker with F#. The RabbitMQ tutorials have a lot of great getting started information. Its .NET section focuses on C#, so I wanted to provide an F# angle to the general use cases.
Performance Profiling F#
Read Time: 10 minutesFastDtw, an F# Implementation
Read Time: 8 minutesToday’s post is a short introduction into using FastDtw for Dynamic Time Warping analysis. Specifically it is a quick introduction to using my newly released FastDtw package.