Posts

Choosing a new Cell Phone

Written in January 2022, for reference.

It’s far past time that I say goodbye to my Samsung Galaxy S7. It has served me 5 faithful years of service through the end of high school and most of University.

But it hasn’t gotten a software update in 3 years, and software is running slower and slower. Its …

Haskell type keyword …

In this short blog post, I will explain the difference between data, type, newtype, class, and instance keywords in haskell and how they all work together. This is not meant to be an in-depth tutorial, but just a reference guide. If you program occasionally in haskell and just want a quick …

My thoughts on Rob …

The oath (in the most recent form that I could find online) is as outlined below:

  1. I will not produce harmful code.
  2. The code that I produce will always be my best work. I will not knowingly allow code that is defective in either behaviour or structure to accumulate.
  3. I will produce, with each …