frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Screen free hours vs. screen time hours

1•jarko27•26s ago•0 comments

Nativewind: Tailwind CSS for React Native

https://github.com/nativewind/nativewind
1•steveharing1•1m ago•0 comments

Recreating Daejeon, South Korea, in Blender and Unreal Engine [video]

https://www.youtube.com/watch?v=dOsO3tO9PF8
1•nogajun•3m ago•0 comments

Ferrari's New Jony Ive–Designed EV Is Swathed in Glass and Aluminum

https://www.wired.com/story/ferrari-ev-jony-ive-design/
1•divbzero•7m ago•0 comments

Cloud meeting recorders record everyone in the room. Not just you

https://thoth-app.com/blog/2026-05-13-why-your-meeting-recorder-shouldnt-upload-your-audio/
1•MattVePhD•10m ago•0 comments

Show HN: Presentforme.ai – Make slide decks explain themselves

1•cheecheongfan•10m ago•0 comments

What's so special about Emacs? [video]

https://www.youtube.com/watch?v=mJZDmO5yOxE
1•internet_points•11m ago•0 comments

The power struggle in the narrow seas, a visual story

https://ig.ft.com/maritime-chokepoints/
1•helsinkiandrew•13m ago•0 comments

A look inside ITER, the world's largest fusion energy project

https://www.cnet.com/science/climate/inside-the-worlds-biggest-bet-on-fusion-energy/
2•giuliomagnifico•14m ago•0 comments

Google Health Sucks

https://joebaldwin.me.uk/blog/google-ruins-fitbit/
2•edent•16m ago•0 comments

Heimdall: Formally Verified eBPF-to-Rust Migration

https://arxiv.org/abs/2605.25411
1•igortru•21m ago•0 comments

Contrastive Decoding Diffing: Recovering Finetuning Data Without Weight Access

https://arxiv.org/abs/2605.25902
1•Timofeibu•23m ago•0 comments

Cognitive Security as an AI Safety Cause Area

https://www.lesswrong.com/posts/KGcE7eAdfxHchk25X/cognitive-security-as-an-ai-safety-cause-area
1•joozio•23m ago•0 comments

How to make a well-structured business architecture diagram?

https://www.processon.io/blog/business-architecture-diagrams
1•kapababala•23m ago•0 comments

Orchestrating AI code review at scale

https://blog.cloudflare.com/ai-code-review/
1•pramodbiligiri•26m ago•0 comments

Switchberry: Sometimes a good time costs extra [video]

https://www.youtube.com/watch?v=wxFHw57XGjA
1•teleforce•29m ago•0 comments

We need to add 6k seats to Congress

https://www.usatoday.com/story/opinion/2026/05/25/congress-larger-size-house-representatives/9014...
2•Cider9986•32m ago•0 comments

In-Browser Container Builds

https://ochagavia.nl/blog/fully-in-browser-container-builds/
1•gurjeet•32m ago•0 comments

Bird–Meertens Formalism

https://en.wikipedia.org/wiki/Bird%E2%80%93Meertens_formalism
1•tosh•32m ago•0 comments

The first class of AI natives is graduating

https://www.wsj.com/tech/ai/ai-natives-graduates-job-cuts-6bab8ac9
1•FDETalkDotCom•34m ago•1 comments

Show HN: A high-performance audio visualizer using Rust, WASM, and React

https://audiofftimage.netlify.app/
1•dmaynard•36m ago•1 comments

Show HN : Building Production MPC Wallets: Architecture, Solana Implementation

https://nethsara.substack.com/p/byowbuild-your-own-wallet-a-field
1•nethsarask•38m ago•0 comments

Show HN: GPTFortress, a 24/7 live-stream playing Dwarf Fortress with GPT-5

https://www.twitch.tv/gptfortress
1•leostera•41m ago•0 comments

AI guardrails stripped from Meta and Google models in minutes

https://www.ft.com/content/5630ed79-a263-41ed-9a1a-321617ae310e
4•thunderbong•41m ago•1 comments

Ship Early, Learn Fast: What 10 Days of User Feedback Taught Me About My App

https://qebapps.statichost.page/devnotes/ship-early-learn-fast/
1•qeb_newsairy•44m ago•0 comments

The Quiet Death of the Senior Individual Contributor

https://medium.com/@yalovoy/the-quiet-death-of-the-senior-individual-contributor-why-staff-engine...
1•zero-ground-445•44m ago•0 comments

Show HN: Riot, a modern multicore actor-based ecosystem for OCaml

https://riot.ml
1•leostera•45m ago•0 comments

Why can't anyone build a decent deployment platform for plain HTML?

https://foliodrop.app
1•jaxxchen•49m ago•1 comments

Frontier Model Training Methodologies

https://djdumpling.github.io/2026/01/31/frontier_training.html
1•xdotli•53m ago•1 comments

Microsoft to Publishers: Don't Block the AI Bots

https://www.adexchanger.com/publishers/microsoft-to-publishers-dont-block-the-ai-bots/
3•SVI•54m 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!