frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple's new iPhone comes with Israeli chips

https://nonogra.ph/apples-new-iphone-comes-with-israeli-chips-05-21-2026
3•han1•2m ago•0 comments

To study how chips work, MIT researchers built their own operating system

https://www.csail.mit.edu/news/study-how-chips-really-work-mit-researchers-built-their-own-operat...
1•littlexsparkee•7m ago•0 comments

I'm Filing for Justice Samuel Alito's Disbarment

https://cmarmitage.substack.com/p/samuel-alito-has-exposed-himself
2•ze0ng•10m ago•2 comments

Ultima Underworld Remake Released

https://kweepa.itch.io/unity-underground
1•vancroft•11m ago•0 comments

Androids Are All Dying, Except Google Pixel [video]

https://www.youtube.com/watch?v=Ph-TMMku1xk
1•mgh2•14m ago•0 comments

AWS ExtendDB: the DynamoDB API with pluggable backends

https://aws.amazon.com/blogs/database/introducing-extenddb-an-open-source-dynamodb-compatible-ada...
1•jsw•16m ago•0 comments

A Booming Shadow Market of Sketchy A.I. Investments

https://www.newyorker.com/culture/infinite-scroll/a-booming-shadow-market-of-sketchy-ai-investments
1•petethomas•16m ago•0 comments

Google is dethroning OpenAI as the king of consumer AI

https://www.economist.com/business/2026/05/20/google-is-dethroning-openai-as-the-king-of-consumer-ai
1•petethomas•17m ago•0 comments

I made a browser alone and barely got any users

https://kagerou.glass/
3•kageroumado•18m ago•1 comments

OpenAI to confidentially file for IPO as soon as Friday

https://www.cnbc.com/2026/05/20/openai-ipo-filing.html
4•doppp•21m ago•0 comments

Private equity's new escape hatch keeps unsold companies in limbo

https://www.ft.com/content/92a167c0-206b-4408-9a60-f56c6f68cf6a
3•petethomas•23m ago•1 comments

PyTorch 2.12 Release

https://pytorch.org/blog/pytorch-2-12-release-blog/
3•gmays•23m ago•0 comments

Haskell Foundation 2026 Update

https://discourse.haskell.org/t/haskell-foundation-2026-update/14136
3•azhenley•32m ago•0 comments

House Passes Housing Bill, Uniting on a Measure to Bring Down Costs

https://www.nytimes.com/2026/05/20/us/politics/housing-bill-house-senate-trump.html
3•harambae•36m ago•0 comments

SpaceX S-1

https://www.sec.gov/Archives/edgar/data/1181412/000162828026036936/spaceexplorationtechnologi.htm...
4•bane•37m ago•0 comments

Long-Term Finasteride and Dutasteride Use: It's Time to Sound the Alarm

https://pmc.ncbi.nlm.nih.gov/articles/PMC7308241/
2•gradus_ad•38m ago•0 comments

Building DeepSeek's Answer to Claude Code

https://dlcmh.github.io/deepseek-harness
3•dlcmh•41m ago•0 comments

Smart Earbuds with built-in camera and AI

https://heyordo.com
7•im_ishika•48m ago•4 comments

HD189733B: A hot Jupiter that rains molten glass

https://en.wikipedia.org/wiki/HD_189733_b
4•us-merul•53m ago•0 comments

Ccstory – CLI tool to track time spent on Claude Code

https://github.com/atomchung/ccstory
2•atomtw•55m ago•0 comments

Containers Are a Security Boundary (some assembly required)

https://ram.tianon.xyz/post/2026/05/20/container-security.html
3•ImJasonH•59m ago•0 comments

TBN Protocol – Runtime governance infrastructure for AI agents

https://tbn.hardinai.co.uk/demo
3•Hardinai•1h ago•0 comments

Show HN: CipherStash Stack – Data Level Access Control in TS/JS

https://cipherstash.com/blog/introducing-cipherstash-stack
7•dandraper•1h ago•0 comments

How to Start a Website with Web Host Pro

https://www.slideshare.net/slideshow/comprehensive-2026-guide-to-starting-a-website-with-web-host...
2•cya11•1h ago•0 comments

The Largest Vocabulary in Hip Hop (2019)

https://pudding.cool/projects/vocabulary/index.html
2•amichae2•1h ago•0 comments

Show HN: E2E Encrypted Terminal Screen Share

https://github.com/jsell-rh/lockwire
2•blinkerfluid•1h ago•0 comments

Decompile binaries to Rust, not C

https://twitter.com/mahal0z/status/2057147401987637300
4•mahaloz•1h ago•0 comments

Researchers in Ireland uncover medieval book in Rome with oldest English poem

https://apnews.com/article/old-english-manuscript-poetry-bede-caedmon-hymn-latin-italy-106769c014...
4•gmays•1h ago•0 comments

Why Multigres has its own connection pooler

https://multigres.com/blog/two-jobs-two-processes
3•gregorvand•1h ago•0 comments

What is Demand Coop and why tech workers should join one

https://cahootzcoops.com/blog/what-is-a-demand-coop
21•DeonRob•1h ago•9 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!