frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Self-hosted AI agent that builds internal apps on your own data

https://www.youtube.com/watch?v=FNgjuvw2BmU
1•davletdz•6m ago•0 comments

Meta's New Muse AI App Tops Charts, Draws Strong Early Reviews

https://www.bloomberg.com/news/articles/2026-09-21/meta-s-new-muse-ai-app-tops-charts-draws-stron...
1•vipshek•7m ago•0 comments

The Recursive Manifest Compiler: A Traceable Symbolic Architecture

https://www.academia.edu/175953896/The_Recursive_Manifest_Compiler
1•nicbogaert•10m ago•0 comments

We Built a Lip-Reading Creeperbot [video]

https://www.youtube.com/watch?v=Ks5Dzbt6EVI?t=569
1•pilingual•11m ago•0 comments

Patches Posted with Aim to Mainline Linux Kernel Support for the Amazon Kindle 4

https://www.phoronix.com/news/Amazon-Kindle-4-Linux-Patches
2•rbanffy•12m ago•0 comments

Googlebooks launch October 4 starting at $899

https://arstechnica.com/gadgets/2026/09/googlebook-laptops-launch-october-4-starting-at-899-preor...
1•cdesai•14m ago•1 comments

Show HN: A website that tracks US food prices every day

https://www.kadoa.com/food-prices
3•hubraumhugo•14m ago•0 comments

AI coding has made CI a bottleneck, so we reworked ours to keep up

https://linear.app/now/ci-bottleneck-reworked
2•julian_digital•15m ago•0 comments

Show HN: Two unnecessary playgrounds – C# and ZX Spectrum in the browser

2•codeguppy•16m ago•0 comments

Plan a multi-city trip without choosing a destination

https://uwillfly.net/pl
1•privacyzvarych•16m ago•0 comments

Show HN: NEXO, a daily diagnosis game scored on the ICD-10 tree

https://nexo.wiki.br/en
1•nexoapp•17m ago•0 comments

Pakistan Tells Hospitals to Clear Bed Space for "Mass Casualty Incident"

https://www.dropsitenews.com/p/pakistan-military-protest-imran-khan-sisters-detained-hospitals-beds
2•Georgelemental•18m ago•0 comments

The Advisory Group on Mathematics and Artificial Intelligence

https://terrytao.wordpress.com/2026/09/21/advisory-group-on-mathematics-and-artificial-intelligence/
5•digital55•21m ago•0 comments

Swarm Scaling

https://www.tobyord.com/writing/swarm-scaling
3•rdslw•21m ago•0 comments

Microsoft patents system to freeze games and inject ads during downtimes

https://www.tomshardware.com/video-games/microsoft-patents-system-to-freeze-games-and-inject-ads-...
5•ricobecks•22m ago•4 comments

Show HN: Grid flex rhymes with derivatives trading: an observation

https://www.academia.edu/2998-3665/3/3/10.20935/AcadEnergy8514
2•DamonHD•22m ago•0 comments

Wall Street Is Growing Skeptical of the Data Center Boom

https://www.nytimes.com/2026/09/21/business/ai-data-center-ipos.html
9•mikhael•24m ago•0 comments

HHS Seeks Public Input on Electromagnetic Fields and Wireless Radiation

https://www.hhs.gov/press-room/hhs-seeks-public-input-electromagnetic-fields-wireless-radiation.html
2•XnoiVeX•24m ago•0 comments

The Steam Deck Is Being Used to Test Mars Rovers [video]

https://www.youtube.com/watch?v=IJSO-BL3pEU
2•HelloUsername•24m ago•0 comments

The NASA/ESA Mars Sample Return mission has been canceled

https://www.science.org/content/article/nasa-s-mars-sample-return-mission-dead
7•Muhammad523•24m ago•0 comments

Show HN: VernLLM – LLM fallback, no gateway

https://vernllm.dev/
2•Buddo•25m ago•0 comments

B.C. government to sue OpenAI after Tumbler Ridge mass shooting

https://www.cbc.ca/news/canada/british-columbia/bc-government-announce-update-openai-legal-action...
6•dagmx•28m ago•0 comments

Enabling teachers to create learning interactives with generative UI

https://research.google/blog/the-future-of-practice-enabling-teachers-to-create-learning-interact...
1•raahelb•28m ago•0 comments

Is iPhone 18 Pro Max camera really stands out? Keynote was sharper for sure

https://twitter.com/iHarnoorSingh/status/2101129453418295507
1•iharnoor•29m ago•0 comments

V7 gives AI agents institutional memory

https://openai.com/index/v7/
2•rdslw•29m ago•0 comments

Woven Matter v0.2.0 adds tooling for deeper workspace integration

https://github.com/wovenmatter/wovenmatter/releases/tag/v0.2.0
1•trey131•29m ago•1 comments

A scrollable feed of scientific papers

https://papertok.app/feed
3•jslakro•30m ago•0 comments

Show HN: Factlabel: catches AI agents lying about the data they're reporting on

https://github.com/generallymatthew/factlabel
1•generallymatt9•31m ago•0 comments

Bugs that broke driving: Machine Learning edition

https://blog.comma.ai/ml-bugs/
1•LorenDB•31m ago•0 comments

We Are Simulating Humanity

https://www.null0.ai
2•amaarc•32m 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.