frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

White Landmark in Ancient Landscape

https://www.goethe.de/prj/ger/en/wow/umw/27225412.html
1•jruohonen•5m ago•0 comments

Ask HN: How do you get recommendations for books that are up your alley?

1•chistev•5m ago•0 comments

Free Online AI Photo Editor

https://aiphotoeditor.io
1•paperbananaorg•6m ago•0 comments

Show HN: LLMBillingKit – measure net margin per LLM call with one line of Python

https://github.com/dphan8/llmbillingkit
1•davidphan11•7m ago•1 comments

Investors Prefer AI-Powered Vertical Startups

https://seedium.io/blog/tech-startup-trends/
1•seedium_tech•8m ago•0 comments

The agentic washing machine skill pattern

https://blog.makerx.com.au/the-agentic-washing-machine/
1•plebau•8m ago•0 comments

A Faster Alternative to Jq

https://micahkepe.com/blog/jsongrep/
2•pistolario•14m ago•0 comments

How Much Does It Cost to Hire a Software Developer in 2026

https://seedium.io/blog/how-much-does-it-cost-to-hire-software-developer/
2•seedium_tech•15m ago•0 comments

How the Mouth Became Symbolic

https://www.sciencedirect.com/science/article/pii/S1364661326000495
2•XzetaU8•15m ago•0 comments

Lines of Code Are Useful

https://entropicthoughts.com/lines-of-code
1•vinhnx•16m ago•0 comments

Magic Link Pitfalls

https://etodd.io/2026/03/22/magic-link-pitfalls/
1•gurjeet•16m ago•0 comments

AWS would prefer to forget March ever happened in its UAE region

https://www.theregister.com/2026/03/26/aws_would_prefer_to_forget/
3•beardyw•18m ago•0 comments

DashPane – macOS window switcher, no account, no subscription, pure Swift

1•jbetala7•21m ago•0 comments

We Need Servers – Lots of Servers.

https://www.nextplatform.com/compute/2026/03/26/we-need-servers-lots-of-servers/5211678
1•rbanffy•23m ago•0 comments

Exploring Claude Code Hooks with the Coding Agent Explorer (.NET)

https://nestenius.se/net/exploring-claude-code-hooks-with-the-coding-agent-explorer-net/
2•tndata•23m ago•1 comments

The European AllSky7 fireball network

https://www.allsky7.net/#archive
8•marklit•25m ago•1 comments

Reddit CEO: Humans welcome (bots must wear name tags)

https://www.reddit.com/u/spez/s/3IlTXa1g4p
3•sizzle•29m ago•0 comments

Non trivial client-side UI manipulation in runtime using AI

https://www.leanmcp.com/blog/first-non-trivial-ux-demo-agentic-web
1•dheerajmp•30m ago•0 comments

FastConvert

https://fastconvert.ai
1•yabin•36m ago•0 comments

Lofiall.day – lofi radio with winamp style visualizer

https://www.lofiall.day
1•onurui•36m ago•0 comments

Browserception in Rust (WASM and WebGPU)

https://github.com/pdufour/browserbrowserbrowser
2•pdufour•38m ago•2 comments

BarterBanner – Free Peer-to-Peer Banner Ad Exchange

https://barterbanner.com
1•coloterra•38m ago•1 comments

With your reasoning, you can win even with a false premise

1•zkmon•39m ago•0 comments

Obsidian vault template for engineering work docs via Claude Code

https://github.com/breferrari/obsidian-mind
1•breferrari•41m ago•0 comments

FlashAttention-2 Surpassed, 0.33 TB/s Linear O(n) Attention (Alphabase by SCS)

https://alphabase-bench.emergent.host/
1•GeometryKernel•44m ago•1 comments

Show HN: Nofs: a FUSE-free mergerfs alternative

https://github.com/chapmanjacobd/nofs
1•xk3•45m ago•0 comments

MCP Smoke – test MCP servers using plain English commands

https://github.com/Agent-Hellboy/mcp-smoke
1•proshan•54m ago•1 comments

Ghost Gap: Supply chain firewall for LiteLLM

https://github.com/Vezran/ghostgap
1•zabeerbro•57m ago•1 comments

Show HN: Smartjects, free platform for collaboration around innovations

https://smartjects.com/discover
1•ktokarev•1h ago•0 comments

Ask HN: My website is being attacked by Facebook's bots. Anyone have a contact?

1•bwb•1h ago•0 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.