frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Build Your Own OpenClaw – A step by step guide

https://github.com/czl9707/build-your-own-openclaw
1•zane__chen•27s ago•0 comments

JavaScript Minification Benchmarks

https://github.com/privatenumber/minification-benchmarks
1•javatuts•35s ago•0 comments

Readme, Don't Agents.md Me

https://www.joshbeckman.org/blog/practicing/readme-dont-agentsmd-me
1•bckmn•38s ago•0 comments

Twenty years of Amazon S3 and building what's next

https://aws.amazon.com/blogs/aws/twenty-years-of-amazon-s3-and-building-whats-next/
1•soheilpro•40s ago•0 comments

Cursor Cloud Telegram Connector

https://github.com/tb5z035i/cursor-tg
1•javatuts•55s ago•0 comments

Top 100 Gen AI Consumer Apps – 6th Edition

https://a16z.com/100-gen-ai-apps-6/
1•bookofjoe•1m ago•0 comments

Openreach: Fiber can sniff out leaky water pipes – if anyone bothers fixing them

https://www.theregister.com/2026/03/13/openreach_fiber_water_leaks/
1•Brajeshwar•1m ago•0 comments

Backblaze Now Serving 314T Digits of Pi

https://www.backblaze.com/blog/backblaze-now-serving-314-trillion-digits-of-pi/
1•soheilpro•1m ago•0 comments

The Dirty, Dystopian World of AI Data Centers

https://www.theatlantic.com/magazine/2026/04/ai-data-centers-energy-demands/686064/
2•fortran77•5m ago•1 comments

US issues 30-day sanctions waiver for purchase of Russian oil at sea

https://www.reuters.com/business/energy/us-issues-new-russia-related-general-license-oil-treasury...
2•geox•8m ago•0 comments

Show HN: WSG - turn project activity into client-ready reports

https://daniel043apps.gumroad.com/l/wgs
1•ThunderDanOAE•9m ago•1 comments

Nanny state discovers Linux, demands it check kids' IDs before booting

https://www.theregister.com/2026/03/13/opinion_os_verification/
3•jjgreen•10m ago•1 comments

Production-ready Agent Skills, 17 agents, and a orchestration protocol

https://alirezarezvani.github.io/claude-skills/
2•jungard•10m ago•1 comments

Show HN: Golf – A browser version of the classic card game

https://www.golfingwithcards.com/
1•beagle_byte•11m ago•1 comments

SmolClaw, a Microvm to Run Picoclaw

https://github.com/NetBSDfr/smolBSD/tree/main/service/clawd
1•iMil•11m ago•0 comments

NYC plans new AI-focused school as rules for the tech are delayed

https://gothamist.com/news/nyc-plans-new-ai-focused-school-as-rules-for-the-tech-are-delayed
1•righthand•12m ago•0 comments

Bonus – Clean Room as a Service

https://nickvidal.github.io/bonus/
1•nickvidal•12m ago•0 comments

Show HN: DashClaw – intercept and audit AI agent decisions before they execute

https://github.com/ucsandman/DashClaw
1•ucsandman•13m ago•1 comments

Show HN: StatusDrop – Status page and live widget for your SaaS in 30 seconds

https://statusdrop.dev
1•razvanmac•16m ago•0 comments

How the classic computer game Doom became a tool for science

https://www.nature.com/articles/d41586-026-00813-4
1•sohkamyung•16m ago•0 comments

Show HN: Chat.nvim v1.4.0 – OpenClaw-like AI assistant for Neovim

https://github.com/wsdjeg/chat.nvim/releases/tag/v1.4.0
2•wsdjeg•16m ago•0 comments

In search of Banksy, Reuters found the artist took on a new identity

https://www.reuters.com/investigates/special-report/global-art-banksy/
1•speckx•17m ago•0 comments

E2E encrypted messaging on Instagram will no longer be supported after 8 May

https://help.instagram.com/491565145294150
2•mindracer•17m ago•0 comments

Drain3: A robust streaming log template miner based on the Drain algorithm

https://github.com/logpai/Drain3
2•kvaranasi_•18m ago•1 comments

301M Records Exposed: The HIPAA Breach Epidemic

https://ciphercue.com/blog/hipaa-breach-epidemic-301-million-records
3•adulion•20m ago•0 comments

Tell HN: Apple Developer Agreement AI Updates

3•alexfromapex•20m ago•0 comments

Show HN: I made an open source/API/aiagent first ride sharing app like-Uber grab

https://github.com/sawirricardo/openjek.com
1•sawirricardo•21m ago•0 comments

"Open" Data/AI Platforms for Increasingly Specialized Compute Engines

https://www.hopsworks.ai/post/data-ai-platforms-should-be-open-for-use-by-increasingly-specialize...
2•jamesblonde•22m ago•0 comments

Tendem: Outsource Tasks to Hybrid AI and Human Workflow

https://tendem.ai/
1•MrBuddyCasino•22m ago•0 comments

First rubber road laid in New Zealand is made from recycled tyres

https://www.rnz.co.nz/news/national/589544/first-rubber-road-laid-in-new-zealand-is-made-from-rec...
1•colinprince•24m ago•1 comments
Open in hackernews

Show HN: EVMAuth

https://github.com/evmauth/evmauth-core
5•sscovil•10mo 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!