frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

John Searle's Campus War

https://fusionaier.org/2025/john-searles-campus-war/
1•B1FF_PSUVM•46s ago•0 comments

EPA just approved new 'forever chemical' pesticides for use on food

https://www.washingtonpost.com/climate-environment/2025/11/22/forever-chemicals-pesticides/
2•measurablefunc•2m ago•0 comments

Show HN: Bringing stacked diff workflow to Perforce

https://github.com/minhkhoango/p4-stack
1•kai2006•4m ago•0 comments

MCP Ultimately Leads to Closed Gardens

https://chatbotkit.com/reflections/mcp-ultimately-leads-to-closed-gardens
1•_pdp_•9m ago•0 comments

New software toolbox enables brain-like models to learn directly from data

https://www.biorxiv.org/content/10.1101/2024.08.21.608979v2
1•PaulHoule•10m ago•0 comments

Kimchi's Immune System Benefits

https://www.nature.com/articles/s41538-025-00593-7
1•DaveZale•11m ago•0 comments

We Built the v0 iOS App

https://vercel.com/blog/how-we-built-the-v0-ios-app
1•MaxLeiter•13m ago•0 comments

Have You Considered Load-Bearing Shell History? (2022)

https://blog.tjll.net/load-bearing-shell-history/
1•wonger_•14m ago•0 comments

Terraform Industries' Business Case Doesn't Add Up

https://klaasnotfound.com/2025/06/03/terraform-industries-business-case-doesnt-add-up/
1•verzali•15m ago•0 comments

A tool for dealing with GPS time in Ns

https://andrew.diamonds/gpsnanos
1•andrewxdiamond•17m ago•0 comments

Show HN: Realtime, expressive AI personas that you can video call

https://playground.keyframelabs.com/playground/persona-1-live
2•kraddypatties•20m ago•0 comments

Ask HN: GitHub vs. self-hosted forges – What's your first impression?

2•bitbasher•21m ago•0 comments

We're Helping Companies Turn Open Source Contributions into Hiring

https://issuepay.app
1•Mario10•22m ago•1 comments

The Web Install API is ready for testing

https://blogs.windows.com/msedgedev/2025/11/24/the-web-install-api-is-ready-for-testing/
2•syx•26m ago•0 comments

Avian Influenza H5N5 Washington Death

https://www.idse.net/Influenza/Article/12-25/First-Person-Dies-From-H5N5-Bird-Flu/78941
3•howard941•29m ago•0 comments

One of the Greatest Polar-Bear Hunters Confronts a Vanishing World

https://www.newyorker.com/magazine/2025/12/01/one-of-the-greatest-polar-bear-hunters-confronts-a-...
1•bookofjoe•32m ago•1 comments

Launching the Genesis Mission

https://www.whitehouse.gov/presidential-actions/2025/11/launching-the-genesis-mission/
1•oidar•32m ago•0 comments

A P2P Grindr alternative I built in a weekend: no server, no accounts

https://meateor2.netlify.app/
1•guiprav•35m ago•1 comments

Pornhub Is Urging Tech Giants to Enact Device-Based Age Verification

https://www.wired.com/story/pornhub-is-urging-tech-giants-to-enact-device-based-age-verification/
2•toomuchtodo•37m ago•1 comments

Amazon's X-energy gets backing from Jane Street as investors bet big on nuclear

https://www.ft.com/content/59d9b7d5-e34b-4131-b80f-815208a2d4cc
1•perihelions•38m ago•0 comments

US presses Europe on rules for big tech companies

https://www.bbc.com/news/articles/clydjnlm54po
1•reqo•38m ago•0 comments

Safe Chain: Stopping Malicious NPM Packages Before They Wreck Your Project

https://www.aikido.dev/blog/introducing-safe-chain
7•nailer•41m ago•0 comments

Khosla-backed startup can track drones, trucks, and robotaxis, inch by inch

https://techcrunch.com/2025/11/20/this-khosla-based-startup-can-track-drones-trucks-and-robotaxis...
1•iamtech•46m ago•0 comments

Notes from a Pyre, by Amal Singh

https://psychopomp.com/deadlands/issue-23/pyre/
1•thunderbong•47m ago•0 comments

No copays for asthma inhalers in New York under new law

