Ask HN: Why hasn't x86 caught up with Apple M series?
411 points by stephenheron 1d ago 590 comments
Ask HN: Is there a temp phone number like temp email?
9 points by piratesAndSons 20h ago 11 comments
Stop squashing your commits. You're squashing your AI too
4 points by jannesblobel 1d ago 8 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 3d ago 89 comments
Ask HN: Are AI filters becoming stricter than society itself?
29 points by tsevis 3d ago 16 comments
Show HN: Chrome Extension to Preview Escaped Strings
1 rand_num_gen 0 8/27/2025, 7:19:01 AM github.com ↗
Hi HN! I got tired of squinting at escaped strings when debugging LLM API calls, so I built a Chrome extension that instantly renders them.
When working with OpenAI/Claude/etc APIs, the request/response logs are full of escaped strings like "You asked:\n\n\"What is recursion?\"\n\nRecursion is when...". This extension lets you select any text containing these escape sequences and instantly see what it actually looks like.
How it works: Select any escaped string on a webpage → See the rendered output in a floating panel. Works great on API logs.
No more copy-pasting into console or online decoders. Everything runs locally in your browser.
GitHub: https://github.com/aeft/escaped-string-viewer
Built this to scratch my own itch - would love to know if others find it useful!
No comments yet