frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The prime your computer finds while you sleep

https://primecrunch.com/blog/3/the-prime-your-computer-finds-while-you-sleep
1•andyhedges•52s ago•0 comments

Show HN: Kiso, an open-source publishing engine for Open Knowledge Format

https://oak-invest.github.io/kiso/
1•straumat•2m ago•0 comments

Should European housing politics be Americanized?

https://worksinprogress.co/issue/should-european-housing-politics-be-americanized/
1•JumpCrisscross•2m ago•0 comments

OpenZL

https://openzl.org/
1•enz•5m ago•0 comments

Datavessel – ecommerce and marketing agents of new age

https://www.datavessel.io/
1•djr4•5m ago•0 comments

NSA's SIGINT Enabling Project includes sabotaging cryptographic standards

https://nsa.2026.action.cr.yp.to/
2•rasengan•7m ago•1 comments

The $546,000 Door

https://housingimpact.substack.com/p/the-546000-door
1•JumpCrisscross•8m ago•0 comments

Stroustrup's Rule (2024)

https://buttondown.com/hillelwayne/archive/stroustrups-rule/
1•bmacho•8m ago•0 comments

EV demand powers Europe car market in May, Chinese rivals expand share

https://www.reuters.com/world/china/ev-demand-powers-europe-car-market-may-chinese-rivals-expand-...
1•JumpCrisscross•9m ago•0 comments

Smooth-Maximum, the most useful function [video]

https://www.youtube.com/watch?v=6Qb6QtC6QMs
1•raphlinus•10m ago•0 comments

Show HN: HSON / Hson-Live

https://github.com/neutralica/hson-live
1•neutralica•10m ago•0 comments

Show HN: Formidable – local-first docs from YAML templates, with a REST API

https://github.com/petervdpas/Formidable2
1•petervdpas•10m ago•0 comments

Rich Harris on AI and Svelte [video]

https://www.youtube.com/watch?v=SKjXE_wfdDY
1•IcyFoxe•11m ago•0 comments

Show HN: Quizingo Vocabulary, a daily 3x3 English word association game

https://www.quizingo.app/vocabulary
1•coder97•13m ago•0 comments

Zoryn Local-first speech-to-text for macOS, audio never leaves your Mac

https://zoryn.ai
1•sudeepdalal•18m ago•0 comments

Murmur: A Speaker with a World Inside

https://www.murmur.living/
1•gehwartzen•19m ago•0 comments

Everyone feared AI taking over; the real danger is AI serving just the few

3•PhilipDaineko•22m ago•2 comments

Reef: Paste bash into fish. It just works

https://github.com/ZStud/reef
1•thunderbong•26m ago•0 comments

Update Your Secure Boot Cert Before It Expires

https://nochan.net/b/Internet-Crap/20260621-Update-Secure-Boot-Cert-Before-It-Expires/
1•Bender•27m ago•1 comments

Shard your locks: benchmarking 6 Golang cache designs

https://strebkov.dev/posts/shard-your-locks/
1•fanf2•28m ago•0 comments

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

https://github.com/kageroumado/adrafinil
11•kageroumado•35m ago•4 comments

Show HN: Tickerstar – Instant SEC and company earnings summaries

https://www.tickerstar.com
2•TickerStar•35m ago•0 comments

A Perfect Meritocracy Will Have Limited Social Mobility

https://outlookzen.com/2026/06/27/a-perfect-meritocracy-will-have-little-social-mobility/
3•whack•38m ago•1 comments

What If a Man Practised Shooting a Million Times? Shot 90172, Football Progress [video]

https://www.youtube.com/watch?v=CI9oUUnUzw0
6•mmarian•40m ago•0 comments

Check out the new US passport

https://mishtalk.com/economics/does-president-trump-have-any-idea-what-passports-are-for/
6•megamike•40m ago•3 comments

Mojo programming language will become open-source soon

https://console.modular.com/signup
5•birdculture•41m ago•2 comments

Empero: A 9B that checks its own work

https://empero.org
2•modinfo•42m ago•0 comments

Show HN: Answer questions and see which countries share your personal values

https://jaylol.com/values-survey/
2•marifjeren•42m ago•0 comments

V16 Engine, a mechanical simulation with sixteen synchronized pistons

https://sand-morph.up.railway.app/v16-engine
2•echohive42•44m ago•0 comments

New York Housing Market suffers fatal news after Mamdani freezes rents [video]

https://www.youtube.com/watch?v=5vBkoEvZN6s
2•Bender•47m ago•0 comments
Open in hackernews

Ask HN: How to Foreshadow?

2•ksec•1y 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•1y 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•1y 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•1y 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•1y 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•1y ago
You can just pad or HMAC the short sentence.
codetrotter•1y ago
Absolutely. Padding it falls under making sure the text is not too short.
gus_massa•1y 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.