frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Apple II Moment is here

https://hipocampus.ai/blog/apple-ii-moment
1•LivingGlitcher•2m ago•1 comments

Flock Condemns False Child Predator Allegations, Yet Calls Critics Terrorists

https://ipvm.com/reports/flock-allegations-critics
1•jhonovich•2m ago•0 comments

GPT‑2: 1.5B release (2019)

https://openai.com/index/gpt-2-1-5b-release/
1•Alifatisk•7m ago•0 comments

IEEE SouthEastCon 2026 Authors List

https://edas.info/web/southeastcon2026/program.html
1•yoryter•8m ago•0 comments

Oil Depletion Allowance

https://en.wikipedia.org/wiki/Oil_depletion_allowance
1•thelastgallon•12m ago•0 comments

Decode Your Life Path and Love Line Instantly

https://destinymatrics.com/
1•hmazapthan•14m ago•0 comments

Snakes and Ladders

https://entropicthoughts.com/snakes-and-ladders
1•kqr•14m ago•0 comments

AI Is Finding More Bugs Than Open-Source Teams Can Fight Off

https://www.bloomberg.com/news/articles/2026-04-17/anthropic-s-mythos-adds-strain-on-cybersecurit...
2•helsinkiandrew•20m ago•2 comments

5x faster prime generation than OpenSSL via Riemann zeta zeros (SpectralPrimes)

https://github.com/model-vpr/ultrafast-spectral-primes
1•vpr-research•21m ago•0 comments

Launchstack – Open-source knowledge layer that index your docs for Claude MCP

https://github.com/Deodat-Lawson/LaunchStack
1•DaggersDreaming•23m ago•0 comments

The quiet disappearance of the free-range childhood

https://bigthink.com/mind-behavior/the-quiet-disappearance-of-the-free-range-childhood/
5•sylvainkalache•27m ago•0 comments

State of Kdenlive

https://kdenlive.org/news/2026/state-2026/
3•f_r_d•28m ago•0 comments

Practical Antiforgery in Software Design

https://hudlow.org/2026/practical-antiforgery
3•fanf2•29m ago•0 comments

Floating Point Fun on Cortex-M Processors

https://danielmangum.com/posts/floating-point-cortex-m/
2•hasheddan•29m ago•0 comments

Bacterial enzyme-responsive hydrogels deliver antibiotics to infected wounds

https://www.science.org/doi/10.1126/sciadv.adz0786
2•PaulHoule•29m ago•0 comments

Poor Planning and Lax Oversight Wastes Millions

https://www.mass.gov/doc/the-steamship-authoritys-website-development-project/download
3•jonl521•30m ago•0 comments

Tell HN: GitHub Apps – Private key is not private

https://github.com/login
1•time4tea•31m ago•1 comments

A Consigliere on Every Desk and in Every Home

https://www.wysr.xyz/p/a-consigliere-on-every-desk-and-in
1•martialg•31m ago•0 comments

A 1151-Year Quasi-Commensurability Among All Planets Except Uranus

https://arxiv.org/abs/2604.03049
1•zenutrio•34m ago•0 comments

Mac-control-MCP – 63-tool native Swift MCP server for macOS

https://github.com/AdelElo13/mac-control-mcp
1•adelelo13•35m ago•0 comments

The Download: cyberscammers' banking bypasses, and carbon removal troubles

https://www.technologyreview.com/2026/04/16/1136034/the-download-cyberscammers-banking-bypasses-m...
2•joozio•36m ago•0 comments

Show HN: Ricci Flow – AI Web Scraper

https://chromewebstore.google.com/detail/ricci-flow-–-ai-web-scrap/ngeodkdeahmlnceiomeeidoidhni...
2•qwikhost•36m ago•0 comments

Who Uses AI Agents (and Who Just Runs the Demo)

https://www.bhusalmanish.com.np/blog/posts/who-actually-uses-ai-agents.html
2•okchildhood•36m ago•0 comments

Escaped wolf returned to zoo after nine-day search

https://www.cnn.com/2026/04/17/asia/south-koreans-escaped-wolf-intl-scli
1•Bender•37m ago•2 comments

Show HN: TweakIdea – 14-dimension startup idea evaluation in Claude Code

https://github.com/eph5xx/tweakidea
1•ephx•42m ago•0 comments

Tomb Raider Studio Faces Fourth Round of Layoffs in Just 12 Months

https://kotaku.com/tomb-raider-remake-crystal-dynamics-layoffs-2000680096
2•PaulHoule•44m ago•0 comments

Atlassian's new data collection policy protects rich customers, AI eats the rest

https://www.theregister.com/2026/04/18/atlassians_new_data_collection_policy/
3•Bender•45m ago•0 comments

Venice AI – private and unbiased AI

https://venice.ai/
1•t0bia_s•45m ago•0 comments

Convolutional neural networks in APL (2019)

https://dl.acm.org/doi/10.1145/3315454.3329960
1•tosh•50m ago•0 comments

Type-level invariants in the Spectre Programming Language

https://spectre-docs.pages.dev/type-system-expanded#type-level-invariants
1•death_eternal•50m ago•0 comments
Open in hackernews

Ask HN: How to Foreshadow?

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