frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Americans Striking It Rich in the Data-Center Buildout

https://www.msn.com/en-us/money/realestate/the-americans-striking-it-rich-in-the-data-center-buil...
1•littlexsparkee•43s ago•0 comments

Prompting

https://learn.chatgpt.com/docs/prompting
1•tosh•58s ago•0 comments

How I made $25k in 15 days with a game built by Claude Code

https://leocoout.medium.com/how-i-made-25k-in-15-days-with-a-game-built-entirely-by-claude-code-9...
1•svenfaw•1m ago•0 comments

Building with Friction

https://adjohu.com/blog/building-with-friction/
1•adjohu•2m ago•0 comments

You cleaned up your diet, and somehow feel worse. What to do

https://www.plantbasededit.com/cleaned-up-diet-and-feel-worse/
1•martinagabr•5m ago•0 comments

Ask HN: At what age did you start to feel your learning ability decline?

1•bagol•6m ago•0 comments

Some Monsters Are Real

https://climatecasino.substack.com/p/some-monsters-are-real
2•akyuu•6m ago•0 comments

Checkpoints for AI sessions – carry context across AI tools, self-hosted

https://github.com/OurThinkTank/founders-os
1•ourthinktank•7m ago•0 comments

A new monetary metric is found in the thermodynamic relation energy – GDP

https://arxiv.org/abs/2508.08723
1•frabarbieri•8m ago•0 comments

Beijing's 'Manhattan Project': China Close to Cracking Code of EUV Lithography

https://timesofindia.indiatimes.com/science/beijings-manhattan-project-china-close-to-cracking-co...
1•softveda•8m ago•1 comments

Building a Compliance-Ready Casino Platform

https://geekyants.com/case-studies/secure-casino-web-platform-kyc-payments-geo-compliance
1•Krishnaswaroop•9m ago•0 comments

Automate your link building outreach with one tool

https://www.autobacklinks.ai
1•welsenesbros•12m ago•0 comments

Show HN: LLM-mock – Record and replay OpenAI/Anthropic calls in pytest (v1.0)

https://github.com/autopost/llm-mock
1•roman_t•14m ago•0 comments

TLS Handshakes: Measuring the Performance of 4 Cryptography Libraries

https://c410-f3r.github.io/thoughts/tls-handshakes-measuring-the-performance-of-4-cryptography-li...
1•CaioFer•21m ago•0 comments

Show HN: I built an agent framework where the agent is just one file

https://github.com/loopedautomation/agent-framework
1•RatulMaharaj•21m ago•1 comments

Tell HN: The Codex App is replaced by ChatGPT

2•vintagedave•22m ago•2 comments

EU will seek to limit children's access to social media

https://www.rte.ie/news/europe/2026/0713/1583074-eu-social-media/
2•austinallegro•24m ago•1 comments

Show HN: Call to Control AI Agents via the Web

https://diffforge.ai/
2•Rizzist•31m ago•0 comments

Michael Saylor's Cryptic Bitcoin Post Sparks Fresh Strategy Speculation

https://coinmarketcap.com/community/post/377739002/
1•joeymabia1•31m ago•0 comments

TalkScrolls

https://talkscrolls.com/
1•gerhardm13•37m ago•0 comments

BirdyChat now has an API and MCP support

https://www.birdy.chat/blog/birdychat-now-has-an-api-and-mcp-support
1•rmesters•37m ago•0 comments

CEO under fire for mass layoff amid foreign hiring spree, on Fed jobs task force

https://www.foxnews.com/politics/ceo-under-fire-mass-layoffs-amid-foreign-worker-hiring-spree-now...
2•Alien1Being•37m ago•0 comments

If Henry Rollins were a bookkeeper

https://gyurka.nl/graphflag.html
1•the_ed•40m ago•1 comments

Indian companies look to Chinese LLMs as AI costs bite

https://asia.nikkei.com/business/technology/artificial-intelligence/indian-companies-look-to-chin...
1•Alien1Being•43m ago•0 comments

A memory-bounded architecture for bursty HTML-to-PDF workloads

https://adrianani.com/articles/html-to-pdf-api-blueprint
2•adrianani-com•43m ago•1 comments

Chinese AI models are gaining ground with U.S. companies

https://www.cnbc.com/2026/07/07/chinese-ai-models-costs-us-openai-anthropic.html
2•Alien1Being•44m ago•0 comments

SonaCMS – A flat-file PHP CMS with no database

https://github.com/romeo19361/SonaCMS
1•romeo19361•44m ago•0 comments

An Enterprise-Grade Platform for Agent Development and Governance

https://dolphindb.com/blogs/48
1•CrazyTomato•44m ago•0 comments

Top Reactjs Development Services to Check in 2026

https://focusreactive.com/blog/top-reactjs-development-services-in-2026/
1•katyadrozd•45m ago•0 comments

Debian: Security support for Bookworm handed over to the LTS team

https://www.debian.org/News/2026/20260712
1•tapanjk•48m 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!