TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is it possible to code a self-destructing message?

1 pointsby 1arityalmost 10 years ago
Like in Mission Impossible, except in software. How could this be done, in the browser?

1 comment

m1k3r420almost 10 years ago
Generate a unique ID for the message. Once the page has loaded using the unique ID, pull message from database, display and remove appropriate database entry.<p>If the page is reloaded the message will no longer exist in the database and throw an error.
评论 #10078248 未加载