Why I Didn't Use an ML Model to Detect PII
Building an LLM proxy that redacts PII in the request path, I chose regex over NER. The reasoning, and an honest account of where my own patterns get it wrong.
Things I've worked through on production systems, written up while the details were still fresh.
Building an LLM proxy that redacts PII in the request path, I chose regex over NER. The reasoning, and an honest account of where my own patterns get it wrong.
BLE is a proximity protocol, so anyone near your hardware can talk to it. Splitting transport from authority, and being honest about what a client-side permission check is and is not.
Seven things I ran into shipping BLE with react-native-ble-plx on Expo: dev clients, the simulator, version-dependent Android permissions, and the byte protocol behind a single characteristic.
A practical guide to integrating eSewa, Nepal's most widely used digital wallet, into a Remix application: form handling, signature generation, and the redirect flow.