frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What's so hard about continuous learning?

https://www.seangoedecke.com/continuous-learning/
1•rbanffy•51s ago•0 comments

Show HN: Chorus – Open-source Agent and human collaboration platform on AI-DLC

https://github.com/Chorus-AIDLC/Chorus
1•fennu637•1m ago•0 comments

Show HN: I let Claude autonomously deploy OpenClaw and write an honest review

https://blog.rezvov.com/deploying-openclaw-sixteen-incidents-one-day
1•alexrezvov•2m ago•0 comments

Michael Faraday: Scientist and Nonconformist(1996)

http://silas.psfc.mit.edu/Faraday/
1•o4c•3m ago•0 comments

Show HN: ClawMoat – Open-source runtime security for AI agents (zero deps, <1ms)

https://github.com/darfaz/clawmoat
1•ildar•5m ago•0 comments

North American Computational Linguistics Open Competition

https://naclo.org/practice.php
2•Antibabelic•8m ago•0 comments

DSGym: A holistic framework for evaluating and training data science agents

https://www.together.ai/blog/dsgym
1•roody_wurlitzer•9m ago•0 comments

Show HN: crai – Get notified when your AI CLI finishes thinking

https://github.com/turtlekazu/crai
1•turtlekazu•10m ago•0 comments

Show HN: What data brokers sell your profile for vs. what ads earn from you

https://data.attentionworth.com/
1•withshakespeare•13m ago•1 comments

Claude Code Remote Control

https://code.claude.com/docs/en/remote-control
2•empressplay•13m ago•0 comments

First British baby born using transplanted womb from dead donor

https://www.bbc.com/news/articles/cvg53xp5857o
1•breve•18m ago•0 comments

Show HN: I tested 50 AI video APIs and built a comparison platform

https://findaivideo.com
2•ludydev•22m ago•0 comments

Socialist Excellence in New York City

https://pluralistic.net/2026/02/24/mamdani-thought/#public-excellence
3•mrkpdl•22m ago•0 comments

Show HN: Workz – Zoxide for Git worktrees (auto node_modules and .env, AI-ready)

https://github.com/rohansx/workz
1•rohansx•23m ago•0 comments

Hatsune Miku Meets Clojure

https://old.reddit.com/r/Clojure/comments/1rck4tr/hatsune_miku_meets_clojure/
1•adityaathalye•24m ago•0 comments

MoltMemory – AI agent memory for Moltbook

https://github.com/ubgb/moltmemory
2•ubgbclaw1•25m ago•2 comments

Letters to a Young Creator

https://letters.stevejobsarchive.com/
2•dvrp•26m ago•0 comments

Strategic choices: When both options are good

https://longform.asmartbear.com/strategic-choices/
1•doppp•27m ago•0 comments

Ask HN: Seeking 5 alpha testers for Sovereign Stack, an AGPLv3 bare-metal NAS OS

1•csomaratne•28m ago•1 comments

Show HN: AgentVoice – Get feedback from AI to improve your MCP

https://voiceofagents.com
1•KenRuf•31m ago•0 comments

How Will OpenAI Compete?

https://www.ben-evans.com/benedictevans/2026/2/19/how-will-openai-compete-nkg2x
1•brettcvz•32m ago•0 comments

Hello – ProofOfConcept

https://poc.bcachefs.org/blog/hello.html
1•Antibabelic•33m ago•0 comments

"Willy's Chocolate Experience" (2024)

https://web.archive.org/web/20240301031453/https://willyschocolateexperience.com/index.html
1•nxobject•33m ago•0 comments

Ask HN: Is it worth doing a startup?

1•zkmon•34m ago•0 comments

Cache-aware prefill–decode disaggregation for 40% faster LLM serving

https://www.together.ai/blog/cache-aware-disaggregated-inference
1•roody_wurlitzer•40m ago•0 comments

Show HN: claude-env – Manage multiple accounts for Claude-code

https://github.com/solomon-b/claude-env
2•solomonb•42m ago•1 comments

Show HN: Sopho - Open Source Business Intelligence Platform

https://github.com/sopho-tech/sopho
2•athultr1997•45m ago•0 comments

Google RankBrain: How Google's AI Changed the Rules of Search

https://repuai.live/en/blog/google-rank-brain
1•bioneisme•48m ago•0 comments

Japan aims for world first in space-based solar power

https://www.asahi.com/ajw/articles/16293144
1•BaudouinVH•49m ago•1 comments

Find where your face appears online

https://eyematch.ai/
2•anetagro•49m ago•1 comments
Open in hackernews

Ask HN: How to Foreshadow?

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