frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Designing Market Data for Deterministic Replay

https://electronictradinghub.com/designing-market-data-for-deterministic-replay/
1•silahian•11m ago•0 comments

Show HN: A faithful MUMPS 76 anniversary implementation – the original NoSQL DB

https://github.com/rochus-keller/mumps/
2•Rochus•13m ago•1 comments

Racism Inevitable?

1•latnasm•13m ago•0 comments

AI Costs More Than the People It Replaced

https://www.forbes.com/sites/jemmagreen/2026/07/02/ai-costs-more-than-the-people-it-replaced/
2•nreece•14m ago•0 comments

Entropyseal

https://www.entropyseal.com/
1•malgorithms•19m ago•1 comments

The Sneakerweb

https://sneakerweb.org/
3•GalaxyNova•30m ago•0 comments

The Unstoppable Force of A.I. Hype Is Meeting One Immovable Fact

https://www.nytimes.com/2026/06/30/opinion/ai-agents-steal-jobs-employment.html
2•mikeocool•39m ago•0 comments

EMF and Kids

https://ashishb.net/parenting/emf/
2•ashishb•40m ago•0 comments

Show HN: An unmetered LLM API–$6/month, no token tracking, no limits

https://yolo-auto.com/
3•yolo-auto•43m ago•0 comments

Children Adopt AI 3x Faster Than Adults – and We're Not Ready

https://hackenewhome.blogspot.com/p/ai-is-taking-over-kids-lives-unicef.html
6•odilelof•50m ago•8 comments

Midjourney: From AI slop to medical research [video]

https://www.youtube.com/watch?v=4nzzpUKhj1M
1•davgoldin•51m ago•0 comments

Disclosing information about the self is intrinsically rewarding

https://www.pnas.org/doi/10.1073/pnas.1202129109
4•highfrequency•53m ago•0 comments

Lost and Found

https://walzr.com/lost-and-found
5•walz•58m ago•0 comments

New secrets from ancient Vesuvius scrolls

https://www.cbsnews.com/news/ancient-scrolls-mount-vesuvius-eruption-ai-decoding/
4•gmays•1h ago•0 comments

GPT-5.6 Sol Ultra will be in Codex

https://twitter.com/thsottiaux/status/2073933490513752151
34•mfiguiere•1h ago•9 comments

Kitirua Plains Lodge: Kenya's departure from traditional Safari architecture

https://design-milk.com/luxury-frontiers-designs-a-lodge-that-belongs-to-its-landscape/
1•whiteblossom•1h ago•0 comments

Self-Propelled Chainsaw Reduces Injuries

https://hackaday.com/2022/12/25/self-propelled-chainsaw-reduces-injuries/
4•ynac•1h ago•1 comments

Scientists may have found how Alzheimer's kills brain cells

https://www.sciencedaily.com/releases/2026/06/260626124701.htm
6•doctaj•1h ago•0 comments

Thundersnap v0.01: an undo button for everything

https://github.com/tailscale/thundersnap/
4•birdculture•1h ago•0 comments

Review: IodéOS offers a frictionless de-Googled Android experience – OSnews

https://www.osnews.com/story/145312/review-iodeos-offers-a-frictionless-de-googled-android-experi...
2•abdelhousni•1h ago•0 comments

NASA Leader Flew His Vintage Jet at DC Air Show over FAA Objections

https://www.wsj.com/business/airlines/nasa-leader-flew-his-vintage-jet-at-dc-air-show-over-faa-ob...
1•impish9208•1h ago•1 comments

NASA's newest invention could solve a major space exploration problem (2022)

https://www.inverse.com/science/nasa-osam-1-satellite-repair-in-orbit
1•ike_usawa•1h ago•1 comments

Fable built reliable self hosted gh actions using 32 agent adversarial review

https://github.com/jleechanorg/ez-gh-actions/
1•jleechan2015•1h ago•1 comments

Netflix Viewers Are Abandoning Shows After One Season

https://www.bloomberg.com/news/newsletters/2026-07-05/netflix-viewers-are-abandoning-shows-after-...
4•kgwgk•1h ago•6 comments

Bede Liu, pioneer in digital signal processing and beloved mentor, dies at 91

https://www.princeton.edu/news/2026/06/24/bede-liu-pioneer-digital-signal-processing-and-beloved-...
2•aragonite•1h ago•2 comments

Show HN: AI Notebook for Data Science – Kind of Like Cursor but for Jupyter

https://www.clusy.io
1•eldar_hsnv•1h ago•0 comments

Inflect – Correctly generate plurals, ordinals; convert numbers to words

https://github.com/jaraco/inflect
3•jawns•1h ago•0 comments

Declaration of Independence

https://notebooklm.google.com/notebook/eeb66446-cee8-4b4c-91cd-a571a350908e/artifact/dc5e2ad4-4ae...
3•golgolgikdhdue•1h ago•3 comments

LLM Big Bang: I gave AI agents a social network. One is running for president

https://noozra.com/articles/the-llm-big-bang
2•gv_ai•1h ago•0 comments

Inter Font Family

https://rsms.me/inter/
5•jawns•1h ago•0 comments
Open in hackernews

Show HN: EVMAuth

https://github.com/evmauth/evmauth-core
5•sscovil•1y ago
EVMAuth is an open protocol to enable secure authorization in a simple, standard way for Web3 apps, APIs, and AI agents.

More specifically, EVMAuth is a smart contract written in Solidity that can be deployed to any EVM (e.g. Ethereum, Radius, Base) that extends the ERC-1155 token standard, enabling developers to restrict and sell access to web resources, content, and applications based on token ownership.

EVMAuth has a ton of practical applications, such as:

• access control • memberships • subscriptions • API credits for metered usage • gamification (achievements, badges, etc.) • pay-per-view media content • event tickets • trial access • gaming assets • software licensing • in-app purchases • certifications • retail rewards • crowd-funding campaign rewards • collectible assets

...and many more.

Similar to the x402 protocol recently launched by Coinbase (https://news.ycombinator.com/item?id=43908129), EVMAuth can and should be used in conjunction with the long dormant HTTP 402 "Payment Required" response status code.

In addition to the core Solidity contract code, there is also an EVMAuth TypeScript SDK available (https://github.com/evmauth/evmauth-ts), with a working code example using Express v5 and HTTP 402 (https://github.com/evmauth/evmauth-ts/tree/main/examples/exp...)

Feedback and contributions are welcome and encouraged!