Journal

The Consciousness-Typicality Paradox

A huge expansion of the “conscious observer” pool—from all animals to future AIs—makes it astronomically unlikely that we’d find ourselves as 21st-century humans, so either we’re weighting observer-moments wrong, counting the wrong minds, or typicality itself fails; that clash is the Consciousness-Typicality Paradox. »


Truck

I got my truck when I was 20 years old, studying computer science at a small Christian liberal arts school in Grand Rapids, Michigan. It was a 2006 Toyota Tacoma »


Audio Analysis in ES2015

I've been having fun making audio reactive visuals over the past year but have never really took the time to write a fully independent module to »


Go: K Combinations

Basic memory efficient algorithm for doing K Combinations. I'm using this for some Rosalind problems I'm redoing in Go »


Go: init() and organizing your webapp

So you got an API written with Golang. It's getting pretty big with multiple endpoints, a datastore and a bunch of complex services. Even worse, you »