frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AT&T CEO Says He Can't Deploy Robocall Blockers Without FCC Approval. He's Wrong

https://web.archive.org/web/20160602030339/http://consumerist.com/2016/06/01/att-ceo-says-he-cant...
1•dredmorbius•25s ago•0 comments

Show HN: Created a Drink Journal App, Drinqly

https://drinqly.io/welcome
1•haileivera•1m ago•0 comments

Docs in 2026: Feed the machine, then guide the humans

https://passo.uno/tech-writing-role-split/
1•theletterf•6m ago•0 comments

Karakeep Release 0.33.1

https://github.com/karakeep-app/karakeep/releases/tag/v0.33.1
1•toomuchtodo•6m ago•1 comments

Rcarmo/umcp: A micro MCP core (asyncio and synchronous)

https://github.com/rcarmo/umcp
1•rcarmo•6m ago•0 comments

Laravel LSP, Pest 5, Laracon US 2026 – A Day with Laravel #062

https://a-day-with-laravel.happyto.dev/p/laravel-lsp-pest-5-laracon-us-2026-a-day-with-laravel-062
1•happytodev•7m ago•0 comments

I am building a cool OS like simulator based on Corgis

https://github.com/ILikeLinux123/Corgi-OS
2•Linuxisgood•8m ago•1 comments

Atom is better than RSS, in ways that matter

https://chrismorgan.info/atom%3Erss
4•frizlab•10m ago•0 comments

2025 Review of Notorious Markets for Counterfeiting and Piracy [pdf]

https://ustr.gov/sites/default/files/files/Press/Releases/2026/2025%20Notorious%20Markets%20List%...
1•zebreus•13m ago•0 comments

ModelExpress: Distributing Model Artifacts at the Speed of Light

https://developer.nvidia.com/blog/modelexpress-distributing-model-artifacts-at-the-speed-of-light/
1•gmays•16m ago•0 comments

Conor Oberst Survived Teenage Rock Stardom

https://www.nytimes.com/2026/07/24/arts/music/conor-oberst-bright-eyes-interview-popcast.html
1•bookofjoe•17m ago•1 comments

Show HN: Evidence-to-Skill – a gate between untrusted sources and agent skills

https://github.com/Sanexxxx777/evidence-to-skill
1•Aleksandr_NFA•21m ago•0 comments

The Beelink Mate Pro

https://taoofmac.com/space/reviews/2026/08/01/2130
1•rcarmo•23m ago•0 comments

Presigned URLs are technically a security vuln

https://www.tigrisdata.com/blog/presigned-urls-security-vuln/
1•ErenayDev•25m ago•0 comments

Grace

https://rodrigoalvesvieira.com/2026/08/01/grace
1•ravieira•27m ago•0 comments

Busy Beaver Holdouts Lists

https://wiki.bbchallenge.org/wiki/Holdouts_lists
1•frozenseven•27m ago•0 comments

Harry Potter and the Chamber of Secrets

https://en.wikipedia.org/wiki/Harry_Potter_and_the_Chamber_of_Secrets
1•chistev•27m ago•0 comments

The 14 Steps it takes to open my office door with a new phone

https://shub.club/writings/2026/august/14-steps-to-open-a-door/
12•forthwall•32m ago•7 comments

The Wheels We Keep Reinventing

https://blainsmith.com/articles/reinventing-the-wheel/
1•birdculture•35m ago•0 comments

Show HN: Copy any website pixel perfect

https://github.com/HarKro753/claude-copy
1•Harro123•38m ago•0 comments

How the Heck Does JPEG Work?

https://perthirtysix.com/how-the-heck-does-jpeg-work
2•safehuss•48m ago•0 comments

Show HN: Check technical fit for B2B prospects without questionnaires

https://tryscoped.com/demo
1•ininew•50m ago•1 comments

Coldcard's $38M (so far) exploit shakes faith in self-custody

https://www.coindesk.com/business/2026/07/31/coldcard-s-usd38-million-so-far-exploit-shakes-faith...
8•wslh•57m ago•2 comments

If technology got better, why did everything get worse?

https://www.sammystraus.com/#if-technology-got-better-why-did-everything-get-worse
6•sammy0910•57m ago•1 comments

Book sellers raise alarm over 'horrific' destruction of rare titles to feed AI

https://www.theguardian.com/technology/2026/aug/02/australian-book-sellers-alarm-destruction-rare...
5•billybuckwheat•58m ago•1 comments

Using Meta AI via WhatsApp for OpenCode

https://github.com/amita-seal/wa-metaai
1•amita2•59m ago•0 comments

AI's real threat to jobs isn't job loss, it's lower paychecks, new research says

https://www.businessinsider.com/ai-could-lower-workers-pay-job-market-impact-2026-7
3•theanonymousone•1h ago•0 comments

Ask HN: How are you using AI to learn?

4•mfalcon•1h ago•2 comments

We're 15-year-olds tired of switching study apps, so we built our own

https://reviscio.com/
1•Luka_Takki•1h ago•2 comments

Retired man plants trees on forgotten land, now it's Sao Paulo's largest park

https://timesofindia.indiatimes.com/world/rest-of-world/in-2003-a-retired-man-planted-trees-on-fo...
7•rmason•1h ago•1 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!