frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I built a dev diary writes itself

https://mydev.day/
1•lucasmartinic•4m ago•0 comments

The Robots Work at Night

https://www.givedirectly.org/the-robots-work-at-night
1•cash_transfers•5m ago•0 comments

MistralAI's Le Chaton Fat Tops Web Dev Benchmark

1•nsoonhui•5m ago•0 comments

SearchLeak: We Turned M365 Copilot into a One-Click Data Exfiltration Weapon

https://www.varonis.com/blog/searchleak
1•croes•6m ago•0 comments

From hieroglyphics to APL (1991) [pdf]

https://sigapl.org/Articles/Language%20as%20an%20intellectual%20tool-From%20hieroglyphics%20to%20...
1•tosh•6m ago•0 comments

Correlated randomness in Slay the Spire 2

https://tck.mn/blog/correlated-randomness-sts2/
1•rdmuser•13m ago•0 comments

Brick: SOTA LLM Routing

https://arxiv.org/abs/2606.13241
2•FrancescoMassa•14m ago•0 comments

A Chinese rocket breaks apart dangerously close to the Starlink constellation

https://arstechnica.com/space/2026/06/a-chinese-rocket-breaks-apart-dangerously-close-to-the-star...
1•rbanffy•15m ago•0 comments

Florida lawsuit accuses TikTok of violating state's child social media ban

https://www.theguardian.com/us-news/2026/jun/15/florida-sues-tiktok-teen-social-media-access-law
1•beardyw•15m ago•0 comments

Papers from the Lost Culture of Array Languages (2011)

https://prog21.dadgum.com/114.html
1•tosh•16m ago•0 comments

France's sovereignty push can't escape the Microsoft gravity well

https://www.theregister.com/on-prem/2026/06/16/frances-digital-sovereignty-push-is-struggling-to-...
2•Timofeibu•17m ago•1 comments

Notes from Tired Egyptian Whose Job Is Explaining That Humans Built the Pyramids

https://www.mcsweeneys.net/articles/notes-from-a-tired-egyptian-guy-whose-job-is-explaining-that-...
2•Geekette•23m ago•0 comments

Show HN: Hyperbox- $40/month Mac mini rentals

https://hyperbox.sh
1•Areibman•26m ago•0 comments

Show HN: ProData AI – 14 MCP tools for automated data science

https://mcpize.com/mcp/prodata-ai
2•varunwalekar•27m ago•0 comments

ML research datasets from ArXiv and Semantic Scholar (JSONL, quality-scored)

https://huggingface.co/fineset-io
1•dangerlego5•28m ago•1 comments

Trinket.io shutting down, so we saved it and hosted it a trinket.strivemath.org

https://trinket.strivemath.org/
4•apulkit6•29m ago•1 comments

My unvarnished guide to solution engineering

https://maxhalford.github.io/blog/solution-engineering-advice/
1•AdilZtn•29m ago•0 comments

Writing a browser-use agent from scratch – Part 1/3 – The Capture

https://pdufour.substack.com/p/writing-a-browser-use-agent-from
1•thunderbong•30m ago•0 comments

The fight over Claude Mythos 5

https://www.theverge.com/ai-artificial-intelligence/950412/anthropic-trump-adminstration-claude-m...
1•Shank•30m ago•0 comments

What the CEO Wants You to Know

https://commoncog.com/what-the-ceo-wants-you-to-know/
1•simonebrunozzi•30m ago•0 comments

How We Built a High-Performance Factor Evaluation Framework

https://medium.com/@DolphinDB_Inc/high-performance-factor-evaluation-with-dolphindb-23bb6954503f
2•Polly_Liu•33m ago•0 comments

Feds freaked over Fable 5 after simple 'fix this code' prompt, not jailbreak

https://www.theregister.com/security/2026/06/15/feds-freaked-over-fable-5-after-simple-fix-this-c...
3•_tk_•33m ago•0 comments

Mike Acton: Convex Primitive Collision Detection – Reference and LLM-Optimized

https://github.com/macton/differentiable-collisions-optc
2•thdr•34m ago•0 comments

Dutch children are unusually happy and healthy. Because of this walking ritual?

https://www.theguardian.com/lifeandstyle/2026/jun/16/dutch-children-unusually-happy-healthy-avond...
3•monkey_monkey•35m ago•0 comments

Tensordyne Napier AI Processor Announced with Logarithmic Math

https://www.servethehome.com/tensordyne-napier-ai-processor-announced-with-logarithmic-math/
1•lumpa•41m ago•0 comments

South Korea Politicians Wants AI Profit Sharing

https://www.gadgetreview.com/south-korea-floats-citizen-dividend-ai-profit-sharing-as-tech-stocks...
2•thomasfl•42m ago•1 comments

GPU Is the New Oil

https://xificurc.github.io/blog/gpu-is-the-new-oil/
2•comma_at•44m ago•0 comments

We Built a Real-Time Money Flow Monitoring System

https://medium.com/@DolphinDB_Inc/tracking-smart-money-in-real-time-building-a-minute-level-capit...
2•CrazyTomato•44m ago•0 comments

Commodore Releases Flip Phone

https://commodore.net/why-a-flip-phone/
9•bartekrutkowski•44m ago•0 comments

The Fable 5 Export Controls Harm US Cyber Defense

https://simonwillison.net/2026/Jun/16/fable-5-export-controls/
1•lumpa•44m 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!