frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

10 Tells of a Slop UI

https://hereticpleb.vercel.app/blog/10-tells-of-slop
1•theanonymousone•2m ago•0 comments

Show HN: Andurel V2 – Space-Grade Go Web Framework

https://andurel.com/docs/head/whats-new
2•mbvisti•3m ago•0 comments

The Harness Eats Everything

https://spock.is/writing/the-harness-eats-everything
1•BenediktHolm•7m ago•0 comments

Fragment of oldest known peace treaty found in Turkey

https://www.livescience.com/archaeology/ancient-egyptians/we-have-found-traces-of-peace-thousands...
2•gmays•8m ago•0 comments

AI messaging scam costs Italy's top bank Intesa millions, sources say

https://www.reuters.com/legal/government/ai-messaging-scam-costs-italys-top-bank-intesa-millions-...
2•gbocs•9m ago•0 comments

In an $80 Motel Room, a Discovery to Shed Light on the Origins of Life

https://www.nytimes.com/2026/09/26/science/motel-science-discovery.html
3•danso•13m ago•2 comments

Active speaker detection for deaf and hard-of-hearing

https://captivision.app/
2•trobifi•15m ago•0 comments

How do you compare religions?

https://plurilore.com
2•nickvicman•15m ago•0 comments

All you need is accessibility

https://maheepk.net/posts/accessibility/
1•technusm1•16m ago•0 comments

Show HN: AI agent running cost calculator (and when a SaaS platform is cheaper)

https://broutonlab.com/calculators/how-much-does-an-ai-agent-cost/
1•myurushkin•17m ago•0 comments

Who Killed Paulina Borsook's Career?

https://www.wired.com/story/paulina-borsook-profile/
2•danielmorozoff•19m ago•0 comments

Ask HN: In 3 months 4300 Dowloads but only 100 Stars, what I need to do?

2•Arshad-Talpur•22m ago•1 comments

AI and the Fall? Of the Creative Class

https://www.apricitas.io/p/ai-and-the-fall-of-the-creative-class
2•m-hodges•27m ago•0 comments

Shame and snobbery as American students blamed for St Andrews classism

https://www.theguardian.com/education/2026/sep/27/st-andrews-university-class-divide-american-stu...
2•jimnotgym•27m ago•0 comments

Cashing in on Dust

2•spottedmarley•28m ago•0 comments

>1B tokens/minute/GPU by combining query planner and inference engine

https://modal.com/blog/quail-billion-tpm
1•birdculture•31m ago•0 comments

Software occlusion culling in Block Game

https://enikofox.com/posts/software-rendered-occlusion-culling-in-block-game/
1•airhangerf15•36m ago•0 comments

'Gaming pays me double what I earned as a teacher'

https://www.bbc.com/news/articles/cwe8eje6zny7o
2•theanonymousone•37m ago•1 comments

A Vindication of Bjorn Lomborg

https://humanprogress.org/a-vindication-of-bjorn-lomborg/
1•mpweiher•38m ago•0 comments

New generation of Business analytics Intelligence

https://blunxai.com/
1•rima_667•38m ago•1 comments

Minecraft developer found dead in his home in Paraná, Brazil (portuguese)

https://www.correio24horas.com.br/brasil/desenvolvedor-dos-jogos-minecraft-batman-e-the-walking-d...
2•danielt3•39m ago•1 comments

My development setup. A pivot toward terminal and dotfiles

https://besok.github.io/posts/my-development-setup/
3•besok•39m ago•0 comments

Ask HN: How are you getting inference for personal projects?

1•variety8675•41m ago•2 comments

Maplibre-Gl-Lanes v1.0.0

https://nuxx.net/blog/2026/09/27/maplibre-gl-lanes-v1-0-0/
2•c0nsumer•41m ago•0 comments

Show HN: A deterministic tool-call gateway vs. prompt-injection classifiers

https://github.com/Yehielamor/provenance-gate/blob/main/posts/01-provenance-vs-detection.en.md
1•YehielAmor•42m ago•0 comments

Sourced tracker for Tasmania's proposed AI data centres

https://tasdatacentres.org/30min/
1•demodefib•44m ago•0 comments

Can a practitioner's judgment be shipped as a text file?

https://grace.training/
2•pvachon•44m ago•0 comments

Quantum computing's "dark horse" just proved it can go universal

https://www.sciencedaily.com/releases/2026/09/260924020403.htm
2•arto•44m ago•0 comments

Jev and the Return of AI/ML Engineering

https://leehanchung.github.io/blogs/2026/09/20/jev-return-ai-ml-engineering/
2•mustaphah•55m ago•0 comments

Ask HN: What task manager do you use? What do you miss on them?

1•KlyX•58m ago•1 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!