frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I built a PII pdf parser for your agent

https://www.pdfagent.net/
1•mattmerrick•2m ago•0 comments

Male redback spider's dramatic death somersault during sex coded in its DNA

https://www.abc.net.au/news/science/2026-08-12/redback-spiders-backflip-katipo-sex/107022976
1•Gaishan•2m ago•0 comments

Move 37 Is the Moment AI Changes Everything. It's Suddenly Happening Everywhere

https://www.wsj.com/tech/ai/move-37-ai-demis-hassabis-google-deepmind-alphago-ec832a41
1•RyanShook•2m ago•0 comments

Dogs can tell when you're happy, sad or frustrated

https://www.washingtonpost.com/lifestyle/2026/08/11/dogs-can-tell-when-you-happy-scared-or-sad-ne...
1•wslh•3m ago•1 comments

Crew, a multiplayer workspace for humans and AI agents to work together

https://github.com/JamelHammoud/crew
1•alihammoud21•7m ago•0 comments

The 7T AI Gamble Is Failing. Big Tech Is Trapped

https://www.youtube.com/watch?v=OunJtLnyPT4
2•cable2600•10m ago•0 comments

The StubHub Customers Who Battled for Tickets–and Battle Harder for a Refund

https://www.wsj.com/business/stubhub-tickets-resell-refund-de5ef8c3
1•fortran77•10m ago•1 comments

Talk to ELIZA

https://findingeliza.org/try.html
1•droidjj•19m ago•0 comments

Statin use vs. death rate from cardiovascular diseases (2019)

https://ourworldindata.org/grapher/statin-use-cardiovascular-disease-death-rate
1•js2•19m ago•0 comments

We found a bug in FFmpeg with a vibecoded fuzzer

https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/23945
3•dclavijo•23m ago•0 comments

What job postings say about AI at work – Live report

https://corvi.careers/reports/ai-job-trends/
1•sp1982•28m ago•0 comments

Ask HN: Could DNA be represented as "an embedding" in an AI model?

3•greenmoonx•29m ago•1 comments

Electric is joining team Neon at Databricks

https://neon.com/blog/electric-joins-neon
2•thunderbong•31m ago•0 comments

Show HN: Copero Game: Free Football Career Simulator

https://coperogame.com/en
1•light001•32m ago•0 comments

A carbon nanotube network combines fracture resistance with extreme hardness

https://www.ibtimes.sg/china-scientists-create-unbreakable-crystal-stronger-diamond-how-it-works-...
1•yogthos•36m ago•0 comments

What happens when the AI bubble pops?

https://thehustle.co/originals/what-happens-when-the-ai-bubble-pops
2•paulpauper•40m ago•0 comments

Shopping Is Impossible

https://www.theatlantic.com/technology/2026/08/online-shopping-inescapable/688254/
2•paulpauper•40m ago•0 comments

We selected the next vector database at Booking.com

https://booking.ai/how-we-selected-the-next-vector-database-at-booking-com-1e738a5e3bb0
3•bobvanluijt•42m ago•0 comments

The Artificially Intelligent Dog

https://arnoldkling.substack.com/p/the-artificially-intelligent-dog
1•paulpauper•44m ago•0 comments

Two LLM calls beat one: 67% cheaper and 100% vs. 72% extraction accuracy

https://github.com/tauansloboda/semantic-thermodynamics
2•tauanvinicius•45m ago•0 comments

The Human Is the Loop

https://brentfitzgerald.com/posts/the-human-is-the-loop/
2•burnto•52m ago•0 comments

MiniMax H3: An Open Model Breaking the Boundaries Between Tasks and Modalities

https://twitter.com/MiniMax_AI/status/2083008095488516262
2•gmays•53m ago•0 comments

Review of Studies on the Level of Cannabis Use and Risk of Psychosis

https://pmc.ncbi.nlm.nih.gov/articles/PMC4988731/
2•thisislife2•54m ago•0 comments

Company Offering '100% Human-Written, Never AI' Medical Research Is 100% AI

https://www.404media.co/company-offering-100-human-written-never-ai-peer-review-is-entirely-ai/
8•Anon84•1h ago•1 comments

SignalCaster

https://signalcaster.app/
2•abdoghamlouch•1h ago•0 comments

Linux desktop use surged to 22% on one workday, Cloudflare data shows

https://www.zdnet.com/article/linux-desktop-use-surged-on-one-workday-cloudflare-data-shows/
6•speckx•1h ago•0 comments

Numbat by Perplexity: Endpoint visibility into AI agent activity

https://github.com/perplexityai/numbat
2•handfuloflight•1h ago•0 comments

SWE-Bench ProMax: Benchmarking Agents on Large-Scale Code Refactoring

https://arxiv.org/abs/2608.09802
1•williamjinq•1h ago•0 comments

4Chan Chuds Used AI to Clothe Her. She Fought Back (2024)

https://www.rollingstone.com/culture/culture-news/dignifai-4chan-shame-women-1234961851/
7•TMWNN•1h ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
1•vismit2000•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.