frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Exploring Rust Dependency-Toolchain Compatibility

https://tigerbeetle.com/blog/2026-04-24-toolchain-horizons/
1•tosh•2m ago•0 comments

Nagent – Not an Agent

https://github.com/macton/nagent
1•thdr•3m ago•0 comments

Science Is Drowning in AI Slop

https://www.theatlantic.com/science/2026/01/ai-slop-science-publishing/685704/
1•Michelangelo11•5m ago•0 comments

Llllllll.co

https://llllllll.co/
1•sans_souse•8m ago•0 comments

OpenAI plots biggest ChatGPT overhaul since launch

https://www.ft.com/content/ca0f5f5e-fb9a-41a0-a2a9-0127e15b7db9
1•thm•15m ago•0 comments

Obsidian-agent-bridge – let AI agents read, write, and deepen Obsidian vaults

https://github.com/samuraisguilt-jpg/obsidian-agent-bridge
1•roninin•18m ago•0 comments

Story Engine – High-Intensity Strategic Simulation Test Report

https://gist.github.com/wangkening3-eng/1d5411673ea84e328f0a06a83dc1fd8e
1•field_reader•24m ago•0 comments

7 Ways New Engineers Can Flourish in the Age of AI

https://spectrum.ieee.org/7-ways-engineers-flourish-ai
1•jruohonen•26m ago•0 comments

Quibi – Billion Dollar Company liquidated in less than a year of launch

https://en.wikipedia.org/wiki/Quibi
2•gurjeet•26m ago•0 comments

Ask HN: Alternatives to Hotline Telegram CRM?

1•hotline•28m ago•0 comments

A User's Guide to Midlife

https://www.nytimes.com/interactive/2024/06/24/well/live/midlife-health-body-changes-guide.html
1•saikatsg•30m ago•0 comments

Reverse-engineering SwiftUIs DocumentGroup to restyle and group untouchable tabs

https://github.com/uncSoft/Tabberwocky
1•uncSoft•36m ago•0 comments

Show HN: Cook perfectly with highly precise recipes

https://reloadium.com/reloadium-recipes/
1•julienreszka•45m ago•0 comments

Sorry, I'm Not Available. Talk to the A.I. Version of Me

https://www.nytimes.com/2026/06/06/business/dealbook/ai-digital-twin.html
3•iancmceachern•46m ago•0 comments

The 29th International Obfuscated C Code Contest (IOCCC) 2025 Winners

https://www.ioccc.org/2025/
20•matt_d•46m ago•1 comments

New AR Drawing App Challenges the $10/Month Subscription Model on Android

https://play.google.com/store/apps/details?id=com.VionixStudio.ARDraw.car.bike.jet&hl=en_US
1•VionixStudio•51m ago•0 comments

Show HN: Dubbl – open-source accounting for founders and developers

https://dubbl.dev
1•meszmate•55m ago•0 comments

The sorry state of skill distribution

https://blog.trailofbits.com/2026/06/03/the-sorry-state-of-skill-distribution/
1•jruohonen•57m ago•0 comments

We should be getting better at AI by now

https://www.ft.com/content/9753a44c-bec8-4d89-bac6-3416713c3166
1•1vuio0pswjnm7•1h ago•1 comments

Learn from my lesson, don't take your pre seed through stripe = Account Closure

3•pureyang•1h ago•0 comments

Snap, Crackle and Pop: Fourth, fifth, and sixth derivatives of position

https://en.wikipedia.org/wiki/Fourth,_fifth,_and_sixth_derivatives_of_position
1•aragonite•1h ago•0 comments

Trying a New Approach to Note-Taking on Books

https://v5.chriskrycho.com/notes/trying-a-new-approach-to-note-taking-on-books/
1•Tomte•1h ago•0 comments

Show HN: agent-asearch – Go CLI, 18 sources, session-based search for AI agents

https://github.com/izzzzzi/agent-asearch
1•izzzzzi•1h ago•0 comments

Space travel under constant acceleration

https://en.wikipedia.org/wiki/Space_travel_under_constant_acceleration
1•aragonite•1h ago•0 comments

Feeding People versus Saving Nature(1996)

https://api.mountainscholar.org/server/api/core/bitstreams/1c38c421-207d-4097-84fe-7f5ae5fbdacf/c...
1•num42•1h ago•0 comments

I design with Claude more than Figma now

https://blog.janestreet.com/i-design-with-claude-code-more-than-figma-now-index/
46•MrBuddyCasino•1h ago•17 comments

The circus freaks of open source

https://drewdevault.com/blog/Circus-freaks-of-FOSS/
35•keyle•1h ago•3 comments

Show HN: TabyAgent – A lighter and easier alternative to OpenClaw/Hermes

https://github.com/gpdir16/tabyAgent
1•df003•1h ago•0 comments

What we heard about Rust's challenges

https://blog.rust-lang.org/2026/03/20/rust-challenges/
2•fagnerbrack•1h ago•0 comments

Trusted Computing Frequently Asked Questions (2003)

https://www.cl.cam.ac.uk/archive/rja14/tcpa-faq-1.0.html
3•userbinator•1h 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.