frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Quest to Identify a Westerner Called 'The Most Famous Face in China' (2022)

https://www.wsj.com/world/china/the-quest-to-identify-a-westerner-called-the-most-famous-face-in-...
1•acqbu•1m ago•1 comments

Show HN: Interactive Simulator of Government Spending vs. Economic Growth

https://julienreszka.github.io/economic-simulator/armey-curve.html
1•julienreszka•3m ago•0 comments

X for AI Agents

https://twitter.com/benswerd/status/2043402405656789254
1•benswerd•4m ago•0 comments

Better MoE model inference with warp decode

https://cursor.com/blog/warp-decode
1•gmays•6m ago•0 comments

Europe forgets its bug hunters at its own peril

https://bindinghook.com/europe-forgets-its-bug-hunters-at-its-own-peril/
1•mooreds•7m ago•0 comments

Argentina Graph of the Day: Starlink Connects People

https://www.cato.org/blog/argentina-graph-day-starlink-connects-millions-people
1•mooreds•7m ago•0 comments

What Lies Behind the U.S. Trade Battle for Control over Data

https://www.michaelgeist.ca/2026/04/heads-they-win-tails-we-lose-what-lies-behind-the-u-s-trade-b...
1•mooreds•8m ago•0 comments

Show HN: Buildermark – See how much code is by your agents (open source, local)

https://buildermark.dev
1•davidcann•8m ago•0 comments

Digging deeper on how tillage methods affect soil health, yield

https://www.news.iastate.edu/news/digging-deeper-how-tillage-methods-affect-soil-health-yield
1•gnabgib•9m ago•0 comments

China lures home its top AI talent from Silicon Valley

https://www.ft.com/content/b167c6d3-b982-482a-98c3-5303a7b80c6a
2•macleginn•9m ago•1 comments

New vehicles now sell for an average of nearly $50k

https://www.pbs.org/newshour/economy/new-vehicles-now-sell-for-an-average-of-nearly-50000
1•loughnane•10m ago•0 comments

LaunchHQ: Pre-launch platform with referral loops and automated launch day

https://launchhq.space
1•SavitP•13m ago•1 comments

The race to train AI robots

https://www.latimes.com/business/story/2025-11-02/inside-californias-rush-to-gather-human-data-fo...
2•ninjagoo•13m ago•1 comments

Horizontally scaling localhost for worktrees (FOSS)

https://coasts.dev/blog/introducing-remote-coasts
1•jsunderland323•13m ago•0 comments

How the hypercuriosity of ADHD may have helped humans thrive

https://aeon.co/essays/how-the-hypercuriosity-of-adhd-may-have-helped-humans-thrive
2•gmays•14m ago•0 comments

London police arrest 523 people at protest over Palestine Action ban

https://www.reuters.com/world/uk/london-police-arrest-212-people-protest-over-palestine-action-ba...
4•abdelhousni•16m ago•1 comments

CMake Pursuing Tighter Integration with Package Managers, Other Improvements

https://www.phoronix.com/news/CMake-Tighter-Package-Integrate
2•birdculture•16m ago•0 comments

I built a tool that checks if AI recommends your brand when buyers ask questions

https://aishareofvoice.ai
3•AISupportTeam•16m ago•0 comments

Show HN: Prediction game where AI copies of people earn and replicate

2•tormine1•20m ago•0 comments

Failing Tests Are All You Need

https://calebfenton.substack.com/p/failing-tests-are-all-you-need
2•calebfenton•22m ago•1 comments

LHCb Collaboration discovers new proton-like particle

https://home.cern/news/news/physics/lhcb-collaboration-discovers-new-proton-particle
2•PaulHoule•22m ago•0 comments

Show HN: I made a Browser game with physics

3•gray_wolf_99•22m ago•0 comments

Bringing Observability to Your N8n Workflows: OpenTelemetry in Action

https://signoz.io/blog/n8n-monitoring-with-opentelemetry/
3•gkarthi2800•23m ago•1 comments

Show HN: Carving Music from the Sound Manifold

https://www.youtube.com/watch?v=GbKd_BMoz2I
3•ersinesen•25m ago•0 comments

How to foster critical thinking for teens in an online world

https://www.rnz.co.nz/life/relationships/family/how-to-foster-critical-thinking-for-teens-in-an-o...
6•billybuckwheat•30m ago•0 comments

Firefox 149 vs. Chrome 147 Web Browser Performance on Linux

https://www.phoronix.com/review/firefox-chrome-2026
3•sharjeelsayed•31m ago•0 comments

Zed, A sans for the needs of 21st century

https://www.typotheque.com/blog/zed-a-sans-for-the-needs-of-21century
3•yurivish•32m ago•0 comments

Git Town

https://github.com/git-town/git-town
2•saikatsg•33m ago•0 comments

Zed – A Font Superfamily

https://daringfireball.net/linked/2026/04/12/zed-font-superfamily
2•yurivish•33m ago•0 comments

Designing a system that uses location without tracking users

https://github.com/MTeef/hadak
2•mteef•34m 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•10mo 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.