Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. From 150 people to one system(chrisveleris.com ↗)
    discuss
  2. Flet 1.0 Is Here(flet.dev ↗)
    discuss
  3. Stepfun Step 5 Preview (LLM): On AA Pareto frontier(artificialanalysis.ai ↗)
    1comments
  4. OmniFire - All-in-one platform for social media, business profile, & mobile apps(omnifire.app ↗)
    discuss
  5. The Evidence for AI Consciousness, Today (2025)(ai-frontiers.org ↗)
    1comments
  6. The original Linux distro source(kernel.org ↗)
    discuss
  7. Speaking with the Mind – Neuralink [video](youtube.com ↗)
    discuss
  8. Dylan Patel's Information Machine(substratemag.com ↗)
    discuss
  9. Ask HN: Remember N8n? Anyone?
    discuss
  10. Extract all comments from a Google Sheet
    discuss
  11. Show HN: I made Niri-like terminal colm (cmux alternative)(colm.sh ↗)
    discuss
  12. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    discuss
  13. Show HN: Seal – Letters and passwords that open for your family after you die(github.com/jasonepage ↗)
    3comments
  14. A Black-Box Audit of Provider-Side Token Inflation in LLM Services(arxiv.org ↗)
    discuss
  15. San Francisco Onion Futures Company(onionfutures.com ↗)
    30comments
  16. OpenLoco Version 26.09 Released(openloco.io ↗)
    discuss
  17. Show HN: A static reference for 5,142 supplement interactions(uppervoid.app ↗)
    discuss
  18. Brownie Mary(wikipedia.org ↗)
    discuss
  19. Google AI Studio 'Delete' is a scam: Your prompts are not deleted, just hidden(medium.com/istokovicsgyorgy79 ↗)
    discuss
  20. Harm Laundering in GPT Models: Gender Discrimination Transformed Rather Than(arxiv.org ↗)
    discuss
  21. Vibe coding did not kill making money out of engineering, open source and SaaS(i18n-keyless.com ↗)
    3comments
  22. Virtual Memory: Page Tables, TLBs, and Linux Internals(codingconfessions.com ↗)
    discuss
  23. Isomorphic Collapse of Primorial Modulus- Bypassing Arithmetic in Cryptanalysis(zenodo.org ↗)
    discuss
  24. Dashes suggest which model you're copy-pasting from(will-keleher.com ↗)
    1comments
  25. USB 3 Speeds Come to a Non-Pro iPhone(pxlnv.com ↗)
    1comments
  26. Reality Is the Final Verifier: On Two Key Gaps in Agentic Software Engineering(arxiv.org ↗)
    discuss
  27. The Destruction of the Scottish Canon(asteriskmag.com ↗)
    1comments
  28. OpenAI expects to burn $280B by 2030(ft.com ↗)
    2comments
  29. Left Brain, Right Brain: Facts and Fantasies(nih.gov ↗)
    discuss
  30. Static site generator for Ghost CMS(github.com/simonmo88 ↗)
    discuss

Show HN: Seal – Letters and passwords that open for your family after you die

9 pointsby 1h agogithub.com
3 comments
I'm a CS undergrad who has developed an interest in hardware keys ever since I used them for a school project a few years ago. I made a little chat app that only allows users to chat if they registered a key, nothing else.

The backstory of how I came to work on Seal (this project): was that I was generating ideas with Claude to come up with an idea that only hardware keys could make into software. I was thinking about physical house keys and what you could do with those, but in software. I was already making iOS apps with Claude, and I came up with this idea and it sounded good. I had already worked on a few projects involving hardware keys and I already loved them.

Today I submitted my latest app, Seal, for review in the app store. Seal is an iOS app for iPhone and iPad that lets you write an Envelope (an encrypted bundle of passwords, photos, voice memos, etc...) for all of your loved ones when you're gone.

You can register hardware keys and assign identities for each person. Then you can create Envelopes and assign them to the key that you want to distribute. They plug in the key to their phone and are ready to receive an Envelope from you.

If you don't log into the app for months, one of your designated key holders can start the process of opening the Sealed Envelope. You, as the writer of the letters, get weeks of warnings to check in at least once before the letters open.

After 90 days of countdown, 21 days of warnings, and 14 days of grace, the envelope opens for each person they met IRL and exchange keys with.

No one else can read the envelope or see the photos (even the key holders, Apple, or me) unless that envelope was designated for that person.

What's different from a password manager like 1Password: emergency access there hands one person your whole vault through the company's server, so it needs that company to still exist and be honest on the day it matters. Seal gives each person their own envelope nobody else can open, and there's no company in the middle.

There's also no server at all besides a free Cloudflare static site. The encrypted bundles of passwords and photos are in Cloud Kit. Sign-in/identity is a passkey Face ID/Touch ID or a Hardware Key. It's all Crypto Kit, so there's no dependencies required.

Currently, it's just me and Claude working on this. It hasn't been independently audited by anyone, and it's iPhone only for now. Please do not put a live seed phrase in it yet. If anyone has advice for me as the lead developer for this project, I'm all ears! You can help contribute on the github source code repository page if you'd like. My mom likes this app especially because she's into crypto and she needed a way to pass down or give away the seed phrases for her wallets to all 3 kids without any question about who gets what and when. In the end, there's no confusion or hurt feelings after the fact with just crypto. Thank you for reading and let me know if you have any questions or concerns for me or the project!

Source: https://github.com/jasonepage/Seal

Site with limits and objections pages: https://sealmessenger.com

Free on TestFlight while the App Store version is in review: https://testflight.apple.com/join/cYp9JRCG

34m agoHN ↗

the keys never leave the phones, and the record of who did what can be checked with a script that has no Seal in it.

What happens if someone loses their phone or buys a new phone? What happens if they forget to tell you that they need a new key?

25m agoHN ↗

What is not done

Rewrite this Readme without Claude?

Also

There's also no server at all besides a free Cloudflare static site. The encrypted bundles of passwords and photos are in Cloud Kit. Sign-in/identity is a passkey Face ID/Touch ID or a Hardware Key. It's all Crypto Kit, so there's no dependencies required.

To me, this clearly implies that there’s a server involved… Apple’s server. Am I wrong?

6m agoHN ↗

If you don't log into the app for months

After 90 days of countdown, 21 days of warnings, and 14 days of grace, the envelope opens

vs

it needs that company to still exist and be honest on the day it matters

there's no company in the middle

which is it?

there's no middleman, but also I need to log in to your app regularly to avoid being declared dead?