frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Vanta – Markdown notes for iPhone with on-device AI

https://vanta.shanev.ai
1•shanev•1m ago•0 comments

Show HN: Agent Sandbox Options

https://github.com/fishman/awesome-agent-sandbox
1•rjzzleep•2m ago•0 comments

What Makes a Vulnerability Report Excellent

https://blog.disclose.io/what-makes-a-vulnerability-report-excellent/
1•tsujamin•2m ago•0 comments

Do Excellent Vulnerability Reports

https://daniel.haxx.se/blog/2026/06/29/do-excellent-vulnerability-reports/
1•tsujamin•3m ago•0 comments

Meta's non-invasive BCI still isn't great

https://www.theregister.com/offbeat/2026/06/30/metas-non-surgical-mind-reading-machine-improves-o...
1•simojo•4m ago•0 comments

Can a $60 Plastic Cube Solve Our Screen-Time Crisis?

https://www.wsj.com/tech/personal-tech/brick-smartphone-screen-time-6dd4fe69
1•fortran77•4m ago•2 comments

LLMs as 5x Faster Sandboxes

https://github.com/experientiallabs/world-model-harness
1•SilenN•4m ago•1 comments

Show HN: Paneflow – cross-platform GPUI app for parallel coding agents

https://github.com/ArthurDEV44/paneflow
1•arthurjean•4m ago•0 comments

How Credit Cards Make Money

https://www.bitsaboutmoney.com/archive/how-credit-cards-make-money/
1•jimsojim•4m ago•0 comments

Anthropic has embedded hidden spyware-like code in Claude Code

https://twitter.com/IntCyberDigest/status/2071971609183678544
1•kyokoL•5m ago•1 comments

Reducing Feedback Latency with Local CI for Developers and AI Agents

https://www.moderntreasury.com/journal/reducing-feedback-latency-with-local-ci-for-developers-and...
3•mattmarcus•5m ago•0 comments

Tenor GIF API shuts down today

https://support.google.com/tenor/answer/10455265?hl=en
2•ChrisArchitect•5m ago•1 comments

Show HN: A statically typed, cross-platform, easily bootstrappable build system

https://github.com/rochus-keller/BUSY/
1•Rochus•5m ago•0 comments

Scientists estimate there could be 20M species, triple what was thought

https://english.elpais.com/science-tech/2026-06-30/earths-hidden-insects-scientists-estimate-ther...
1•geox•7m ago•0 comments

UC Berkeley quantum processor to be buried for US 250th

https://news.berkeley.edu/2026/06/30/uc-berkeley-quantum-computing-chip-to-be-buried-in-national-...
1•simojo•7m ago•0 comments

Group Note Draft: W3C Standards Vulnerability Disclosure and Handling Proces

https://www.w3.org/news/2026/group-note-draft-w3c-standards-vulnerability-disclosure-handling-pro...
1•jruohonen•7m ago•0 comments

Building a PS1 style retro 3D renderer (2021)

https://www.david-colson.com/2021/11/30/ps1-style-renderer.html
1•Tomte•8m ago•0 comments

OpenAI launched strongest new models

https://www.superhuman.ai/p/openai-launched-strongest-new-models
2•Cyrus2050•10m ago•0 comments

SpaceX may donate stock to Trump's savings accounts for kids

https://arstechnica.com/tech-policy/2026/06/spacex-may-donate-stock-to-trumps-savings-accounts-fo...
1•andsoitis•11m ago•1 comments

The AI boom is colliding with a new threat: weather

https://www.cnbc.com/2026/06/29/ai-data-centers-heatwave-climate-risk-weather.html
1•1vuio0pswjnm7•11m ago•0 comments

Agriculture is ready for AI, but its data isn't

https://www.technologyreview.com/2026/06/30/1139513/agriculture-is-ready-for-ai-but-its-data-isnt/
1•Brajeshwar•12m ago•0 comments

UATC – A Closed-Loop Controller to Prevent GPU OOM During LLM Training

https://github.com/sajjaddoda72-design/UATC
1•L_u_u_6•12m ago•0 comments

Wallabag.it will fund development work contributed back to wallabag

https://wallabag.it/en/blog/2026/06/30/wallabag-it-funds-open-source-development/
1•raybb•12m ago•0 comments

Run Any Dockerfile on Vercel

https://vercel.com/blog/dockerfile-on-vercel
1•thesurlydev•12m ago•0 comments

Walter Mosley: "A Novel is Not a Machine"

https://lithub.com/walter-mosley-a-novel-is-not-a-machine/
1•bookofjoe•13m ago•0 comments

Claude Code Anti-China tracker: verification report

https://gist.github.com/AdnaneKhan/0a0edb5620d5214282ef4027caad8950
1•king_zee•13m ago•0 comments

HTML is all you need

https://12gramsofcarbon.com/p/agentics-html-is-all-you-need-for
3•theahura•13m ago•0 comments

Etched has officially come out of stealth

https://www.bloomberg.com/news/articles/2026-06-30/ai-chip-startup-etched-says-jane-street-tsmc-l...
3•seventeen29•13m ago•1 comments

What is Blockchain: a Gentle Introduction [pdf]

https://www.researchgate.net/publication/311572122_What_is_Blockchain_a_Gentle_Introduction
1•thunderbong•14m ago•0 comments

Show HN: Webbynode – An observatory built from 700 fresh cloud deployments

https://webbynode.com/articles/we-started-webbynode-to-benchmark-cloud-providers-it-ended-up-beco...
1•gsgreen•14m 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.