frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to Find Undocumented External Connections in Your OT Network

https://www.emberot.com/resources/blog/ot-external-connections/
1•TheWiggles•8s ago•0 comments

A2A: Adversary to Adversary?

https://jeffauriemma.leaflet.pub/3mtjopgdlps2w
1•jdauriemma•23s ago•0 comments

Those Who Removed Code Review Are Right

https://f2r.github.io/en/removed-code-review.html
1•speckx•1m ago•0 comments

AI Agent Governance – a free book on AI Agent evaluation and governance

https://www.proofagent.ai/book
1•fouadb66•1m ago•0 comments

Show HN: Building Table Canon, an AI Campaign Memory Engine for TTRPGs

https://tablecanon.app/
1•schillingderek•3m ago•0 comments

Webmux: Like Tmux, but for the Browser

https://github.com/jordanhubbard/webmux
1•luu•4m ago•0 comments

EMDR Bilateral Stimulation – Adjusted to You

https://medium.com/@chris.ahrweiler/emdr-bilateral-stimulation-adjusted-to-you-0ea7b1dcc4d1
1•docjojo•6m ago•0 comments

Ask HN: When AI models use harnesses who liable between model/harness/user?

1•spwa4•6m ago•0 comments

Agent Applications: A Reference Architecture for AI Agent Systems

https://agentapplication.io
2•amthewiz•7m ago•1 comments

Evals Are the Next Bottleneck

https://www.boolean.ai/blog/evals-are-the-next-bottleneck
3•ssatia•8m ago•0 comments

RNA droplets may have helped start life on Earth

https://www.buffalo.edu/alumni/at-buffalo.host.html/content/shared/university/news/news-center-re...
1•geox•8m ago•0 comments

Loose Navigation Grids

http://digestingduck.blogspot.com/2012/01/loose-navigation-grids.html
1•luu•8m ago•0 comments

LG Display Develops New OLED Panels with More Brightness and Longer Lifespans

https://www.forbes.com/sites/johnarcher/2026/08/19/lg-display-develops-new-oled-panels-with-more-...
2•ksec•9m ago•0 comments

Clicks Communicator: First Look [video]

https://www.youtube.com/watch?v=wMNdr8dV23A
1•hliyan•9m ago•0 comments

What breaks when you switch LLMs?

https://www.evalshift.dev/blog/what-breaks-when-you-switch-llms
1•babaliauskas•10m ago•0 comments

Show HN: The First 3D Map of North America's Underground Geology

https://drillerdb.com/underground
2•craig_vg•11m ago•0 comments

Bulgaria's Nuclear Plant Plans First Output Cut Due to Low Danube

https://www.bloomberg.com/news/articles/2026-08-20/bulgaria-s-nuclear-plant-plans-first-output-cu...
2•toomuchtodo•14m ago•2 comments

DuckDB v2.0: Your Database Deserves a Better Parser

https://duckdb.org/2026/08/20/duckdb-20-peg-parser
1•DanieltenW•15m ago•0 comments

Going Freestanding

https://antonz.org/going-freestanding/
1•matheusmoreira•17m ago•0 comments

Top Open Source MCP Gateways in 2026

https://www.getmaxim.ai/articles/top-5-open-source-mcp-gateways-in-2026/
1•aanthonymax•17m ago•0 comments

AI for science needs reasoning, not just data – Eric Schmidt and Suhas Mahesh

https://www.technologyreview.com/2026/08/10/1141384/ai-agents-for-science/
1•unprovable•17m ago•0 comments

Why can't you combine .tar.gz files with cat?

https://alexwlchan.net/2026/cat-confusion/
2•speckx•17m ago•1 comments

Same Tencent VPS plan in 8 regions: identical CPU different networks

https://webbynode.com/articles/tencent-same-vps-plan-8-regions-network-performance
1•gsgreen•18m ago•1 comments

Under Trump, Protected Wild Horses Are Going to Slaughter

https://www.nytimes.com/2026/08/20/us/trump-wild-horses-legal-loophole-slaughter.html
2•giwook•19m ago•0 comments

I'm done coding with AI [video]

https://www.youtube.com/watch?v=2ZU3j4GQ4K8
2•qwertox•20m ago•0 comments

Show HN: Pacer – Realtime Claude Code Usage Tracking / Pacing

https://github.com/EricAndrechek/Pacer
2•jwoodsworks•20m ago•1 comments

Everyone Says Assembly Is Untyped–Everyone Is Wrong

https://www.gingerbill.org/article/2026/08/20/designing-odins-inline-asm/
1•adamrezich•20m ago•0 comments

On Mount Etna, Lightning Has Claimed More Lives Than Eruptions Since 1980

https://www.discovermagazine.com/on-mount-etna-lightning-has-claimed-more-lives-than-eruptions-si...
2•bookofjoe•21m ago•0 comments

Show HN: RecoveryCodes – MFA inventory for auth outside IdPs

https://recoverycodes.eu/
2•CER10TY•23m ago•1 comments

We Ship Our Security Webhook Fail-Open

https://pandocore.io/blog/fail-open-webhook
2•eaferstl•25m 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.