frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Samsung Galaxy Tab vs. iPad: Complete Buying Guide for 2026

https://www.analyticsinsight.net/phones/samsung-galaxy-tab-vs-ipad-complete-buying-guide-for-2026
1•swarnamukhi•1m ago•0 comments

Locating a livestream using background thunder sounds [video]

https://www.youtube.com/watch?v=SnbkIm56TfI
1•perching_aix•2m ago•0 comments

Show HN: Get a top Hacker News item with summary on every new tab

https://chromewebstore.google.com/detail/hacker-space/pmlajlgklmgabkhammfolkgkeghamjnn
1•KitN•2m ago•0 comments

Nvidia's Risky Business

https://stratechery.com/2026/nvidias-risky-business/
1•jonbaer•3m ago•0 comments

Show HN: Pi-Yahe: Yet Another Herdr Extension

https://github.com/marv1nnnnn/pi-yahe
1•marv1nnnnn•4m ago•0 comments

Swift-Node: Write Node.js Native Modules in Swift

https://github.com/biw/swift-node
1•biwills•4m ago•0 comments

Pi's AgentHarness: From an In-Process Loop to a Durable Runtime

https://github.com/earendil-works/pi/tree/main/packages/agent/docs
1•acmerfight•7m ago•0 comments

More than 10 firms pay up to $100k a month for access to Truth Social posts

https://www.bbc.com/news/articles/ce3q5nxpgk1o
1•whosgotch•8m ago•0 comments

Show HN: Ungate – use Claude and GPT subscriptions in Cursor without API costs

https://github.com/orchidfiles/ungate
1•theorchid•9m ago•0 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
1•signa11•14m ago•0 comments

2,500 Companies and 434,000 Pipelines Exposed – Largest AI Supply Chain Breach

https://www.cloudsek.com/blog/ai-supply-chain-breach-2500-companies-434000-cicd-pipelines
2•root-parent•16m ago•0 comments

Show HN: OpenClimbing v2.0 – OSM+Wikimedia climbing guide

https://www.openstreetmap.org/user/jvaclavik/diary/409174
2•jvaclavik•17m ago•0 comments

Show HN: Claude Code and Codex usage screen for TRMNL X e-ink

https://github.com/stared/trmnl-x-claude-codex
2•stared•21m ago•0 comments

Lessons from Building Loon's Stratospheric Communications Service [pdf]

https://storage.googleapis.com/x-prod.appspot.com/files/The%20Loon%20Library.pdf
1•courtcircuits•21m ago•0 comments

Quasipolynomial Cryptanalysis of the McEliece Cryptosystem

https://eprint.iacr.org/2026/1630
1•adgjlsfhk1•22m ago•0 comments

Ursula: Durable streams over plain HTTP, backed by S3

https://ursula.tonbo.io/
1•Palmik•24m ago•0 comments

London Underground begins scanning passengers' faces

https://www.btp.police.uk/news/btp/news/england/btp-expands-live-facial-recognition-lfr-trial-int...
2•BlueBerry2001•25m ago•2 comments

Junkyard Jumbotron: combine many displays into a single, large virtual display

https://github.com/mitmedialab/Junkyard-Jumbotron
2•thunderbong•27m ago•0 comments

Ask HN: Will Claude watermarking hurt your SEO? (I guess for sure it wont help)

1•seky•28m ago•2 comments

Fairy Ring

https://en.wikipedia.org/wiki/Fairy_ring
2•tornikeo•29m ago•0 comments

Folding Home

https://foldingathome.org/
1•sudo_cowsay•29m ago•0 comments

Python Repetition Structures: An Eye-Tracking Study with Novice Developers

https://arxiv.org/abs/2608.09875
1•root-parent•31m ago•0 comments

Power Foam – unified 3DGS representation for both rasterization and ray-tracing

https://powerfoam.github.io/
2•cowboy_henk•31m ago•0 comments

ArchAgent v2: A Case Study with the Data Prefetching Championship

https://arxiv.org/abs/2608.09874
1•root-parent•32m ago•0 comments

Show HN: Memo Dungeon, a browser roguelike where you fight by memorizing strings

https://memodungeon.com
1•halafi•32m ago•1 comments

Deleted UK Government code repositories

https://github.com/uk-gov-mirror/deleted-repo-report
2•chaz6•34m ago•0 comments

Why many LLM fail this The car wash is 100 meters away. Should I walk or drive? [video]

https://www.youtube.com/watch?v=cMr65v3HChI
1•yllberisha•42m ago•0 comments

Oman says grounded tanker oil spill covers 400 square km

https://www.reuters.com/business/energy/oil-spill-off-oman-tanker-under-sanctions-against-russia-...
1•geox•42m ago•0 comments

Fastpath: URL Path Copier

https://github.com/gabesullice/fastpath
1•gabesullice•44m ago•1 comments

Place for AI agents to anonymously complain

https://botvents.com/
3•oumua_don17•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!