frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Autoharness – a self-learning, maintaining skill layer for Claude Code

https://github.com/tigerless-labs/autoharness
1•Tigerless_ailab•32s ago•0 comments

Global Energy Storage Growth Upheld by New Markets

https://about.bnef.com/insights/clean-energy/global-energy-storage-growth-upheld-by-new-markets/
1•toomuchtodo•48s ago•0 comments

SAMD Starter Kit

https://github.com/bryan-basg/samd-starter-kit
1•Bryan_andres•1m ago•0 comments

Digital devices are being used to comfort babies and parents

https://www.1001criticaldays.com/press-releases/from-teddies-to-tablets-press-release
1•alex_young•1m ago•0 comments

I Love Music More Than I Love You – A love letter to music from a misanthrope

https://medium.com/p-s-i-love-you/i-love-music-more-than-i-love-you-5bb562262e8d
1•monkeymagick•3m ago•0 comments

How Minerals Create the Dazzling Colors of Independence Day Fireworks

https://www.usgs.gov/news/featured-story/earth-sky-how-minerals-create-dazzling-colors-independen...
1•lemonberry•3m ago•0 comments

The next big breakthrough will be AIs learning on the job

https://www.dwarkesh.com/p/the-next-paradigm
2•gmays•4m ago•0 comments

From Julia to Rust: a differentiable tensor stack for scientific computing

https://tensor4all.org/blog/introducing-tenferro-rs/
1•postflopclarity•4m ago•0 comments

Salt Lake City's falling birth rate means more schools are likely to close

https://www.sltrib.com/news/2026/06/30/which-salt-lake-city-schools-are/
1•toomuchtodo•5m ago•0 comments

I replaced Tailscale with Pangolin for remote access, much easier than expected

https://www.xda-developers.com/replaced-tailscale-pangolin-remote-access-much-easier-than-expected/
1•theanonymousone•6m ago•0 comments

Show HN: Rinkta – pulls finished work from all task managers into one dashboard

https://rinkta.com/
1•elvinas•6m ago•0 comments

Do AI Agents Make ML Compilers Obsolete?

https://maderix.substack.com/p/the-compiler-strikes-back
1•spenrose•6m ago•0 comments

XFCE4 desktop icons no longer persist positions after 4.20.2 update

1•eth0up•6m ago•0 comments

Modeling the Covid-19 Outbreak with J (2020)

https://datakinds.github.io//2020/03/15/modeling-the-coronavirus-outbreak-with-j
1•surprisetalk•6m ago•0 comments

Article exposing 'parasite SEO' from ClickoutMedia been removed from Google

https://pressgazette.co.uk/news/spurious-copyright-claim-sees-second-press-gazette-story-removed-...
1•thelostagency•7m ago•1 comments

The AI jobs debate just got messier

https://techcrunch.com/2026/06/29/the-ai-jobs-debate-just-got-messier/
1•evo_9•7m ago•0 comments

Show HN: Valmis, an OpenClaw alternative built for work, with security in mind

https://github.com/valmishq/valmis
1•wayneshng•7m ago•0 comments

DGX Spark vs. Mac Studio and Halo

https://aimultiple.com/dgx-spark-alternatives
1•kristianpaul•9m ago•0 comments

Does Social Media Use Matter for Students' Well-Being?

https://link.springer.com/article/10.1007/s10902-026-01070-y
2•rcy•10m ago•0 comments

Gut-homing antibodies protect against norovirus, potential for vaccines

https://news.yale.edu/2026/06/24/gut-punch-new-study-knocks-out-norovirus-where-it-strikes
1•gmays•10m ago•0 comments

External Blogs with WordPress

https://book.micro.blog/external-blogs-wordpress/
1•speckx•12m ago•0 comments

Show HN: Fits – compress PDF, pick the output size, fast, no upload, free

https://fits.tools/
1•egntms•13m ago•0 comments

Ask HN: Secure Wrapper for Coding Agents

1•rjzzleep•13m ago•0 comments

Osakan singer Swetty: Emo rock to electronic pop rebirth

https://www.dazeddigital.com/music/article/70410/1/osaka-s-swetty-is-making-emo-music-for-the-hyp...
1•whiteblossom•14m ago•0 comments

Show HN: Ouijit, command terminals running coding agents

https://github.com/ouijit/ouijit
3•pbjerkeseth•16m ago•1 comments

Show HN: TinySearch – token-efficient web research for local AI agents

https://github.com/MarcellM01/TinySearch
1•MarcBuilds01•17m ago•0 comments

Open USD: a shared stablecoin for global financial activity

https://joinopenstandard.com/
1•strzalek•17m ago•0 comments

Red Programming Language: Static linking support

https://www.red-lang.org/2026/06/static-linking-support.html
1•em-bee•17m ago•0 comments

Your Symfony App Now Runs on Laravel Cloud

https://laravel.com/blog/your-symfony-app-now-runs-on-laravel-cloud
1•gkedzierski•18m ago•0 comments

Time and Order in Distributed Systems: Logical Clocks, Partial and Total Order

https://www.codedump.info/dist-system-en/time/
1•codedump•18m 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!