frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Don't Wipe Your Phone at the Airport [video]

https://www.youtube.com/watch?v=_2rokxux5cU
1•rectang•22s ago•0 comments

Z.ai Security Disclosure

https://cvd.z.ai
1•Alifatisk•48s ago•0 comments

What You Gain by Building Your Own Game Engine

https://eliasfarhan.ch/gamedev/cpp/2026/08/14/srnative-01-why-a-custom-engine.html
1•kwakwa_cat•2m ago•0 comments

CAKE: Compiler-Agent Co-Design for Frontier Kernel Evolution

https://arxiv.org/abs/2608.12629
1•matt_d•2m ago•0 comments

Niteshift.dev – The full-stack cloud for coding agents

https://niteshift.dev
1•ishener•3m ago•0 comments

Memory failure predicted by attention lapsing and media multitasking

https://www.nature.com/articles/s41586-020-2870-z
1•u1hcw9nx•3m ago•0 comments

Jason Arday Found Dead

https://www.telegraph.co.uk/gift/9d2ca09b7c07688a
2•theanonymousone•3m ago•0 comments

The Mysterious Syndrome Destroying Endurance Athletes

https://www.outsideonline.com/health/training-performance/running-empty/
1•cwwc•4m ago•0 comments

Ontario Launches Data Centre Playbook

https://news.ontario.ca/en/release/1007871/ontario-launches-data-centre-playbook
1•ChrisArchitect•5m ago•0 comments

Trump administration cancels Biden-era power line construction efforts

https://thehill.com/policy/energy-environment/6028881-energy-dept-scraps-transmission-corridors/
1•gok•5m ago•0 comments

How to Get Rich in America

https://kyla.substack.com/p/how-to-get-rich-in-america
1•cwwc•5m ago•0 comments

How Claude's text watermarking works

https://www.anthropic.com/news/claude-text-watermark
1•surprisetalk•6m ago•0 comments

Agentic OT system for plant operations

https://app.valak.ai
1•mickymultani•7m ago•1 comments

Bluehouse: Ingesting a social network and getting the vibe

https://oleander.dev/bluehouse
1•phixMe•8m ago•0 comments

Tescreal

https://en.wikipedia.org/wiki/Main_Page
1•dgellow•8m ago•0 comments

Counting push-ups live with iOS: brightness, Apple pose, then an LSTM

https://www.bdywrk.app/blog/blind-at-the-bottom
1•studiobokehai•8m ago•0 comments

I know how to talk to God and Hear them, too

https://www.CosmicGovernmentsAmbassador.com/
1•Lbesecker195•9m ago•0 comments

Mama Saturn's Virtual Concert [video]

https://www.youtube.com/watch?v=i2XUrySbdUE
1•consumer451•10m ago•1 comments

High-Performance Array-Backed LRU Hash Table

https://github.com/adanil-code/LRUHashTable
2•adanil_•11m ago•0 comments

Data-eng-bench, Snowflake's data engineering benchmark for agents

https://github.com/Snowflake-Labs/data-eng-bench
1•marcociavarella•12m ago•0 comments

The Great Logistics Mosaic: Who Is Truly Constructing the US ECom Parcel Network

https://chinesellers.substack.com/p/the-great-logistics-mosaic-who-is
1•iamnothere•12m ago•0 comments

Demo for Parameter Sniffing and Memory Grant Feedback

https://marlonribunal.com/demo-for-parameter-sniffing-and-memory-grant-feedback/
1•MarlonPro•13m ago•0 comments

ActivityPub Won by Being Boring

https://o.ee/blog/activitypub-won-by-being-boring/
2•speckx•14m ago•2 comments

The Waldo Moment

https://en.wikipedia.org/wiki/The_Waldo_Moment
1•cs702•14m ago•0 comments

Ask HN: What are you building with Mojo lang?

1•maxchisto•15m ago•0 comments

Open WireGuard Endpoints

https://proxylity.com/articles/now-available-open-wireguard-endpoints-and-async-lambda.html
1•mlhpdx•17m ago•0 comments

OpenAI talent exodus raises 'huge red flag' ahead of IPO

https://www.cnbc.com/2026/08/14/open-ai-ipo-red-flag.html
3•DGAP•17m ago•0 comments

Why did I build a product no one needs?

https://metedata.substack.com/p/017-why-did-i-build-a-product-no
1•young_mete•18m ago•0 comments

How AI is changing how I build software with Simon Willison, on Talking Postgres

https://talkingpostgres.com/episodes/how-ai-is-changing-software-development-with-simon-willison
2•clairegiordano•18m ago•0 comments

Omarchy Quattro [video]

https://www.youtube.com/watch?v=F7fe9pa8OeE
2•nomilk•18m 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.