frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Axios NPM supply chain incident

https://blog.talosintelligence.com/axois-npm-supply-chain-incident/
1•tcbrah•23s ago•0 comments

April Cools Club

https://www.aprilcools.club/
1•wxw•56s ago•0 comments

An Architectural Critique of OpenAI's Industrial Policy (RFC)

https://github.com/ariadne-coil/OpenAI-Industrial-Policy-RFC/blob/main/README.md
1•AriadneCyber•3m ago•0 comments

Time to Start Treating Dev Machines as Untrusted

https://worklifenotes.com/2026/03/31/time-to-start-treating-dev-machines-as-untrusted/
2•abnercoimbre•3m ago•0 comments

Only full-scale Jaws boat replica to open in Conwy

https://www.bbc.com/news/articles/c2k31510y7xo
1•speckx•4m ago•0 comments

Free, bidirectional conversion between EDI X12 and JSON

https://edination.edifabric.com/edi-json.html
1•donzog•4m ago•0 comments

Launching OmniConnect – Authentication for Computer Use Agents

https://anchorbrowser.io/blog/launching-omniconnect-authentication-for-computer-use-agents
1•aviramha•4m ago•0 comments

Vibe Coding Is an Existential Threat to B2B SaaS

https://nmn.gl/blog/vibe-coding-threat-b2b-saas
1•namanyayg•5m ago•0 comments

Moving Railway's Frontend Off Next.js

https://blog.railway.com/p/moving-railways-frontend-off-nextjs
1•sibeliuss•5m ago•0 comments

Hemingway's 4 Fast Rules for Effective Writing (1917)

https://www.wordsthatsing.com.au//post/hemingway-rules
1•bookofjoe•5m ago•0 comments

One of Earth's Most Explosive Volcanoes Is Quietly Refilling with Magma

https://www.sciencealert.com/one-of-earths-most-explosive-volcanoes-is-quietly-refilling-with-magma
1•Growtika•6m ago•0 comments

Changelog – Apr 2, 2026

https://blog.val.town/changelog-04022026
1•MichaelBollox•6m ago•0 comments

AvaloniaUI Version 12 Released

https://avaloniaui.net/blog/avalonia-12/
1•ethanjped•7m ago•0 comments

What's in a Codebase?

https://www.moderndescartes.com/essays/codebase_spec/
1•bumbledraven•7m ago•0 comments

Smuggl – Share your localhost as an invite only link

https://smuggl.dev
1•Sayuj01•8m ago•1 comments

Macpow: Real-time power tree TUI for Apple Silicon

https://github.com/k06a/macpow
2•cactusplant7374•9m ago•0 comments

Show HN: Build queryable packs for AI agents from videos, podcasts, and files

https://github.com/buralog/beyin
1•buralog•10m ago•0 comments

Are Trump's H-1B Rules Protecting Monopolies?

https://openmarkets.substack.com/p/the-corner-newsletter-trumps-h1-b
1•knxnts•10m ago•0 comments

Dexter Hadley on building governed AI for healthcare – Achieve Podcast [video]

https://www.youtube.com/watch?v=hYGOFtjpcHY
1•idrdex•11m ago•1 comments

Show HN: Gurify – Your job search, on autopilot

https://www.gurify.com/signup
1•slavba•11m ago•0 comments

A Pale Blue Dot

https://www.planetary.org/worlds/pale-blue-dot
1•helloworld•11m ago•0 comments

GLM-5.1: Towards Long-Horizon Tasks

https://z.ai/blog/glm-5.1
3•meetpateltech•11m ago•0 comments

DNA polymerases can generate long, complex sequences without templates

https://www.nature.com/articles/s41467-026-69915-x
1•prabal97•11m ago•0 comments

Show HN: A (marginally) useful x86-64 ELF executable in 298 bytes

https://github.com/meribold/btry
1•meribold•12m ago•0 comments

China restricts airspace for 40 days in signal of intense military activity

https://www.msn.com/en-us/news/world/china-restricts-airspace-for-40-days-in-signal-of-intense-mi...
3•petethomas•12m ago•1 comments

Git turns 20: A Q&A with Linus Torvalds (2025)

https://github.blog/open-source/git/git-turns-20-a-qa-with-linus-torvalds/
1•pretext•12m ago•0 comments

"The problem is Sam Altman": OpenAI Insiders don't trust CEO

https://arstechnica.com/tech-policy/2026/04/the-problem-is-sam-altman-openai-insiders-dont-trust-...
2•randycupertino•14m ago•0 comments

The Limits of Integration (2021)

https://muse.jhu.edu/verify?url=%2Fpub%2F17%2Farticle%2F804858&r=2536187
1•Tomte•14m ago•0 comments

Delivery Deadlines Are a Mistake

https://waldo.jaquith.org/blog/2026/04/delivery-deadlines/
1•speckx•15m ago•0 comments

AI Agent Sandboxes Got Security Wrong

https://multikernel.io/2026/04/03/ai-agent-sandboxes-got-security-wrong/
2•wang_cong•15m ago•1 comments
Open in hackernews

Ask HN: How to Foreshadow?

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