frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We built a lab to evaluate data agents – Hex

https://hex.tech/blog/evaluate-data-agents/
1•haritha1313•2m ago•0 comments

Speculation Is All You Need

https://modal.com/blog/spec-is-all-u-need
1•charles_irl•8m ago•0 comments

Kernhelm: A Linux authority wall for untrusted agents

https://github.com/Deso-PK/make-trust-irrelevant/blob/main/Make-Trust-Irrelevant
1•DesoPK•9m ago•0 comments

QuadRF, a modular 4x4 MIMO beamforming tile built with an open antenna arch

https://www.youtube.com/watch?v=zdJ9Tbm8ALg
1•tekacs•9m ago•0 comments

Tradeoff Between Expertise and Flexibility: A Cognitive Entrenchment Perspective

https://www.jstor.org/stable/29765006
1•Jimmc414•11m ago•1 comments

Hey, N00B, We Didn't Hire You to Complete Tasks

https://newsletter.kentbeck.com/p/hey-n00b-we-didnt-hire-you-to-complete
2•rrvsh•14m ago•0 comments

Fiber Optic Drones

https://www.army.mil/article/287737/fiber_optic_drones_posing_a_significant_c_uas_challenge
1•Stevvo•16m ago•0 comments

To Pay Rent in Medieval England, Catch Some Eels

https://www.atlasobscura.com/articles/medieval-eel-rent-map-england
1•ohjeez•16m ago•1 comments

Cirrus: ATProto Personal Data Server That Runs on Cloudflare Workers

https://github.com/ascorbic/cirrus
1•gurjeet•20m ago•0 comments

Tell HN: Adding congestion control and retry tokens to a reliable UDP transport

2•x1colegal•21m ago•0 comments

Einstellung Effect

https://en.wikipedia.org/wiki/Einstellung_effect
2•Jimmc414•21m ago•0 comments

Hilarious Math Memes That Prove Mathematics Is Both Pain and Fun

https://yipzap.com/hilarious-math-memes-that-prove-mathematics-is-both-pain-and-fun/
1•yututu•25m ago•0 comments

How to Keep SEO Traffic When You Redesign Your Website

https://repaint.com/blog/website-redesign-seo
2•izakfr•28m ago•0 comments

Aikido Code Audit

https://www.aikido.dev/blog/introducing-code-audit-find-complex-vulnerabilities-hidden-in-your-co...
2•ilreb•30m ago•0 comments

In 1954, engineers shrank a transistor radio into something people could carry

https://economictimes.indiatimes.com/news/international/us/in-1954-engineers-shrank-a-transistor-...
2•dredmorbius•32m ago•0 comments

Claude Monet

https://www.claudemonetgallery.org/
1•andsoitis•32m ago•0 comments

Show HN: Unpuzzld – escape-room style puzzles you can share with a QR code

https://unpuzzld.com
1•4umfreak•33m ago•1 comments

Hidden Order: How Adaptation Builds Complexity [pdf]

https://vdoc.pub/download/hidden-order-how-adaptation-builds-complexity-helix-books-7fb3c54faic0
1•rolph•44m ago•0 comments

Automating model design for edge AI

https://deepgate.ai/blog/neural-architecture-search
1•webstorms•47m ago•0 comments

Our edge AI compiler outperforms Google and vendor toolchains

https://deepgate.ai/blog/compiler
1•webstorms•48m ago•0 comments

Made with Claude for Claude:Interactive Labs:Learn Claude Chat, Cowork, and Code

https://professorprompts.com
1•Anelven•50m ago•0 comments

Iran requires insurance on ships using Strait of Hormuz, fees likely to follow

https://www.lloydslist.com/LL1157571/Iran-imposes-mandatory-insurance-on-ships-transiting-Strait-...
32•decimalenough•53m ago•13 comments

Get with the times – here's what a 'Luddite' means today

https://www.npr.org/2026/06/19/nx-s1-5853589/luddite-meaning-history-ai
3•cdrnsf•55m ago•0 comments

Russell Vought is going to destroy American Science

https://elizabethginexi.substack.com/p/summary-of-key-changes-in-ombs-proposed
4•tacomonstrous•57m ago•0 comments

Boarding Pass Is a Skeleton Key. Frontier Airlines Doesn't Care

https://bobdahacker.com/blog/frontier-airlines-hack
4•scrtm•59m ago•1 comments

What are good benchmarks to test my CLI AI agentic system?

https://www.minovativemind.dev/
1•daniel_ward•1h ago•0 comments

Eve validates the shape. Now pick your runtime

https://dawnai.org/blog/eve-validates-the-shape
1•brian_love•1h ago•0 comments

Email reporting is still a spreadsheet problem in 2026

https://emailcalculator.com
1•emailcalculator•1h ago•0 comments

Liquid glass that bends the page behind it as you scroll

https://codequest.work/generator/liquid-glass-css-generator/en/
2•ORECTIC•1h ago•0 comments

Best Designs on X.com

https://bestdesignsonx.com/
4•vignesh_warar•1h 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!