frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Metaprogramming for Madmen (2012)

https://fgiesen.wordpress.com/2012/04/08/metaprogramming-for-madmen/
1•Tomte•16s ago•0 comments

Eshkere

https://www.google.com/imgres?q=%D0%B5%D1%88%D0%BA%D0%B5%D1%80%D0%B5&imgurl=https%3A%2F%2Fimg.itc...
1•ILOVETF2•42s ago•1 comments

Is your site agent-friendly?

https://agentprobe.io/
1•kukicola•2m ago•0 comments

Combinatorial Optimization for All: Using LLMs to Aid Non-Experts

https://journal.iberamia.org/index.php/intartif/article/view/2584
1•camilochs•3m ago•0 comments

Show HN: Pooch PDF – Because Ctrl+P still prints cookie banners in 2026

https://poochpdf.com/
1•membrshiperfect•3m ago•0 comments

How to get large files to your MCP server without blowing up the context window

https://everyrow.io/blog/mcp-large-dataset-upload
2•rafaelpo•4m ago•0 comments

Patterns for Reducing Friction in AI-Assisted Development

https://martinfowler.com/articles/reduce-friction-ai/
1•zdw•4m ago•0 comments

Salt of the Earth: Underground Salt Caverns Just Might Power Our Future

https://eos.org/features/salt-of-the-earth-vast-underground-salt-caverns-are-preserving-our-histo...
1•jofer•6m ago•0 comments

Show HN: Open-sourced an email QA lib 8 checks across 12 clients in 1 audit call

https://github.com/emailens/engine
1•tikkatenders•6m ago•0 comments

Low-Dose Lithium for Mild Cognitive Impairment: Pilot Randomized Clinical Trial

https://jamanetwork.com/journals/jamaneurology/fullarticle/2845746
1•bookofjoe•7m ago•0 comments

Show HN: AfterLive – AI digital legacy that lets loved ones hear from you

https://afterlive.ai
1•crawde•7m ago•0 comments

I Used Claude to File My Taxes for Free

https://kachess.dev/taxes/ai/personal-finance/2026/02/27/breaking-up-with-turbotax.html
2•gdudeman•8m ago•0 comments

Israel bombs council choosing Iran's next supreme leader, official says

https://www.axios.com/2026/03/03/iran-supreme-leader-council-israel-strike
1•spzx•9m ago•0 comments

Software development now costs less than than the wage of a minimum wage worker

https://ghuntley.com/real/
1•herbertl•10m ago•0 comments

A [Firefox, Chromium] extension that converts Microsoft to Microslop

https://addons.mozilla.org/en-US/android/addon/microslop/
2•gaius_baltar•10m ago•0 comments

British Rail settlement plan barcode specs

https://magicalcodewit.ch/rsp-specs/
2•fanf2•10m ago•0 comments

Completing the formal proof of higher-dimensional sphere packing

https://www.math.inc/sphere-packing
1•carnevalem•11m ago•0 comments

Show HN: Verifiable Interaction Records for Agents

https://github.com/peacprotocol/peac
1•jithinraj•13m ago•0 comments

Ohio EPA weighs allowing data centers to dump wastewater into rivers

https://www.nbc4i.com/news/local-news/columbus/ohio-epa-weighs-allowing-data-centers-to-release-w...
2•randycupertino•14m ago•1 comments

What if LLM uptime was a macroeconomic indicator?

https://lab.sideband.pub/status/
1•shawnyeager•14m ago•0 comments

Watch Out Bluetooth Analysis of the Coros Pace 3 (2025)

https://blog.syss.com/posts/bluetooth-analysis-coros-pace-3/
1•lqueenan•14m ago•0 comments

Risk, in Perspective

https://faingezicht.com/articles/2026/03/02/risk-in-perspective/
1•avyfain•15m ago•0 comments

No mentor? Learn from a 16th century French nobleman

https://www.magicreader.com/montaigne
2•mzelling•15m ago•0 comments

Show HN: I built a way to prove your software kept its promises

https://github.com/nobulexdev/nobulex
1•arian_•15m ago•0 comments

How do I market myself as a freelance Backend/Infrastructure engineer?

1•__0x01•15m ago•0 comments

The Limits of Today's AI Systems

2•Yinfan•16m ago•0 comments

Accept-Language Redirects Could Be Blocking Search Engines and AI Crawlers

https://merj.com/blog/your-accept-language-redirects-could-be-blocking-search-engines-and-ai-craw...
1•giacomoz•16m ago•0 comments

Is Unbound AI Video the most uncensored AI model in 2026?

https://unbound.video
1•gabrieln•16m ago•3 comments

Drizzle Joins PlanetScale

https://planetscale.com/blog/drizzle-joins-planetscale
4•alexblokh•16m ago•2 comments

Political market entropy in Rome. An analysis of different electoral cycles

https://www.frontiersin.org/journals/political-science/articles/10.3389/fpos.2026.1744381/full
1•PaulHoule•17m ago•0 comments
Open in hackernews

Show HN: ChatGPT gets your prompt before you hit send

https://chatwall.io/blog/ai-can-read-your-data.html
1•phico•1h ago

Comments

phico•1h ago
Hey HN,

I wrote this post (and recorded the DevTools demo) to highlight a behavior many users overlook: AI chat interfaces run JavaScript that captures your keystrokes in real-time. Even if you paste sensitive data and delete it before clicking send, background telemetry or auto-save requests have often already transmitted it to the server.

To solve this, I built ChatWall. It’s a browser extension that intercepts this process using a secure overlay.

Instead of typing into the chat's native input field (where host scripts can read it), you type into our isolated extension context. It detects and replaces PII (names, emails, IBANs) with neutral tokens locally on your machine. Only the already-masked text is ever passed to the host page.

100% Local: All processing runs in your browser. We have no backend.

Open Source: The core masking logic is on GitHub so you can audit exactly what the extension is doing.

I’d love your feedback!

dn333_99•1h ago
Whooowwww, it even worst than I was thinking, this chat GPT are really stealing all our information... even those you don't send.... crazy
phico•1h ago
I don't think it's for "stealing" but more for preparing response..
dn333_99•1h ago
Looks like the one from Musk is even worst, it send a call every time your type a letter.
phico•1h ago
Yes indeed Grok fetches on each keystroke.