frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An Unlikely Experiment

https://rushed-reflections.bearblog.dev/an-unlikely-experiment/
1•signa11•41s ago•0 comments

Overlay

https://www.getoverlay.io/app/agents?showcase=1
1•handfuloflight•6m ago•0 comments

Yesterday, an iPhone App for Yesterday's Weather

https://interconnected.org/home/2026/08/26/yesterday
1•Tomte•7m ago•0 comments

Debian has published the official results for the 2026 GR on LLM usage

https://vote.debian.org/~secretary/gr_llm/results.txt
3•tulio_ribeiro•15m ago•1 comments

Mr

1•darrylct•16m ago•0 comments

Xpecter – A Terminal, Reimagined

https://xpecter.net/
1•allunderheaven•16m ago•0 comments

DIY – Build a Potato Box (2022)

https://www.rebootedmom.com/build-a-potato-box/
1•akkartik•18m ago•0 comments

Ask HN: What BOYK AI client are you using?

1•yeeyang•26m ago•0 comments

A browser-based automated JavaScript testing framework in one .html file

https://github.com/swans-one/browser-test
2•thunderbong•32m ago•0 comments

AI Mediated Learning

https://substack.com/profile/526971458-yasaswi-yash-kompella/note/c-325001983
1•YasaswiKompella•33m ago•0 comments

Microsoft's Guidance on AI Agents Shared Responsibility Model

https://learn.microsoft.com/en-us/azure/security/fundamentals/shared-responsibility-ai-agent
1•omkarparth•35m ago•0 comments

Obsessing over AI Agent Harnesses

https://www.roderick.dev/writing/2026-08-28-obsessing-harnesses/
1•tomrod•36m ago•0 comments

Welcoming Jess Izen, [AWS], as Engineer in Residence at the Rust Foundation

https://rustfoundation.org/media/welcoming-jess-izen-as-engineer-in-residence-at-the-rust-foundat...
2•shudder•36m ago•0 comments

I built an AI assistant that keeps working after the chat ends

https://shotah.github.io/gantree/
1•christopher-blo•39m ago•0 comments

Meta's Push to Put Robots to Work in Data Centers

https://www.wired.com/story/inside-metas-experiments-with-data-center-robots/
3•newsomix9xl•42m ago•3 comments

LLGo: Go compiler based on LLVM that integrate Go with the C ecosystem

https://github.com/xgo-dev/llgo
1•xushiwei•47m ago•1 comments

Twitterwebviewer.com Service Discontinued

https://twitterwebviewer.com/?
9•nothrowaways•52m ago•0 comments

Revised Rules of Engineering Leadership

https://lethain.com/revised-rules-of-engineering-leadership/
3•fagnerbrack•1h ago•0 comments

Cobalt: Designing a safer C without making it Rust

https://strawberry9.github.io/the-wrong-memory/Appendix_06.html
1•VolatileRegiste•1h ago•0 comments

Censured Administrations – AAUP

https://www.aaup.org/about/programs/protecting-academic-freedom/censured-administrations
1•pcfwik•1h ago•0 comments

KiroCrew

https://github.com/kirodotdev/KiroCrew
2•rainhacker•1h ago•0 comments

Show HN: AppScreenshots – App Store screenshots in minutes, not hours

https://appscreenshots.net
1•horace168•1h ago•0 comments

A/I Collective Propaganda

https://www.inventati.org/propaganda/
1•andsoitis•1h ago•0 comments

Encoding Mod Files Optically on Paper, as Amiga's Legacy Will Outlast M-Disks

https://hackaday.com/2026/08/26/encoding-mod-files-optically-on-paper-because-amigas-legacy-will-...
1•oxonia•1h ago•1 comments

If u need to control a super smart looking slop blob, try Liquid Orb Editor

https://github.com/LerSent001/orb
1•interweb•1h ago•0 comments

Ask HN: LinkedIn, but only for people you've physically met?

2•Riphyak•1h ago•3 comments

Ezducate an AI powered special education platform

https://www.ezducate.ai/
1•alexandertrish•1h ago•0 comments

Vercel Status – Elevated errors for Workflow streams

https://www.vercel-status.com/incidents/ybx6km0j1gwk
1•kyisaiah47•1h ago•0 comments

A Cop's Case for Flock

https://worksinprogress.co/issue/a-cops-case-for-flock/
2•mvlipwig•1h ago•1 comments

Interactive Model View zai-org/GLM-5.3

https://hfviewer.com/zai-org/GLM-5.3
4•ResearchAtPlay•1h 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.