frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why I don't like the "staff engineer archetypes"

https://www.seangoedecke.com/staff-engineer-archetypes/
1•swah•2m ago•0 comments

SpaceChem 2012 Tournament

https://lparchive.org/SpaceChem-2012-Tournament/
1•tmtvl•5m ago•0 comments

Father hiring bouncer to keep kids from beating the dog due to phone addiction

https://www.msn.com/en-in/news/India/in-gujarat-bouncers-hired-to-watch-screen-addicts/ar-AA22fBfW
1•vivzkestrel•7m ago•0 comments

Agentic Coding Is Burning Me Out

https://0xsid.com/blog/agentic-coding-fatigue
1•mpweiher•9m ago•0 comments

Richard Sutton – Father of RL thinks LLMs are a dead end [video]

https://www.youtube.com/watch?v=21EYKqUsPfg
1•mpweiher•10m ago•0 comments

Company says nuclear fusion could power the grid – and soon

https://www.cnn.com/2026/04/30/climate/nuclear-fusion-real-world-electricity-grid
1•mpweiher•11m ago•0 comments

A 360° panorama generator that turns one sentence into a world

https://imagesv2.ai/
1•taoji1994•11m ago•0 comments

Systemd-manager-TUI: A TUI application for managing systemd services

https://github.com/Matheus-git/systemd-manager-tui
3•thunderbong•14m ago•0 comments

Re-Imagining GitHub/GitLab Actions

https://almostintuitive.com/docs/technical/reimagining-github-actions/
1•legothief•15m ago•0 comments

The Problem with Open Hardware [video]

https://www.youtube.com/watch?v=YLn4vnfchaE
1•Udo_Schmitz•18m ago•0 comments

Shares in Japanese toilet maker Toto soar on AI-related pivot

https://www.ft.com/content/38969e97-92e4-4066-a554-27274d32d545
1•JumpCrisscross•18m ago•0 comments

Names Are the First Thing You Read and the Last Thing You Remember

https://fagnerbrack.com/names-are-the-first-thing-you-read-and-the-last-thing-you-remember-b2b3f0...
1•fagnerbrack•20m ago•0 comments

Dependencies Are Replacing Knowledge

https://www.youtube.com/watch?v=99RgPS3Vu5M
1•birdculture•20m ago•0 comments

Becoming Unblockable

https://www.seangoedecke.com/unblockable/
2•fagnerbrack•20m ago•0 comments

Migrating 6000 React tests using AI Agents and ASTs

https://eliocapella.com/blog/ai-library-migration-guide/
1•fagnerbrack•21m ago•0 comments

Three full-stack data platforms in a weekend: Fabric and Azure AI Foundry

https://cubiczan.substack.com/p/how-we-shipped-3-full-stack-data
1•cubiczan•23m ago•0 comments

If society had a scorecard, what would be on it?

1•baptou12•26m ago•1 comments

Edible Plants Wiki

https://edibleplants.wikioasis.org/wiki/Main_Page
1•altilunium•33m ago•0 comments

Mnemory – Persistent memory for AI agents

https://github.com/fpytloun/mnemory
2•genunix64•37m ago•1 comments

Show HN: WebAssembly Interpreter in a Header

https://github.com/lifthrasiir/wah
1•lifthrasiir•37m ago•0 comments

Codeonix: Python task automation for your desktop – with AI, 14 triggers

https://codeonix.app
2•hassananayi•38m ago•1 comments

A month after being laid off, I wrote the story I needed to make sense of it

https://anushkakarmakar.substack.com/p/1-why-did-i-choose-to-run-that-marathon
1•thinkingkite•39m ago•0 comments

Why CFOs Need a Consensus Hardening Protocol for AI Decisions

https://cubiczan.substack.com/p/why-cfos-need-a-consensus-hardening
1•cubiczan•41m ago•0 comments

As a Ukrainian journalist, I've covered the US for 20 years. I find it shocking

https://www.theguardian.com/world/2026/apr/30/as-a-ukrainian-journalist-ive-covered-the-us-for-20...
1•YeGoblynQueenne•43m ago•0 comments

Graphene is on track to deliver on its promises (2019)

https://www.nature.com/articles/s41565-019-0557-0
2•simonebrunozzi•44m ago•0 comments

Livecodes – A Code Playground That Just Works

https://github.com/live-codes/livecodes
1•modinfo•54m ago•0 comments

Fujian Tulou

https://en.wikipedia.org/wiki/Fujian_tulou
1•simonebrunozzi•55m ago•0 comments

KMRI: A chunk-based compression format for MRI-style 3D volumes

https://github.com/Kiamehr5/KMRI
1•kiamehr•57m ago•0 comments

Ripple – the elegant TypeScript UI framework

https://www.ripple-ts.com/
2•modinfo•59m ago•0 comments

SMS blaster rising in Switzerland (French)

https://www.rts.ch/info/suisse/2026/article/sms-blaster-l-arnaque-aux-fausses-amendes-se-repand-d...
2•kuon•1h 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.