frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Kern – Recall cards for the books you read, from just the title

https://kern.cards/
1•jpetric•30s ago•0 comments

Show HN: Evochess – AI feels more like human opponent

https://penkovsky.github.io/evochess/
1•penkovsky•1m ago•1 comments

Show HN: Made a Shuffle Cloned Instances Component for Framer

https://pixcodrops.com/articles/shuffle-cloned-instances-component-for-framer/
1•brownieman1325•2m ago•0 comments

Privacy Not Included

https://www.mozillafoundation.org/en/privacynotincluded/
1•RMPR•4m ago•0 comments

My newsletter is your email client, too

https://en.andros.dev/blog/685eb16f/my-newsletter-is-your-email-client-too/
1•8organicbits•4m ago•0 comments

A computer made of particles oscillating in a liquid

https://www.uni-konstanz.de/en/university/news-and-media/current-announcements/news-in-detail/a-c...
1•wjSgoWPm5bWAhXB•5m ago•0 comments

Prolog for Verification, Analysis and Transformation Tools Michael Leuschel [pdf]

https://arxiv.org/abs/2008.02933
1•jnpnj•5m ago•0 comments

Show HN: Kysera – a data layer for Kysely with RLS compiled into the SQL

https://kysera.dev/
1•old8man•6m ago•0 comments

Show HN: Archive Websites with Cloudflare Workers

https://github.com/kenobi-ai/breamer
1•sarreph•6m ago•1 comments

ICQ Reborn Community Project

https://icqr.net/
1•ElSchorschoDE•6m ago•0 comments

Arm's Cortex A55 – By Chester Lam

https://chipsandcheese.com/p/arms-cortex-a55
1•rbanffy•6m ago•0 comments

DeepSeek V4 Flash 2.98x faster, lossless

https://runinfra.ai/catalog/deepseek-v4-flash-b200x4-v4turbo
1•OsamaJaber•9m ago•0 comments

Building compliant AI medical software

https://geekyants.com/en-us/blog/how-to-build-medical-device-software-with-ai-compliance-architec...
2•varda_62892•9m ago•1 comments

Splint: Annotation-assisted lightweight static checking for C. (2004)

https://splint.org/
1•fanf2•10m ago•0 comments

Show HN: Draftlight – AI that makes you a better writer (leaves writing to you)

https://draftlight.xyz/
1•mlitwiniuk•10m ago•0 comments

Why Shouldn't Amazon Spinoff AWS and Annapurna Labs?

https://www.nextplatform.com/cloud/2026/08/04/why-shouldnt-amazon-spinoff-aws-and-annapurna-labs/...
1•rbanffy•11m ago•1 comments

Ask HN: What has your personal website/blog done for you?

2•chistev•13m ago•0 comments

OSS WebUI Llms.py v4: Projects, Agent Profiles, PDF Studio, 1-Click Sharing

https://llmspy.org/docs/latest
2•mythz•17m ago•0 comments

One Man's Quest to Fix Every Deadly Guardrail

https://www.newyorker.com/magazine/2026/07/27/one-mans-quest-to-fix-every-deadly-guardrail
2•mhb•17m ago•0 comments

Buckminster Fuller: everything I know

https://www.bfi.org/about-fuller/everything-i-know/
6•simonebrunozzi•18m ago•1 comments

Hungary within millimetres of shutting down its NPP as region fights drought

https://www.theguardian.com/world/live/2026/aug/04/europe-drought-extreme-heat-wildfires-climate-...
2•Markoff•20m ago•1 comments

I Spent 2B Tokens Writing a C++ Compiler So You Don't Have To

https://medium.com/@vishvananda/i-spent-2-billion-tokens-writing-a-c-compiler-so-you-dont-have-to...
2•lemming•20m ago•0 comments

Show HN: Bourdon – one shared memory file for Claude Code, Codex, Cursor

https://bourdon.ai
2•RADLAB•20m ago•0 comments

Why Netflix is betting on systems thinkers in the AI era: Elizabeth Stone (CPTO)

https://www.youtube.com/watch?v=t0GiTyz4syY
2•Brysonbw•20m ago•0 comments

Hackers Hit Bitcoin's Safest Hiding Place in Ongoing Attack

https://www.bloomberg.com/news/articles/2026-08-03/hackers-target-bitcoin-s-safest-hiding-place-i...
2•geox•20m ago•0 comments

AI-Generated Images Discourage Me from Reading Your Blog

https://nelson.cloud/ai-generated-images-discourage-me-from-reading-your-blog/
3•meysamazad•21m ago•0 comments

Thinking Partners

https://www.danritz.com/articles/thinking-partners/
2•meysamazad•22m ago•0 comments

Real-Time Level-of-Detail Rendering with ReSTIR

https://research.nvidia.com/labs/rtr/publication/wang2026levelofdetail/
2•ibobev•23m ago•0 comments

Stylized GGX Shading

https://alexandrelamure.github.io/graphics-posts/stylized-ggx-shading.html
2•ibobev•23m ago•0 comments

Gabor Fields: Orientation-Selective Level-of-Detail for Volume Rendering

https://arcanous98.github.io/projectPages/gaborVolumes.html
2•ibobev•23m 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!