frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Kernel Anti-Cheats Work: A Deep Dive into Modern Game Protection

https://s4dbrd.github.io/posts/how-kernel-anti-cheats-work/
1•davikr•17s ago•0 comments

Dear Aliens – a writing contest for humans

https://www.dearaliens.net/
2•Curiositry•3m ago•0 comments

Outrider alpha: a flexible LLM toolkit in one file

https://kyefox.com/outrider-alpha-a-flexible-llm-toolkit-in-one-file/
1•Kye•6m ago•0 comments

Show HN: RunCycles – pre-execution budget enforcement for autonomous agents

https://github.com/runcycles/cycles-runaway-demo
1•amavashev•6m ago•0 comments

FCC chairman threatens TV broadcast licenses over news coverage

https://fortune.com/2026/03/14/fcc-brendan-carr-tv-broadcast-licenses-news-coverage-us-war-iran-t...
3•geox•7m ago•0 comments

He Earns $1k a Job–and He's a Car Dealer's Worst Nightmare

https://www.wsj.com/business/autos/tomi-mikula-youtube-car-buying-negotiations-4a4c3d63
1•petethomas•7m ago•0 comments

Show HN: Pathr – Right-click any folder in Explorer to add it to PATH

https://github.com/w3Abhishek/pathr
1•w3abhishek•7m ago•0 comments

Show HN: Wikigen – Generate GitHub Wiki from Source Code Using Claude Code

https://github.com/tomohiro-owada/wikigen
1•abalol•9m ago•0 comments

Docker Does Not Guarantee Reproducibility

https://arxiv.org/abs/2601.12811
1•lr0•10m ago•0 comments

Tech boss uses AI and ChatGPT to create cancer vaccine for his dying dog

https://www.theaustralian.com.au/business/technology/tech-boss-uses-ai-and-chatgpt-to-create-canc...
2•dataminer•10m ago•1 comments

Still Choose Boring Technology

https://jonathannen.com/choose-boring-technology/
2•jwilliams•11m ago•0 comments

AI's Music Taste

https://abidsikder.pages.dev/blog/2026-03-14-ai-music-taste/
3•caaaadr•18m ago•1 comments

Chile's Free Market Miracle Survived a Resurgent Left

https://reason.com/2026/03/13/how-chiles-free-market-miracle-survived-a-resurgent-left/
1•matthest•19m ago•0 comments

APSW in Colour (Async) – Another Python SQLite Wrapper

https://www.rogerbinns.com/blog/async-apsw.html
1•fowl2•24m ago•0 comments

Doomporn

https://alearningaday.blog/2026/03/14/doomporn/
2•herbertl•25m ago•2 comments

UK Society of Authors launches logo to identify books written by humans not AI

https://www.theguardian.com/technology/2026/mar/10/uk-society-authors-logo-identify-books-written...
2•throwaway81523•29m ago•0 comments

Popular Mechanics Magazine – March 1911

https://archive.org/details/bub_gb_At4DAAAAMBAJ
1•water_badger•33m ago•0 comments

Show HN: Joy – Trust Network for AI Agents to Verify Each Other

https://choosejoy.com.au
1•savvyllm•36m ago•0 comments

AI Policy

https://dbushell.com/ai/
2•teddyh•37m ago•0 comments

Researchers improve lower bounds for some Ramsey numbers using AlphaEvolve

https://arxiv.org/abs/2603.09172
2•1024core•38m ago•0 comments

Show HN: Structural analysis of the D'Agapeyeff cipher (1939)

https://msgtrail.com/posts/unmasking-the-dagapeyeff-cipher-a-multi-faceted-architecture
2•evaneykelen•40m ago•0 comments

Don't blunder: better chess puzzles

https://blunder.clinic
1•samwho•43m ago•1 comments

300 Hours into the Iran Internet Blackout

https://www.instagram.com/p/DVzxEXtjbt9/
2•ukblewis•46m ago•0 comments

Israel is running critically low on interceptors, US officials say

https://www.semafor.com/article/03/14/2026/israel-is-running-critically-low-on-interceptors-us-of...
9•inaros•46m ago•0 comments

Tehran Hijacked AI

https://www.dailymail.co.uk/debate/article-15640991/ChatGPT-Islamic-terrorist-propaganda.html
3•nailer•50m ago•1 comments

SBCL Fibers – Lightweight Cooperative Threads

https://atgreen.github.io/repl-yell/posts/sbcl-fibers/
2•anonzzzies•52m ago•0 comments

Show HN: Rewire – Stream ROS 2 topics to Rerun with no ROS 2 runtime required

https://rewire.run
1•alvgaona•52m ago•0 comments

Show HN: Recon – A tmux-native dashboard for managing Claude Code

https://github.com/gavraz/recon
1•gavra•54m ago•0 comments

What, exactly, is space‑time? (2025)

https://theconversation.com/what-exactly-is-space-time-259630
2•hhs•55m ago•0 comments

Show HN: Sunny Hours – an iPhone weather app with a sunshine heatmap

https://apps.apple.com/gb/app/sunny-hours-sun-by-hour/id6758806008
1•ahallan•55m 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•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.