https://gothamist.com/news/breathe-freely-no-copays-for-asthma-inhalers-in-ny-under-new-law-signe...
5•geox•49m ago•0 comments

BREX Syntax Reference

https://www.proxylity.com/docs/destinations/brex-syntax.html
1•mlhpdx•51m ago•0 comments

Show HN: A faster day-count to Y,M,D algorithm – 30-40% speedup

https://www.benjoffe.com/fast-date-64
2•benjoffe•51m ago•0 comments

Enabling cheap LCD HUDs – 0.015px calibration eliminates waveguide optics

1•nighthawkcar•53m ago•1 comments

Development-Cycle in Cargo: 1.92

https://blog.rust-lang.org/inside-rust/2025/11/24/this-development-cycle-in-cargo-1.92/
1•todsacerdoti•58m ago•0 comments

Show HN: X Timeline Cleaner, block tweets by location from your X timeline

https://github.com/jawerty/X-Timeline-Cleaner
2•jawerty•1h ago•0 comments
Open in hackernews

The Clipegg Manifesto

https://github.com/daaaave-ATX/clipegg
1•DaaaaveATX•1h ago

Comments

DaaaaveATX•1h ago
# ClipEgg: We Left the Clipboard Unguarded for 40 Years

In 1984, Apple shipped copy and paste. It was a miracle of usability—and architecturally broken from day one.

Press Ctrl+C and the entire payload—bytes, formatting, metadata, embedded objects—dumps into a system buffer that any application can read. No auth. No logging. No revocation.

The clipboard is a broadcast channel disguised as a convenience.

*The catastrophe:* The clipboard is now the #1 data exfiltration vector in enterprise. 77% of knowledge workers paste corporate data into AI tools. Every paste bypasses your CASB, EDR, SIEM, and DLP. Your security stack guards the front door while users walk data out the side.

*The waste:* 40 billion copy operations/day × ~100KB average = 4 exabytes of daily churn. RAM pressure, cloud sync, VM duplication—all unnecessary. Annualized: 83B kWh, 33M tons CO₂, $10B in energy costs. We're burning a small nation's power grid because nobody questioned whether copying a sentence needed to ship a document.

*The semantic lie:* Copy and cut were always opposites, but we implemented them identically. COPY means "give me a reference." CUT means "I'm taking this." Human intention: reference. System behavior: duplication. The mismatch is the original sin.

*The confession:* The most common paste operation on Earth is Paste Special → Unformatted Text. Billions of people daily, manually fighting the clipboard. We already behave as if copy is a request for meaning, not payload.

*The shift:* We moved from the marketplace of ideas to the marketplace of intentions. Ideas were static, self-contained, ready for duplication. Intentions are contextual—who's asking, where, for what purpose. Copy is no longer "give me the thing." Copy is "here's what I intend to do with this meaning." The clipboard still acts like it's 1984.

*ClipEgg:* Copy becomes a declaration of intent. A copy emits a 4KB "egg"—a reference plus capabilities plus policy. No payload.

```json {"v":1,"uri":"https://app.example.com/doc/123","label":"Q3 Report","type":"document","caps":["view"],"policy":{"expires":"2025-12-31","destinations":["internal://"]}} ```

Paste becomes the trust boundary. Paste asks: "Given who I am and where I'm pasting, what am I allowed to receive?"

- Notepad → plain text - Word → fetch formatting on demand - ChatGPT → hydration denied - Internal app → full content via auth endpoint

*Copy = Frosting. Cut = Cake.* Copy gives you the lightweight reference—hydrate richness on demand. Cut gives you the full payload—it's a transfer, not a reference.

*The security dividend:* Paste-target validation. Complete audit trails. Revocation after copy. Expiration. Contextual access. This is clipboard-level Zero Trust.

*Implementation:* 50 lines of JavaScript. Existing Clipboard API. No browser changes, no extensions. Legacy apps get graceful fallback (title + link). Gradual adoption, immediate value.

*This is not a product.* ClipEgg is an open protocol. MIT implementation, CC BY 4.0 spec. I'm giving it away—because some problems shouldn't have owners.

For engineers: In programming, `=` passes reference, `==` checks value. For 40 years, copy behaved like `==`. ClipEgg makes it behave like `=`.

Spec: https://github.com/daaaave-ATX/clipegg