Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    611comments
  2. Claude Opus 5.5(anthropic.com)
    817comments
  3. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    290comments
  4. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    360comments
  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)
    132comments
  7. What California is learning from solar panels built over irrigation canals(kqed.org)
    155comments
  8. SAML: A fractal of bad design(trailofbits.com)
    91comments
  9. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    72comments
  10. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    84comments
  11. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    223comments
  12. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    83comments
  13. The current balance of power in open models(interconnects.ai)
    12comments
  14. Side-stepping the Secretary Problem, unwittingly(evalapply.org)
    6comments
  15. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    42comments
  16. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    194comments
  17. Unreal Agent(unreallabs.ai)
    82comments
  18. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    17comments
  19. Native apps written in TypeScript and CSS(github.com/geastack)
    27comments
  20. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    106comments
  21. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    45comments
  22. Obscura: VPN that can't log your activity(obscura.com)
    75comments
  23. Markdown in /src(htmx.org)
    47comments
  24. The UV index is not the warm sensation of sunlight on bare skin(asciitweezers.com)
    58comments
  25. Augustofaces: Pareidolia Fine Art(augusto.at)
    discuss
  26. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    461comments
  27. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    14comments
  28. Can gzip be a language model?(nathan.rs)
    146comments
  29. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    9comments
  30. The JavaScript Midlife Crisis(maroun-baydoun.com)
    27comments

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...