frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An autonomous agent system that converged toward microkernel design principles

1•narv-lab•3m ago•0 comments

Show HN: CallBro – Granola, but Powered by Codex, Claude Code, or Your Local LLM

https://callbro.ai/
1•zlat1997•10m ago•0 comments

OpenStreetMap: Admin_level for All Countries

https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative#Table_:_Admin_level_for_all_cou...
1•ivanjermakov•10m ago•0 comments

Shopi Sri Lanka's No.1 E-Commerce Builder

https://shopi.lk/
1•ruzny-ramzan•12m ago•0 comments

DynamoDB Deep Dive

https://www.thetrueengineer.com/p/dynamodb-deep-dive
1•adletbalzhanov•13m ago•0 comments

Show HN: Claude Code Workflows for GPT/Codex

https://github.com/cyrusNuevoDia/gpt-workflow
1•knrz•15m ago•1 comments

Scalable Detection of Adversarial Synthetic Slop and Coordinated Media Abuse

https://research.google/pubs/scalable-detection-of-adversarial-synthetic-slop-and-coordinated-med...
2•thinkingemote•15m ago•1 comments

China's C919 passenger jets to enter service on first international route

https://www.msn.com/en-xl/technology/aviation/china-s-c919-passenger-jets-to-enter-service-on-fir...
3•ilamont•16m ago•0 comments

Fast DDS – C++ implementation of DDS standard of the OMG

https://github.com/eProsima/Fast-DDS
1•gjvc•19m ago•1 comments

Society for Hopeful Technologists

https://societyforhopefultechnologists.org/
2•edward•19m ago•0 comments

Vitamin C as a nitrosation inhibitor across dietary patterns and water quality

https://www.sciencedirect.com/science/article/pii/S002251932600069X?via%3Dihub
1•bookofjoe•20m ago•0 comments

YouTube's S-CTS: The AI Slop Purge has arrived

https://insidethecreator.beehiiv.com/p/the-slop-purge-has-arrived
1•CPLX•21m ago•0 comments

AI isn't destroying entry-level jobs. It's changing them

https://www.ft.com/content/6cb9570b-dccd-46f5-b42a-4d0b7b5de35a
1•thm•24m ago•1 comments

Users of Meta's Facebook, Instagram report suffering some outages

https://www.reuters.com/world/asia-pacific/users-metas-facebook-instagram-report-suffering-some-o...
1•saikatsg•24m ago•0 comments

One Giant Agent vs. 100 Small Agents

https://wolbarg.com/blog/one-giant-agent-vs-100-small-agents
1•atharvmunde•25m ago•0 comments

The Tactile Gating Paradox: Why Cameras Alone Can't Keep Humanoid Robots Upright

https://latentdynamics.substack.com/p/the-tactile-gating-paradox-why-cameras
1•Ayauho•27m ago•0 comments

Duely – Track unpaid invoices and send WhatsApp reminders in one click

https://duely-44998.bubbleapps.io/
1•03Leena03•27m ago•0 comments

I Got a Neko Full-Body Scan–and It Found 1 Thing None of My Devices Could See

https://www.inc.com/connor-jewiss/i-got-a-full-body-scan-and-it-found-1-thing-none-of-my-devices-...
1•connorjewiss•27m ago•0 comments

CosmicWatch: The Desktop Muon Detector

https://arxiv.org/abs/2508.12111
1•nill0•30m ago•0 comments

In-House LLM Serving at Netflix

https://netflixtechblog.com/in-house-llm-serving-at-netflix-a5a8e799ea2c?source=rss-c3aeaf49d8a4-...
3•dalvrosa•34m ago•0 comments

Claude Code skill for searching royalty-free stock photos via the Pexels API

https://github.com/amalshehu/pexels-skill
1•amalshehu•34m ago•0 comments

The Unpaid Invoices of 20th-Century Physics (and the Wolfram Overlap)

https://github.com/Michael-Ax64/K4-CompilingReality/blob/main/quantum/Q9-Founders.md
2•michael-ax•34m ago•0 comments

An invoice generator where your data never leaves the browser

https://corporatify.pro/
1•suitedgold•37m ago•0 comments

Show HN: Email for Agents with 1 Prompt

https://sente.run/
1•shim2k•39m ago•0 comments

Instagram could turn gender reveals into prediction markets

https://www.marginpoints.com/essays/instagram-could-turn-gender-reveals-into-prediction-markets
2•historian1066•40m ago•1 comments

Ask HN: Guidelines on GPT 5.6 Sol steering

1•arizen•41m ago•0 comments

Show HN: Subrust, a no_std, no alloc Subset-of-Rust interpreter

https://github.com/orbitalhigh/subrust
2•makira•41m ago•0 comments

Capacitor: Cross-platform native runtime for web apps

https://github.com/ionic-team/capacitor
1•toilet•41m ago•0 comments

Are the LLM Wars the Database Wars?

https://rruxandra.github.io/llm-wars-database-wars.html
2•rruxandra_l•44m ago•2 comments

Amazon Builder's Library – An overlooked goldmine of System Design knowledge

https://sumitgouthaman.com/posts/amazon-builders-library/
1•equinumerous•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!