frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

World Bank to abandon goal to devote 45% of lending to climate change projects

https://www.reuters.com/sustainability/cop/world-bank-abandon-goal-devote-45-lending-resources-cl...
1•littlexsparkee•36s ago•0 comments

Claude Sonnet 5 – benchmark results

https://artificialanalysis.ai/models/claude-sonnet-5
1•lucamark•37s ago•0 comments

How are you handling semantic context in AI video translations?

https://uni-subs.com/
1•Zaberham•1m ago•0 comments

Nvidia resurrects older graphics cards as RAM demands impact tech prices

https://mashable.com/tech/nvidia-gpu-rtx-3060-ramageddon
1•ripe•4m ago•0 comments

mRNA vaccines – a new era in vaccinology (2018)

https://www.nature.com/articles/nrd.2017.243
1•downbad_•5m ago•0 comments

Cheaper Than Concrete: Robots and the New Stone Age

https://originals.is/p/cheap-splendor-robots-and-the-new
1•MediaSquirrel•7m ago•0 comments

List of Domesticated Animals

https://en.wikipedia.org/wiki/List_of_domesticated_animals
1•jcmontx•8m ago•0 comments

The best thing that's ever happened for multiplayer games?

https://mas-bandwidth.com/the-best-thing-thats-ever-happened-for-multiplayer-games/
2•gafferongames•10m ago•0 comments

Drone Physics

https://iahmed.me/post/drone-physics/
2•wrxd•12m ago•0 comments

Chad Fowler's "Phoenix Architecture"

https://stevekrouse.com/phoenix
2•stevekrouse•13m ago•0 comments

Show HN: Jensen – a Deus Ex: Human Revolution theme for 30 developer apps

https://tomaytotomato.github.io/jensen/
1•tomaytotomato•13m ago•0 comments

GPT 5.5 uses Grug Brained talk during reasoning for 2x token efficiency

https://www.youtube.com/watch?v=ypO0q_8zhWw
3•m3h•14m ago•0 comments

SlateDB: An Object-Native LSM for Online Systems

https://slatedb.io/blog/introducing-slatedb/
5•agavra•14m ago•0 comments

Why AI Hasn't Cured Anything yet [video]

https://www.youtube.com/watch?v=n-hWHV2ZKOA
1•gurjeet•14m ago•0 comments

Skill.md AI Crawler Visibility

https://github.com/MerqryLabs/ai-crawler-visibility
2•novaesystems•16m ago•0 comments

WordPress Vulnerability Scan Came Back Clean. Are You Still Exposed?

https://blog.wpsec.com/your-wordpress-vulnerability-scan-came-back-clean-are-you-still-exposed/
1•jonasl•16m ago•0 comments

Cinder Dial, a molten forge-machine turning in real time

https://sand-morph.up.railway.app/grand-elemental
1•echohive42•17m ago•0 comments

SCOTUS Decision: Law Enforcement's Use of 'Geofence Warrant' Was a 'Search'

https://daringfireball.net/2026/06/scotus_geofence_warrant_search
1•coloneltcb•17m ago•0 comments

We used coding agents to add RonSQL support to RonDB

http://mikaelronstrom.blogspot.com/2026/06/experiences-from-new-wave-of-ai.html
1•jamesblonde•18m ago•0 comments

Show HN: Frontier AI Lab Jobs – Open Jobs by Function at OpenAI, Anthropic

https://frontierjobs.org/
1•te_ch•21m ago•0 comments

Bromure Agentic Coding: Wrap agent in a VM and proxy that VM, preventing leaks

1•pixdamix•22m ago•0 comments

Tokyo has only two barley tea makers, we visited one to see how mugicha is made

https://soranews24.com/2026/06/30/tokyo-has-only-two-barley-tea-makers-and-we-visited-one-to-see-...
3•zdw•22m ago•0 comments

Learning to Replicate Expert Judgment in Financial Tasks

https://thinkingmachines.ai/news/learning-to-replicate-expert-judgment-in-financial-tasks/
1•dphuang2•23m ago•0 comments

Q&A with Micron's VP and GM of Memory

https://morethanmoore.substack.com/p/q-and-a-with-microns-vp-and-gm-of
1•zdw•24m ago•0 comments

Hologram v0.10: Events and middleware for Elixir running in the browser

https://hologram.page/blog/hologram-v0-10
1•bartblast•24m ago•0 comments

Warp raises $60M Series B

https://www.warp.co/b
3•dphuang2•26m ago•3 comments

AI Could Be the Railroad of the 21st Century. Brace Yourself

https://www.derekthompson.org/p/artificial-intelligence-could-be
2•simonebrunozzi•28m ago•0 comments

Wall-run (4k:c64,v20,c16,zx,PC)

https://orac81.itch.io/wall-run
3•orac81•33m ago•2 comments

Maestral open-source Dropbox client no longer actively supported

https://maestral.app/
4•rja65•35m ago•0 comments

Volkswagen's Crisis in Five Charts

https://www.reuters.com/business/autos-transportation/volkswagens-crisis-five-charts-2026-06-30/
2•leonidasrup•37m 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!