frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Functional options design pattern and implementation in Go

https://archetechmes.vercel.app/blog/functional-options-go
1•rzwsan•29s ago•0 comments

Sears is alive and well in Mexico

https://www.washingtonpost.com/world/2026/09/05/sears-isnt-dead-its-alive-well-mexico/
1•bookofjoe•40s ago•1 comments

GPT 6 Astra for Developers [video]

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

Cash in on the AI Boom by Renting Out Your Spare Compute

https://spectrum.ieee.org/ai-inference-distributed-computing
1•pseudolus•3m ago•0 comments

Org chart is your cycle time

https://keithbrown.com/org-cycle-time/
2•optimizethis•5m ago•1 comments

SpaceX is building its own gas turbine blade factory to power AI faster

https://qz.com/spacex-turbine-blade-foundry-ai-data-centers-090226
1•JumpCrisscross•5m ago•1 comments

"Kill All Humans"

https://bsky.app/profile/ruggsea.eurosky.social/post/3murj32dbvs26
2•Bluestein•5m ago•0 comments

Processing power for folding@home has dropped significantly

https://stats.foldingathome.org/os
1•alightsoul•6m ago•1 comments

Almost Anyone Can Make Money Selling Electricity with AI and Batteries

https://www.bloomberg.com/news/features/2026-09-03/consumers-profit-off-solar-batteries-selling-e...
1•JumpCrisscross•7m ago•1 comments

New urinal designs prevent messy splashes onto legs and the floor (2022)

https://www.cbc.ca/news/canada/kitchener-waterloo/urinal-designs-no-splash-backs-university-water...
1•fidotron•10m ago•0 comments

NYC law could force Uber and Lyft to keep dangerous drivers on the road

https://reason.com/2026/09/05/nyc-law-could-force-uber-and-lyft-to-keep-dangerous-drivers-on-the-...
2•leephillips•11m ago•0 comments

Separating Parsing Expression Grammars Using Cell-Probe Lower Bounds

https://arxiv.org/abs/2608.29592
1•pcfwik•11m ago•0 comments

Prompt Evolution Engine

https://vahetorozyan.com/prompt-engineering-engine/
1•VaheT•11m ago•0 comments

Ask HN: Why does it seem like the game industry is stagnating?

1•ishener•12m ago•1 comments

Run AI in the Browser: A Practical Guide to Transformers.js

https://tighten.com/insights/run-ai-in-the-browser-a-practical-guide-to-transformers-js/
1•eustoria•12m ago•0 comments

PJM drops Oklo advanced nuclear project from interconnection study cycle

https://www.utilitydive.com/news/pjm-oklo-advanced-nuclear-ferc-interconnection/829150/
1•JumpCrisscross•13m ago•0 comments

Patching Qualcomm QHEE to Get KVM Running on Arduino Uno Q

https://jaseg.de/blog/kvm-on-qualcomm-arduino-uno-q/
1•ahlCVA•13m ago•0 comments

Turn your AI into a world-class designer

https://www.lennysnewsletter.com/p/how-to-turn-your-ai-into-a-world
2•eustoria•14m ago•0 comments

Drawesome: Drawing Toolbar for React

https://benji.org/drawesome
1•eustoria•14m ago•0 comments

There's No Limit to How Bad Code Can Get

https://zachkehs.com/blog/theres_no_limit_to_how_bad_code_can_get/
4•zkehs•21m ago•1 comments

Quarto 2

https://opensource.posit.co/blog/2026-04-06_whats-next-quarto-2/
2•Tomte•25m ago•2 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://github.com/wolfoo2931/declarative-forms
1•WolfOliver•25m ago•0 comments

TypeScript boilerplate-free strictly typed RPC

https://osra.banou.dev/
1•Banou•25m ago•0 comments

Possibly another discovery of OpenAI agent message board

https://bsky.app/profile/ruggsea.eurosky.social/post/3murj2puwos26
2•erhuve•26m ago•0 comments

Ask HN: Anyone increasingly worried after Hugging Face and now collusion.wiki?

3•ronbenton•27m ago•3 comments

CommuteBar – Live commute times in your menu bar

https://www.commute.bar
1•aamshukov•29m ago•0 comments

A snapshot in time: Reflections on AI usage for vertumnus

https://vertumnus.fyi/about/ai/
1•perspectivezoom•29m ago•0 comments

Meet the Ig Nobel Prize Winners

https://arstechnica.com/science/2026/09/meet-the-2026-ig-nobel-prize-winners/
11•mkl•32m ago•1 comments

A Review of the Art of the Metaobject Protocol (2010) [pdf]

https://www.dreamsongs.com/Files/amop-review.pdf
2•Tomte•32m ago•0 comments

After 8 years, Europe's BepiColombo mission is on final approach to Mercury

https://arstechnica.com/space/2026/09/after-8-years-europes-bepicolombo-mission-is-on-final-appro...
3•Brajeshwar•33m 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!