RSSAmplifier

Blog

nick comer

nick.comer.ioRSS feed ↗3 posts

Latest posts

Using a mild Twitter addiction to actually get things done

Modern mobile devices contain a myriad of distractions and addictive platforms. My vices are Twitter and TikTok.

Observing the 2nd law of thermodynamics in software

There are probably an innumerable ways to phrase the 2nd law of thermodynamics. For the purposes of this post, this definition should serve the point well: The second law of thermodynamics states that the total entropy (disorder) of an isolated system can never decrease over time. If this definition can be parsed and framed in a software development context, it can sort of lend a vague idea of how…

Interfaces in Vanilla ES6 JavaScript

Recently, I found myself implementing a library in a few different languages. I started in PHP, which is pretty much Java’s weird multi-paradigm little-brother. Thus, it has compile-time interfaces that will ensure that classes adhere to and implement specific functionality.