Epistemology, Cognition, and the Future of Technology

  1. Never Say 'Statistically Significant' Again

    2019 was the year of revolt against 'statistical significance', with major critiques signed by hundreds of statisticians appearing across many major journals.  We're witnessing a fundamental change in how we evaluate and condense academic literature; a tectonic shift away from misapplied frequentist statistical techniques that have led to decades of…

  2. Quick Note on Rationality

    Rationality has two definitions that I frequently come across– here's a quick note on some important concepts related to the idea. Rationality in EconomicsIn economics, the word 'rational' is used to describe self-consistency– i.e. if you prefer A over B over C, you prefer A over C.  You have…

  3. The Lever Problem

    The modern academic and journalistic refrain calls out the same arguments– Twitter, Facebook, and Google are radicalizing our political dialog, supplanting our meaningful social connections, and driving us towards predictable consumerist self-medication.  The only solution is more oversight, increased regulation, and tighter control of our communication technologies.  This analysis has…

  4. Contextualizing Data from the Facebook Emotion Contagion Study

    In 2014, Facebook published their famous Emotion Contagion study, to massive controversy.  This study is still frequently cited as an example of the manipulative potential of social media, which is an egregious characterization.  In this post, I'm going to walk through the statistics so we can see what we can…

  5. How to Tell if your Eye-Tracking IR Diode is Safe

    Infrared (IR) Diodes are very popular now for illuminating the eye for eye-tracking purposes.  Of course, projecting stuff into your eye comes with hazards, and we want to make sure these things are safe.  I've been working on an IR blink sensor, and while many papers in academia seem to…

  6. A Basic Example of Firebase React Native

    Below I will walk through the steps to make a simple app with firebase and react native; my goal is to have anonymous but persistent ID associated with each phone, which securely logs into the server and can push/query only it's own data.  This example also takes advantage of…