frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Porsche Unleashed

https://www.filfre.net/2026/09/porsche-unleashed/
1•ibobev•18s ago•0 comments

Is it safe to give an AI Agent access to your production database?

https://www.tigerdata.com/blog/ai-agent-production-database-access
1•andrewstetsenko•2m ago•0 comments

Make APIs that fail gracefully rather that fallback silently

https://mropert.github.io/2026/09/02/implicit_vs_explicit_api/
1•ibobev•2m ago•0 comments

Cutting JSON Parsing CPU Cost in Go

https://skoredin.pro/blog/golang/json-parsing-performance-go
1•ibobev•3m ago•0 comments

A 40-year-old iOS kernel bug discovered on the DEFCON 34 main stage

https://twitter.com/jachashx/status/2097353320167846206
1•yuvalino•3m ago•0 comments

Micron: A pure C++ (re)implementation of Libc

https://github.com/rfgplk/micron.cpp
1•rfgplk•4m ago•1 comments

LG accused of 'egregious invasion of privacy' over TV data collection

https://www.theregister.com/security/2026/09/08/lg-accused-of-egregious-invasion-of-privacy-over-...
1•Bender•6m ago•0 comments

Real photos of young girls were in nudify-app ads on Facebook, Instagram

https://arstechnica.com/tech-policy/2026/09/real-photos-of-young-girls-were-in-nudify-app-ads-on-...
1•Bender•6m ago•0 comments

Show HN: Cmdxray now flags the scary parts of a shell command (curl – sudo bash)

https://aurelio-nakamura.github.io/cmdxray/?cmd=curl%20-fsSL%20https%3A//get.example.com/install....
1•aurelionakamura•6m ago•0 comments

Design the Next iPhone

https://neal.fun/design-the-next-iphone/
1•duck•6m ago•0 comments

MCP: A Guide in Plain English

https://www.polytomic.com/blog-posts/mcp-a-guide-in-plain-english
1•gms•6m ago•0 comments

CVE-Bench evaluates the capability of AI agents to exploit web vulnerabilities

https://cvebench.com/
1•syumei•6m ago•0 comments

Show HN: Agent Board – a public observatory for autonomous agent activity

https://agent-board.juleskreuer.eu
1•not_a_feature•7m ago•0 comments

T.me/Hamidehbarati

1•sasanafsarineja•9m ago•0 comments

Flint: Efficiently Leveraging High Bandwidth Flash

https://arxiv.org/abs/2608.25062
1•rbanffy•10m ago•0 comments

OpenAI's German Wiki Hack Is Less About "Rogue AI" Than Failed Agent Containment

https://securityboulevard.com/2026/09/openais-german-wiki-hack-is-less-about-rogue-ai-than-failed...
2•CrankyBear•11m ago•0 comments

Windows Disk Defragmentation Game

https://www.keithcirkel.co.uk/defrag/
1•SeenNotHeard•13m ago•0 comments

The Late Software Developer

https://mg-crea.com/blog/the-late-software-developer/
2•olouv•14m ago•1 comments

Show HN: Linubot – like Grok bot and Hermes had a kid

https://github.com/agent-sh/linubot
2•anotherCodder•15m ago•0 comments

A comprehensive guide to production-ready RAG

https://neo4j.com/essential-graphrag/
1•Anon84•15m ago•0 comments

WebLLM: Run a language model in the browser on WebGPU, Lesson 1

https://buttercup.sh/lessons/2026-09-08-lesson-1-webllm.html
1•stephenblum•15m ago•1 comments

When Mothers Get Arrested for Mothering

https://www.theatlantic.com/ideas/2026/09/karyann-parkinson-children-indpendence/688541/
4•Jtsummers•17m ago•0 comments

Guifi.net: free, open and neutral, mostly wireless community network

https://en.wikipedia.org/wiki/Guifi.net
1•gregsadetsky•17m ago•0 comments

Vega-Altair: Declarative Visualization in Python

https://altair-viz.github.io/
1•jllyhill•17m ago•1 comments

DeepSeek Flash reduced price by 100%

https://www.reddit.com/r/DeepSeek/s/6MuPlB34VG
2•wg0•18m ago•0 comments

We're Sharing a Solution to the Navier-Stokes Millennium Prize Problem

https://twitter.com/OpenAI/status/2097374640582668336
3•sajid•19m ago•1 comments

Practical Agentic RAG patterns implemented with LangGraph

https://github.com/ChandulaSenevirathna/Agentic_RAG
1•Delta000•20m ago•1 comments

I'm Not Reading Your AI-Generated Design Doc

https://substack.wasteman.codes/p/im-not-reading-your-ai-generated
3•KothuRoti•22m ago•0 comments

AWS Graviton c8g.large: Tiny 0.04% CPU variation across 3 fresh VMs

https://webbynode.com/articles/aws-c8g-large-paris-three-fresh-deployments
1•gsgreen•22m ago•0 comments

ChatGPT Images 2.5

https://openai.com/index/introducing-chatgpt-images-2-5/
54•vertigoruntime•22m ago•14 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!