frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Climate Change Tracker

https://climatechangetracker.org
1•a2x•1m ago•0 comments

New term in AI search: On-site live agents

https://embassia.com
1•ramazanaliakdas•2m ago•0 comments

US treasury doubles debt buyback to steady bond market amid inflation fears

https://www.theguardian.com/business/2026/aug/19/us-treasury-doubles-debt-buyback-bond-market
2•almog•2m ago•0 comments

CFTC Requests Comment on the Listing of Compute Derivatives Contracts

https://www.cftc.gov/PressRoom/PressReleases/9286-26
1•petethomas•3m ago•0 comments

APISign – E-signature API, templates are Markdown files in your repo

https://apisign.io/
1•wunl•3m ago•0 comments

Book Review: Kakistocracy

https://benthams.substack.com/p/review-kakistocracy
1•paulpauper•3m ago•0 comments

UC Berkeley professor admits to using AI in op-ed

https://www.dailycal.org/news/campus/uc-berkeley-professor-admits-to-using-ai-in-op-ed-calling-ou...
2•paulpauper•4m ago•0 comments

French Constitutional Council Blocks Under-15 Social Media Ban

https://www.techdirt.com/2026/08/19/french-constitutional-council-blocks-under-15-social-media-ba...
1•cdrnsf•5m ago•0 comments

Run GLM-OCR, DeepSeek-OCR-2, Dots.mocr with an OpenAI Compatible API

https://www.vlm.run/product/gateway
2•fzysingularity•5m ago•0 comments

Computational Life Reactor (Based on Brainfuck)

https://alexborger.com/clr-computational-life-reactor
1•a2x•6m ago•1 comments

Reconciling global tipping point theories: Insight from magnetic experiments

https://www.cell.com/one-earth/fulltext/S2590-3322(25)00184-8
1•jambalaya8•7m ago•0 comments

Everything is muscle training (even more than you think)

https://suboptimization.substack.com/p/everything-is-muscle-training-even
1•bricee98•7m ago•0 comments

I ran 539 regex patterns on 16 real engines – 264 disagree

https://github.com/Kristofp/regex-engine-divergences
1•stofke72•7m ago•0 comments

BookHive – Open-source alternative to Goodreads on ATProto

https://bookhive.buzz/
1•ksymph•7m ago•0 comments

Stripe to investors: the singularity has begun [pdf]

https://s3.documentcloud.org/documents/28565866/stripes-august-2026-investor-letter.pdf
1•reasonableklout•7m ago•0 comments

Show HN: Open Bot – an open-source Grok Bot that works with any agent harness

https://github.com/copilotkit/openbot
7•mikeryan52•9m ago•1 comments

What the $20 Burrito Debate Gets Wrong About Affordability

https://newsletter.platypuseconomics.com/p/burrito-gate-and-the-affordability
2•mooreds•9m ago•1 comments

Self-Service Analytics Is Not Self-Service. But Don't Tell Anyone

https://dataanalysis.substack.com/p/self-service-analytics-is-not
1•dijksterhuis•9m ago•0 comments

ASD-STE100 Simplified Technical English

https://www.asd-ste100.org/
1•Bluestein•9m ago•0 comments

FTC Proposed Policy on Personalized Pricing

https://www.ftc.gov/legal-library/browse/federal-trade-commissions-proposed-enforcement-policy-st...
1•tedggh•12m ago•0 comments

The most common questions about developer marketing, answered

https://posthog.com/blog/developer-marketing-questions
1•cyndunlop•12m ago•0 comments

Curvature Beziers – Improving on a timeless recipe

https://acko.net/blog/curvature-beziers/
1•thunderbong•14m ago•0 comments

Fig, a TS UI Runtime Based on React

https://www.bengubler.com/posts/2026-08-14-introducing-fig-ui-runtime
1•nebrelbug•14m ago•0 comments

Secure all your internal vibe-coded applications – in one click

https://blog.cloudflare.com/workers-protected-by-access/
2•speckx•15m ago•0 comments

A blog should be a folder of files

https://robinkroonen.com/posts/a-blog-should-be-a-folder-of-files/
2•rob-x-ai•15m ago•0 comments

Trading the Infrastructure of Tomorrow

https://www.cmegroup.com/markets/energy/power/compute-futures.html
1•nairboon•16m ago•0 comments

OpenAI's "joke" at Patch Demo Day 2026

https://mbdalpha.dev/blog/conall-oreilly/
1•mbdalpha•16m ago•0 comments

Unsloth Dynamic 3.0 GGUFs

https://unsloth.ai/docs/basics/dynamic-3.0-ggufs
2•jonesy827•18m ago•0 comments

Chesterton's Fence: A Lesson in Thinking

https://fs.blog/chestertons-fence/
2•Bluestein•19m ago•0 comments

You can't stop people from using AI

https://ashu1461.com/posts/you-cant-stop-people-from-using-ai/
1•ashu1461•19m 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!