Three calculators I built because I needed them, and figured you might too.
No signup, no tracking, no upsell. Just the math, the logic, and a clear answer. If one of these saves you an hour, that's the whole point. If you're hiring and you find these useful, I'd love to talk.
How many units do you need to sample?
Attribute (pass/fail) sampling for process validation, batch release, incoming inspection. Uses the binomial zero-failure model most commonly seen in medical device validation protocols: how many samples, with zero failures, to demonstrate a given reliability at a given confidence.
Built because I kept grabbing the same lookup table and wanted something that showed the math next to it.
Score a use-error hazard against the risk matrix.
Per IEC 62366-1 and ISO 14971, use-errors get scored on severity and probability of occurrence. This tool lays out a 5×5 matrix, highlights your cell, and tells you the risk priority and the next action (mitigate, validate, accept, or escalate).
Built because I spend a lot of time in URRA (use-related risk analysis) tables and wanted something I could show a clinician in 30 seconds.
Live differential-pressure monitor. Adjust the threshold, watch it alarm.
A simplified, browser-based version of the detection logic from my pneumothorax air-leak monitor capstone. Two simulated pressure sensors, a differential signal, and a user-adjustable alarm threshold. Try dragging the threshold slider down and watching the alarm catch smaller leaks.
Built to show the alarm logic concretely. The real device samples at 50 Hz, has hysteresis, and a debounce timer. This demo keeps the logic honest without the hardware.