✦ search ✦

Hewo Friends!!

Welcome to my blog~!

I’m a junior doctor in Australia with a fondness for small, unnecessary projects: tinkering with code, endlessly reconfiguring Emacs, and building elaborate note systems that mostly exist to make me happy. I like cats, Pokémon (especially the comforting, pixelated ones), and the quiet joy of making confusing things feel a little clearer. This blog is a place for side quests, half-formed ideas, and gentle curiosities—about learning, making things, and occasionally medicine 🐱

P.S. This website looks way better on desktop

things i love:

  • coding
  • cats
  • pokemon
  • reading
  • planes
  • cars
ninetales

My progress with a dopamine detox of sorts

tags: Study, Workflow
@[Sab] 31/03/2023

TLDR: I improved my productivity but not by way of increasing my attention span but rather by removing access to unproductive behaviours.

The dopamine detox is a confusing productivity fad rooted in the idea that excessive stimulation of the brain’s reward centre can lead to experience satisfaction from everyday activities and a greater propensity for addictive behaviour. It involves avoiding stimuli that trigger the release of dopamine in the hope to control impulses such as reaching for your phone.

My main goal out of doing a dopamine detox was to increase my productivity by improving my attention span. It seems that …

read more

Introduction to Bayes' Theorem

tags: Interesting, Medicine, Maths
@[Sab] 28/02/2022

So I got a rapid antigen test recently and I took a look at the instructions. It gave a table showing how they calculated its sensitivity and specificity.

Figure 1: Photo of the table that was in the information sheet that came in the box

Figure 1: Photo of the table that was in the information sheet that came in the box

Table 1: Table of clinical performance of the SARS-CoV-2 Antigen Rapid Test as on the information sheet (see Fig 1.).
PCR confirmed sample numberCorrect identifiedRate
Positive Sample34132795.9%
Negative Sample50049799.4%
Total84182498.0%

Which all in all makes sense. Sensitivity is defined as true positives over all cases with the outcome (true positives and false negatives) and hence it would be \(\frac{327}{341}\approx95.9\%\). Similarly specificity and accuracy can be calculated to be 99.4% and 98.0% respectively using the data from the table.

Say for arguments sake I tested positive. This does not mean that I am 95.9% likely to have SARS-CoV-2. If we take a …

read more