frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: APK-interceptor – Android deeplink, Intent assessment helper

https://github.com/sterrasec/apk-interceptor
1•tkmru•2m ago•0 comments

Show HN: Local automation runner with built-in LLM steps – YAML pipelines

https://rorlikowski.github.io/stepyard/
1•rorlikowski•10m ago•0 comments

Show HN: WhatsKept – Searchable,agent-queryable WhatsApp history from iOS backup

https://github.com/alkait/whatskept
1•tenthead•12m ago•0 comments

Maria Isabel Sánchez Vegara on Her 100th "Little People, Big Dreams" Book

https://www.amightygirl.com/blog?p=36753
1•zeristor•18m ago•0 comments

Show HN: F1l0 – Fitness Logger

https://f1l0.nickyreinert.de/
1•y42•18m ago•0 comments

Data Center Warfare: Defending AI Infrastructure

https://mwi.westpoint.edu/data-center-warfare-defending-the-key-terrain-of-ai-infrastructure/
1•Alien1Being•22m ago•0 comments

Show HN: I'm building a free TradingView alternative

https://www.aulico.com
1•rendernos•23m ago•0 comments

Banned

https://netwars.pelicancrossing.net/2026/06/19/banned/
2•ColinWright•30m ago•0 comments

Most indie devs build the wrong features. Here's one pattern that helps

https://featurebuddy.com/
2•dvanach•32m ago•1 comments

Nvidia Vera CPU Performance Compares to the Ampere Altra Max

https://www.phoronix.com/review/ampere-altra-nvidia-vera
1•rbanffy•32m ago•1 comments

EPEX: Matrix-free coefficient expansion for low-memory LWE experiments

https://zenodo.org/records/20743190
1•TomIRN•36m ago•0 comments

QuEra's Libra Fault-Tolerant Quantum System Heading to Amazon Braket Service

https://www.nextplatform.com/compute/2026/06/16/queras-libra-fault-tolerant-quantum-system-headin...
1•rbanffy•36m ago•0 comments

Fli -a tiny (18KB) easy to read file listing tool. Rust no_std and Libc

2•tracyspacy•37m ago•0 comments

Show HN: SciCollab – A platform where research happens, together

https://www.scicollab.org/
1•pixelatedRudy•40m ago•0 comments

Maptap.gg – Daily Geography Game

https://maptap.gg/
1•Gathering6678•40m ago•0 comments

Microsoft discovers new lightweight backdoor that steals cryptocurrency

https://arstechnica.com/security/2026/06/microsoft-spots-new-self-propagating-malware-for-stealin...
1•rbanffy•41m ago•0 comments

Nigeria's Babylon System [video]

https://www.youtube.com/watch?v=5vlmEuIPRIs
1•daesorin•41m ago•0 comments

Taste and judgement are lies we tell ourselves

https://technotes.substack.com/p/taste-and-judgement-are-lies-we-tell
3•mkagenius•45m ago•0 comments

"6-paper alternative to dark matter, tested across galaxy to cosmic scales"

2•SPruynIDR•48m ago•0 comments

Trump administration to phase out HIV funding

https://www.politico.com/news/2026/06/18/pepfar-south-africa-white-afrikaners-hiv-aids-00968479
5•Alien1Being•53m ago•1 comments

'Politically naive': The fight behind Anthropic's export controls

https://www.politico.com/news/2026/06/19/he-has-to-find-a-way-to-be-friends-the-political-fight-b...
3•Alien1Being•54m ago•0 comments

Getting Back to Basics by Abusing AI

https://blog.unitedheroes.net/5752
2•simonebrunozzi•57m ago•0 comments

Solved and Unsolved: The Status of Hilbert's 23 Problems in Mathematics

https://www.simonsfoundation.org/2026/06/18/solved-unsolved-and-unsolvable-the-status-of-hilberts...
2•nill0•1h ago•1 comments

Show HN: Aastro – Extendable API Gateway in Go

https://starwalkn.github.io/aastro-docs/
2•starwalkn•1h ago•0 comments

An empirical fit to 171 galaxy rotation curves with zero free parameters

https://github.com/SPruynIDR/Galaxy-Rotation-Curves-SPARC-Validation-Test
4•SPruynIDR•1h ago•0 comments

Stop Naming Your Variables "Flag": The Art of Boolean Prefixes

https://thatamazingprogrammer.com/posts/stop-naming-your-variables-flag-the-art-of-boolean-prefixes/
1•theanonymousone•1h ago•0 comments

James Burrows, legendary director of Cheers and Friends, dies aged 85

https://www.bbc.co.uk/news/articles/ce8k07x523eo
2•mellosouls•1h ago•0 comments

Stop Saying Half of 2026 US Datacenter Capacity Is Canceled

https://newsletter.semianalysis.com/p/stop-saying-half-of-2026-us-datacenter
1•alecco•1h ago•0 comments

It's Time to Clean Up Human Slop

https://thenewstack.io/ai-code-review-self-review/
2•fatliverfreddy•1h ago•0 comments

Google, Microsoft offer specs to help you prove your AI is behaving nicely

https://www.cio.com/article/4187280/google-microsoft-offer-specs-to-help-you-prove-your-ai-is-beh...
2•mindcrime•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!