frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Project Cherub – New TempleOS Fork. Early Build ISO and Future Plans

1•Rubinoslaw•11s ago•0 comments

Gen Z earning more than millennials did at the same age, says thinktank

https://www.theguardian.com/money/2026/jun/22/gen-z-earning-more-millennials-same-age-resolution-...
1•mmarian•2m ago•0 comments

"Guerilla War Against Computers" (1969)

https://time.com/archive/6637500/frustrations-guerrilla-war-against-computers/
1•28304283409234•2m ago•0 comments

It's Well Past Time for a Four-Day Workweek

https://jacobin.com/2026/06/schor-four-day-workweek-labor
1•robtherobber•10m ago•0 comments

GloriousEggroll's Proton has been rebased on Proton 11

https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton11-1
1•d3Xt3r•10m ago•0 comments

Seedance 2.5

https://www.seedance2ai.app/tools/seedance-2-5
1•linzhangrun•12m ago•0 comments

Anyone else feels many LLMs are heavily biased towards consumerism these days?

1•pyeri•14m ago•0 comments

We found a bug in the hyper HTTP library

https://blog.cloudflare.com/hyper-bug/
1•vsgherzi•17m ago•0 comments

Today's Office – The Location Independent Lifestyle (A 2018 Retrospective)

https://www.ssp.sh/blog/the-location-independent-lifestyle/
1•zazuke•17m ago•0 comments

Best Chrome Bookmark extension, Visually organized grid and ultra fast search

https://chromewebstore.google.com/detail/bookmarkr-—-visual-bookma/lianafemkbankodapdaokiefoffi...
1•mnomansd•23m ago•0 comments

The State of Startups 2026 – Survey results

https://supabase.com/state-of-startups
1•fmerian•23m ago•0 comments

What makes a good VM for a programming language?

https://github.com/dominexmacedon-docs/lopo-docs
1•dominex•24m ago•1 comments

Show HN: Hikaru Labs – A browser-based image toolbox

https://hikarulabs.xyz
1•CFBL•28m ago•0 comments

In Retrospect: Science – The Endless Frontier

https://www.nature.com/articles/466922a
4•teleforce•30m ago•0 comments

Jfsendit – A dead-simple way to send files straight from one browser to another

https://jfsendit.com/
1•coinfused•31m ago•0 comments

Google's YouTube settles social media addiction case with teen

https://www.bbc.co.uk/news/articles/cly81g7x73po
2•vinni2•33m ago•0 comments

New WingTask with TaskWarrior 3 sync support

https://wingtask.com/announcing-new-wingtask
1•Cort3z•36m ago•0 comments

Show HN: SQL MCP Server – 61.37% on DataAgentBench with GLM-5.2

https://github.com/gagarwal304/databridge
1•gagarwal123•37m ago•0 comments

Workdir: Open-source sandboxes for AI agents

https://workdir.dev/
1•handfuloflight•37m ago•0 comments

Digital Dugnad

https://digitaldugnad.eu/en/
1•bronlund•37m ago•0 comments

Israel continues to commit genocide by targeting children in Gaza, UN finds

https://www.theguardian.com/world/2026/jun/23/israel-deliberately-targeting-gaza-children-to-comm...
29•hebelehubele•38m ago•1 comments

"Be Yourself" Only Works for People Who Aren't Annoying

https://www.cartoonshateher.com/p/be-yourself-only-works-for-people
2•Michelangelo11•38m ago•1 comments

SHO HN: RainBreak App Mac – The AI doesn't need a break. But you do

https://rainbreak.franzai.com/
1•franze•39m ago•0 comments

What Happens When Claude Tests Your Web Application?

https://searchzee.com/blog/ai-agent-tests-web-application
1•rajkverma123•39m ago•0 comments

Crypto 2026 Accepted Papers

https://crypto.iacr.org/2026/acceptedpapers.php
1•altro•46m ago•0 comments

Show HN: dk

https://github.com/hq6/dk
1•hq6•48m ago•0 comments

The Importance of Establishing Boundaries with Your DOM: Stealing 1Password Keys

https://guyfischman.com/posts/1password-delegation/
3•guyfischman•53m ago•0 comments

Unreliable Agentic Systems in Production

1•shasyn•55m ago•0 comments

Oxford's top maths professor: 'The devil could use AI to destroy the world'

https://www.telegraph.co.uk/books/non-fiction/interview-oxford-professor-john-lennox/
1•01-_-•56m ago•0 comments

Anthropic Mythos exposed flaws in classified US systems

https://www.channelnewsasia.com/business/anthropics-mythos-model-found-vulnerabilities-in-classif...
2•01-_-•56m 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!