Ask HN: Why hasn't x86 caught up with Apple M series?
380 points by stephenheron 1d ago 534 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
How can a mutex in Wine be faster than a native one on Linux
3 points by lh_mouse 17h ago 1 comments
Show HN: MaskWise: Redact, mask, and anonymize data in training files for LLMs
2 gorkemcetin 2 8/27/2025, 12:26:41 AM github.com ↗
If you’re working with LLM training data (like I often am), you’ll know how tricky it can be to scrub out PII without breaking the dataset. I have been using MS Presidio for some time and decided to build a UI on top of it. This is a tool that scans and recognizes sensitive bits in text (eg names, emails, addresses etc), processes images to mask whats sensitive and handles structured data.
Everything is written in ts + nodejs, with great help from Claude Code :) It's still early so feedback & contributions are more than welcome.
Vault is in the works :)