Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    601comments
  2. Claude Opus 5.5(anthropic.com)
    806comments
  3. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    275comments
  4. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    359comments
  5. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    21comments
  6. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    122comments
  7. The new CC, an AI agent built for families(blog.google)
    19comments
  8. What California is learning from solar panels built over irrigation canals(kqed.org)
    136comments
  9. SAML: A fractal of bad design(trailofbits.com)
    87comments
  10. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    70comments
  11. Unreal Agent(unreallabs.ai)
    75comments
  12. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    82comments
  13. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    213comments
  14. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    76comments
  15. The current balance of power in open models(interconnects.ai)
    10comments
  16. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    40comments
  17. Side-stepping the Secretary Problem, unwittingly(evalapply.org)
    5comments
  18. Native apps written in TypeScript and CSS(github.com/geastack)
    22comments
  19. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    14comments
  20. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    193comments
  21. Augustofaces: Pareidolia Fine Art(augusto.at)
    discuss
  22. Markdown in /src(htmx.org)
    42comments
  23. Obscura: VPN that can't log your activity(obscura.com)
    72comments
  24. The UV index is not the warm sensation of sunlight on bare skin(asciitweezers.com)
    53comments
  25. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    99comments
  26. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    40comments
  27. Make Math Automatic with Mathy(gmays.com)
    1comments
  28. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    9comments
  29. The JavaScript Midlife Crisis(maroun-baydoun.com)
    23comments
  30. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    13comments

The Decoupling Principle: A Practical Privacy Framework [pdf]

30 pointsby 3y agoconferences.sigcomm.org
3 comments
3y agoHN ↗

Nice to see this here; happy to discuss our paper with folks.

The TLDR is that there's a classic idea (dating back at least to Chaum's early work if not earlier) that we can get privacy in networks by splitting knowledge across multiple parties and/or multiple architectural elements.

We explore that idea and give examples of where we and others have applied it recently (in some of our services at Invisv and things our colleagues elsewhere have built).

3y agoHN ↗

PGPP (for privacy on a cellular network) and Multi-Hop privacy relays such as the one provided by PGPP, or Apple's iCloud relay, are excellent services. Hopefully this kind of protection starts getting built into more and more consumer products. https://invisv.com/pgpp/

3y agoHN ↗

A quick summary of The Decoupling Principle: Separate WHO you are from WHAT you do

An example is Apple's iCloud relay. When you browse a URL, it is encrypted and sent to the first server, owned by Apple. This knows WHO you are, but not what you are browsing. The Apple server then sends your request to the second server, operated by a third party such as Fastly. This server gets to see your URL, but it only has Apple's IP address, so it knows WHAT is being browsed, but not WHO you are.

https://media.wired.com/photos/61e0c9a0cdd4f18de04f594a/mast...