frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why TypeScript picked Go over Rust for its new compiler

https://www.thetrueengineer.com/p/typescript-team-chose-go-over-rust
1•adletbalzhanov•2m ago•0 comments

OpenAI's Sam Altman to Brief UN Security Council Next Week

https://www.reuters.com/business/openais-sam-altman-to-brief-un-security-council-next-week-during...
1•layer8•3m ago•0 comments

Microsoft Systems Journal Interviews Gordon Letwin (1987)

https://computeradsfromthepast.substack.com/p/microsoft-systems-journal-interviews
1•rbanffy•4m ago•0 comments

EtherCON

https://en.wikipedia.org/wiki/EtherCON
2•gregsadetsky•7m ago•0 comments

We got a cybersecurity expert to hack this BYD. It was too easy

https://www.abc.net.au/news/2026-09-21/byd-hacked-by-cybersecurity-expert-vehicle-sabotage-survei...
3•dbaupp•7m ago•0 comments

A Good Reason to Stop Me from Pasting Passwords

https://ciamweekly.substack.com/p/a-good-reason-to-stop-me-from-pasting
1•mooreds•8m ago•0 comments

The Haters Guide to Broadcom

https://www.wheresyoured.at/premium-the-haters-guide-to-broadcom/
1•gballan•9m ago•0 comments

Steam Frame, a Linux machine, doesn't support Linux?

https://gbl08ma.com/posts/steam-frame-a-linux-machine-doesnt-support-linux/
1•garaetjjte•10m ago•0 comments

ATProto in Practice #1: Identity

https://mackuba.eu/2026/07/20/atproto-in-practice-identity/
1•mooreds•10m ago•0 comments

Show HN: A parry focused game built in ThreeJS (WIP)

https://ashina-chi.vercel.app/
1•sherujgr•11m ago•0 comments

Oracle and OpenAI Are Trampling Native Treaty Rights to Build Data Centers

https://truthout.org/articles/big-tech-is-trampling-native-treaty-rights-to-build-data-centers/
1•paimapi•12m ago•0 comments

Mad Max 'Humungus Machine' Is Up for Auction on Bring a Trailer

https://www.caranddriver.com/news/a73781356/ford-f150-based-mad-max-humungus-machine-auction/
1•RickJWagner•13m ago•0 comments

>be me >discover effective altruism

https://twitter.com/banteg/status/2100619607648121199
1•yurivish•23m ago•0 comments

The New Church of Finance (2012)

https://www.deseret.com/2012/12/9/20445386/clayton-m-christensen-the-new-church-of-finance-deeply...
1•simonebrunozzi•23m ago•0 comments

Show HN: Openmsg, agent-to-agent talk while they run, Claude<>Codex<>OpenCode

https://github.com/marciob/openmsg
2•marciob•25m ago•2 comments

One wallet, 27 systems: can the EU build an untraceable Digital ID?

https://www.euronews.com/my-europe/2026/09/17/one-wallet-27-systems-can-the-eu-build-an-untraceab...
4•devonnull•26m ago•0 comments

Jev identifies as a Qwen model (and no other)

https://ouijev.com/?q=Are+you+a+qwen+model
1•Rom2•26m ago•0 comments

Autolith: The Common Lisp agent that rewrites itself and rocks

https://autolith.rocks
1•sroerick•26m ago•0 comments

Lawsuit says Anthropic, OpenAI and Google made illegal agreement on AI slowdown

https://www.cnn.com/2026/09/19/business/ai-slowdown-lawsuit-antitrust
5•mattm•27m ago•0 comments

Confessions of an Unrepentant Slop Snob

https://charity.wtf/p/confessions-of-an-unrepentant-slop
1•gholap•30m ago•0 comments

President claims he will for a new 'AI Force' but calls AI fears a 'hoax'

https://abcnews.com/Politics/trump-form-new-ai-force-continues-call-ai/story?id=136591343
2•anigbrowl•32m ago•0 comments

Why are AI agents lying, cheating and coordinating?

https://yoshuabengio.org/en/blog/why-are-ai-agents-lying-cheating-and-coordinating
2•r4ndomname•33m ago•0 comments

Expert ratings are ignoring signs of a blue wave

https://www.natesilver.net/p/expert-ratings-are-ignoring-signs
2•7777777phil•33m ago•0 comments

I see the mathematicians panicking at what we can do with agentic AI

https://twitter.com/lemire/status/2101684818358439959
1•tosh•33m ago•0 comments

Better Call Sol or Better yet Claude or Astra

https://thezvi.substack.com/p/better-call-sol-or-better-yet-claude
2•7777777phil•33m ago•0 comments

The Future of Web Browsers

https://sarahjamielewis.com/log/2026/future-of-web-browsers.html
2•Muhammad523•33m ago•0 comments

Casbin Gateway: a security gateway for the AI coding agents on your machine

https://github.com/apache/casbin-gateway
3•jhan667•34m ago•0 comments

Astro Mechanica (2024)

https://www.notboring.co/p/astro-mechanica
1•simonebrunozzi•35m ago•0 comments

Frontier Labs Are Selling Garbage to Fools in Washington

https://deadneurons.substack.com/p/frontier-labs-are-selling-garbage
19•nr378•40m ago•3 comments

Interview reveals Ed Zitron does not understand how AI works at any level

https://twitter.com/AlexanderMcCoy4/status/2100744088169447816
3•enraged_camel•43m ago•2 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!