frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Self-declared 'King of Switzerland' builds empire of 117,000 square metres

https://www.dailymail.com/news/article-15778351/Self-declared-King-Switzerland-builds-empire-117-...
1•tosh•5m ago•0 comments

How to detect paying Cloudflare customers

https://bloomberry.com/blog/how-to-detect-paid-cloudflare-customers-vs-free/
1•AznHisoka•6m ago•0 comments

An E-Mail Provider that Lets You Verify its Security and Privacy Claims

https://bmail.ag/verify
1•rasengan•7m ago•0 comments

Show HN: Threej games – open-source gaming portal

https://threej.in
2•threejin•9m ago•0 comments

Sora's downfall signals broader problems with AI's creative utility

https://theconversation.com/soras-downfall-signals-broader-problems-with-ais-creative-utility-280013
1•doener•9m ago•0 comments

Oil tanker hijacked off Yemen, steers toward Somalia

https://www.yahoo.com/news/articles/yemen-says-oil-tanker-hijacked-121710980.html
2•delichon•10m ago•0 comments

Microsoft Researchers Predicting 2026's Tech, in 2015

https://news.microsoft.com/features/from-ai-and-data-science-to-cryptography-microsoft-researcher...
1•subdomain•11m ago•0 comments

Ask HN: Which is better–macOS/Windows/Linux?

1•wasimsk•12m ago•0 comments

OpenAI Builds an Advertising Infrastructure Around ChatGPT

https://tux.re/forum/viewtopic.php?t=216
2•tux033•12m ago•0 comments

Outlive 25 Remaster is launched

https://store.steampowered.com/app/2948680/Outlive_25/
1•renatovico•13m ago•1 comments

The Things We're Building

https://www.theverge.com/tech/922505/vibe-code-projects-claude-installer
1•Brajeshwar•14m ago•0 comments

Docker 29 has changed its default image store for new installs

https://docs.docker.com/engine/storage/containerd
2•neitsab•17m ago•2 comments

Show HN: A Local-only URL shortener

https://9ev.in/
1•shabda•19m ago•1 comments

Discover: A curated list of RSS feeds worth following

https://discover.brine.dev/
3•brine•22m ago•1 comments

OrangePi 4 Pro Review

https://boilingsteam.com/orange-pi-4-pro-review/
2•ekianjo•23m ago•0 comments

How did it come to this? The state of the Royal Navy

https://vulpesetleo.substack.com/p/how-did-it-come-to-this
2•foxandlion•27m ago•0 comments

Show HN: AgInTiFlow, a local web and CLI agent workspace using DeepSeek

https://www.npmjs.com/package/@lazyingart/agintiflow
3•lachlanchen•28m ago•0 comments

Everyone Should Write

https://collabfund.com/blog/why-everyone-should-write/
3•eigenBasis•29m ago•0 comments

How to orchestrate large coding tasks without context bloat

https://raine.dev/blog/phased-implement-workflow/
3•rane•30m ago•1 comments

William Byrd on Logic and Relational Programming, miniKanren (2014)

https://www.infoq.com/interviews/byrd-relational-programming-minikanren/
2•tosh•30m ago•0 comments

Have Your Iceberg Cubed, Not Sorted: Meet Qbeast, the OTree Spatial Index

https://jack-vanlightly.com/blog/2025/11/19/have-your-iceberg-cubed-not-sorted-meet-qbeast-the-ot...
4•birdculture•31m ago•0 comments

Trystero – Browser P2P Library

https://github.com/dmotz/trystero
1•rickcarlino•32m ago•0 comments

The 'manosphere' has already infiltrated the workplace. We're only just noticing

https://www.fastcompany.com/91523017/the-manosphere-has-already-infiltrated-the-workplace-were-on...
3•zczc•35m ago•1 comments

The Plot to Kidnap and Assassinate Me

https://www.youtube.com/watch?v=y8i-5907ky4
1•tcp_handshaker•35m ago•0 comments

Rent-a-Ruminant

https://www.rentaruminant.com/
1•bariumbitmap•36m ago•0 comments

Emergency First Responders Say Waymos Are Getting Worse

https://www.wired.com/story/emergency-first-responders-say-waymos-are-getting-worse/
2•tcp_handshaker•36m ago•0 comments

Why did I choose to run that marathon?

https://anushkakarmakar.substack.com/p/1-why-did-i-choose-to-run-that-marathon
2•thinkingkite•36m ago•0 comments

Acupuncture works for pain. Jury is out on everything else

https://www.economist.com/science-and-technology/2026/05/01/does-acupuncture-work
1•bookofjoe•39m ago•1 comments

Tired of high costs, some Americans are importing homes straight from China

https://www.cnn.com/2026/04/25/business/china-imports-americans-homebuilding-costs
1•JumpCrisscross•40m ago•0 comments

A Bill Aimed at Creating Homes Is Leaving Plots Empty Instead

https://www.wsj.com/real-estate/a-bill-aimed-at-creating-homes-is-leaving-plots-empty-instead-c25...
1•JumpCrisscross•40m ago•0 comments
Open in hackernews

Ask HN: How to Foreshadow?

2•ksec•11mo ago
Are there any way where I can foreshadow certain things and only have it revealed at a certain date? With Proof this was written way before its current happening time?

Comments

codetrotter•11mo ago
Make a PDF or whatever kind of document containing the things you want to reveal.

Make a hash sum of the file.

Publish the hash of the document somewhere. Like on your Mastodon timeline or on Reddit, or on HN, or as an ad in a national printed newspaper.

Make sure the text is pretty long though. If you write something super short someone could guess the hash for it.

Write a short comment along with the hash. Something like:

“My prediction will be revealed on Dec 31 2025. Sha256 a9774a1a6ebf564cc408cfd86b5f2c06c13d830e143989714d958d34f325db13.”

When time comes, publish the document.

codetrotter•11mo ago
Another alternative is to encrypt the document with a very strong pass key, and publish only the encrypted document now along with an announcement that the key to decrypt it will be published on such and such date.

If you are on a platform that doesn’t support posting attachments you can use IPFS or similar to host the encrypted file.

pvg•11mo ago
If you write something super short someone could guess the hash for it.

You can skip the pdf and unless the thing is so short/predictable you can guess it outright, nobody is going to 'guess' the hash. E.g. 'I made up a random 64 byte sequence, here's its cryptographic hash, guess the sequence' - that doesn't happen.

codetrotter•11mo ago
If the sentence is too short it might be possible to guess.

It’s not going to consist of random bytes.

Imagine for example that a high profile celebrity accused of murder has successfully defended himself in court and on that day he tweets:

I have something to reveal, but I won’t be telling you until the year 2135. Sha256 73fa194342af6b6e355e129fafd9b19d2a63589b1e3c6e2b5d94a7ca1b3e25f6

If this happens to be a short sentence related to recent events, don’t you think someone will figure out what he wrote pretty soon?

pvg•11mo ago
You can just pad or HMAC the short sentence.
codetrotter•11mo ago
Absolutely. Padding it falls under making sure the text is not too short.
gus_massa•11mo ago
Bonus points if it's a platform where you can't delete the posts. Or you number the posts like

> My prediction 683 will be revealed on Dec 31 2025. Sha256 a9774a1a6ebf564cc408cfd86b5f2c06c13d830e143989714d958d34f325db13.

> My prediction 684 will be revealed on Nov 7 2025. Sha256 17147091grhef7wy89908409849rwiruriwu87w980241989171n109288021982.

It would even be better to add it to a blockchain to ensure there is no backdating.