Ask HN: Why hasn't x86 caught up with Apple M series?
450 points by stephenheron 7d ago 620 comments
Ask HN: Did Developers Undermine Their Own Profession?
8 points by rayanboulares 20h ago 16 comments
Show HN: Biip – Redact PII
2 crodjer 0 8/31/2025, 12:06:02 PM github.com ↗
`biip` is a cli tool that I use to redact any PII that may be present in text.
Its been very useful to share context with LLMs while removing any sensitive details that the LLM may not care about. I prefer copying over text over giving LLMs direct access.
Just `fd -t f | xargs biip | pbcopy` coupled with a well written `.fdignore` will be sufficient to share whole repository as context with LLMs.
Comes with a few redactors by default and we can add more through env variables.
No comments yet