FreeNo account neededNothing leaves your browser28 chats · 11 secrets removed · 0 originals seen
Share the AI chat. Keep the secrets.
Paste a conversation, a prompt that worked, or a whole Claude Code session. API keys, passwords, emails and phone numbers are stripped in your browser before anything is uploaded.
Building a Mac app that cuts the presenter out of the webcam feed in real time (think “weather presenter” effect). Should I use Vision’s person segme…
Short version: start with Vision, measure, and only ship your own model if hair edges are actually the thing users notice. Vision VNGeneratePersonSegmentationRequest Zero model shipping, Ap…
Give me one regex that catches most API keys so I can warn myself before pasting logs into an AI chat.
One regex that catches the common prefixed formats: [code] That covers OpenAI/Anthropic-style sk-…, AWS access keys, GitHub tokens, Slack tokens, Google API keys, Stripe keys and JWTs. Now …
Rename the package @acme/utils-legacy to @acme/core everywhere in this monorepo. Update package names, imports, tsconfig paths, and the changeset. Do…
73 references in 38 files. Plan: (1) move the folder, (2) rewrite package.json names/deps, (3) rewrite imports with a single sed over the two src trees, (4) fix tsconfig.base.json paths, (5…
Anneannemin baklava tarifi: "yağ göz kararı, şerbet elin ayarı, fırın ‘bilirsin işte’". Bunu ölçülü bir tarife çevir ama tadı değişmesin.
Göz kararı’nı gram yapmak mümkün, ama önce bir uyarı: anneannenin “bilirsin işte”si muhtemelen 30 yıllık aynı fırın demek. Sen aynı fırına sahip değilsin, o yüzden aşağıdaki sıcaklıkları ke…
Write a commit message for this diff. Conventional commits style. [code]
Before the message: this diff changes behaviour, and I don’t think intentionally. delete then set is what moves the key to the end of a Map’s insertion order — that is how this LRU marks an…