frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Burau representation of the braid group is faithful for n = 4

https://arxiv.org/abs/2607.05283
1•wglb•1m ago•0 comments

Measured LLM inference speeds on Apple Silicon, with raw data (CC BY 4.0)

https://macyou.co/benchmarks
1•bagdaerdev•2m ago•0 comments

"Google and Reddit do not own the Internet," web scraper says after court win

https://arstechnica.com/tech-policy/2026/07/google-wont-give-up-odd-war-against-ai-web-scraping-d...
1•leecoursey•3m ago•0 comments

Person Opposing Data Center Arrested for Clapping at City Meeting

https://www.404media.co/person-opposing-data-center-arrested-for-clapping-at-city-meeting/
1•cdrnsf•3m ago•0 comments

Manufactured crisis – Europe's car industry hoards funds, delays climate action

https://www.somo.nl/manufactured-crisis/
1•tchalla•4m ago•0 comments

SoK: 20 Years of Power, Privilege, and Peril in x86 System Management Mode

https://www.usenix.org/conference/woot26/presentation/louka
1•transpute•11m ago•0 comments

Big Tech credit risks rise sharply as AI spending soars

https://www.ft.com/content/ac136522-ecc7-4262-8702-e0d636ea3099
1•petethomas•14m ago•0 comments

Boris Cherny says "delete your Claude.md every 6 months"

https://www.youtube.com/watch?v=qyPCVqFUyDo
2•knighthacker•14m ago•0 comments

Manage Your Agent's Loadout with Dr Skill

https://www.dbreunig.com/2026/07/24/manage-your-agent-s-loadout-with-dr-skill.html
1•dbreunig•15m ago•0 comments

The new SDLC with vibe coding: what Google's paper says

https://okaneland.com/study/new-sdlc-with-vibe-coding/
1•ermantrout•16m ago•0 comments

Show HN: AlgoDeploy – Python algo trading you run yourself (Alpaca and IBKR)

https://algo-deploy.com/
2•Qnt_Algo_Trader•20m ago•0 comments

Dr. Death (James Grigson)

https://en.wikipedia.org/wiki/James_Grigson
2•Cider9986•20m ago•0 comments

Show HN: Trylle – The Next-Gen Git Platform for Modern Teams

https://trylle.com/home
3•Xlab•21m ago•0 comments

Show HN: Dowe – A full-stack language for server, web, desktop, Android, and iOS

https://www.dowe.dev
4•victorriba•21m ago•3 comments

Why communication might be the missing link in engineering education

https://digilent.com/blog/why-communication-might-be-the-missing-link-in-engineering-education/
2•teleforce•22m ago•0 comments

Convergence Is Not Enough

https://www.inkandswitch.com/livelymerge/notebook/lm-02/
2•zdw•24m ago•0 comments

Show HN: Bike ride planning tool with weather

https://theinstant.cc/ride
2•Gshaheen•25m ago•0 comments

We used to be able to buy things in this country

https://dannykatch.substack.com/p/we-used-to-be-able-to-buy-things
2•sudobash1•25m ago•0 comments

Netflix employee fired for sharing personal details in retreat trust exercise

https://www.inc.com/amaya-nichole/netflix-company-retreat-sparked-lawsuit-experts-say-real-damage...
15•softwaredoug•25m ago•1 comments

RTL meaning: What is Register Transfer Level and how to use it?

https://digilent.com/blog/rtl-meaning-what-is-register-transfer-level-and-how-to-use-it/
2•teleforce•26m ago•0 comments

Astronauts describe persistent 'observer' sensation after 6 month missions

https://spacedaily.com/sd-v-astronauts-returning-from-six-month-missions-describe-a-persistent-ob...
3•zdw•28m ago•0 comments

Bonfire for communities: groups and tools to organise together

https://bonfirenetworks.org/posts/bonfire-for-communities/
2•rguiscard•30m ago•0 comments

Functional CQRS with .NET

https://onurgumus.github.io/FCQRS/tutorial/index.html
2•reverseblade2•31m ago•0 comments

DConf 2026 in London

https://dconf.org/2026/index.html
15•teleforce•33m ago•0 comments

Quick and Easy Parser Combinators

https://www.cyan.sh/blog/posts/tutorial-quick-easy-parser-combinators.html
2•birdculture•33m ago•0 comments

PiEEG XR looking tester for new device – transfer emotions and mimics to VR

https://twitter.com/pieeg_official/status/2081512367838380346
2•Christiangmer•35m ago•1 comments

Should We Make Daylight Saving Time Permanent?

https://www.nytimes.com/2026/07/27/science/daylight-saving-time-health-safety.html
7•0in•36m ago•2 comments

Show HN: Call Me, your AI agents ring you with no extra carrier costs

https://github.com/radres/call-me
2•radres•37m ago•0 comments

C/C++ projects packaged for Zig

https://github.com/allyourcodebase
7•jcbhmr•37m ago•1 comments

Kimi is Claude

https://imgur.com/a/vek7fVQ
6•fny•42m ago•4 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.