frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Where to Look for Jobs?

1•0x737368•46s ago•0 comments

Snowden on AI Surveillance and Freedom of Speech [video]

https://www.youtube.com/watch?v=wytH7dPlCVw
1•hauget•1m ago•1 comments

Peer review in the LLM (mania) age

https://www.humprog.org/~stephen/blog/research/llms-review-mania.html
1•pcfwik•1m ago•0 comments

LemonBeam

https://github.com/oslabs-beta/lemonbeam
1•Johndelong•2m ago•0 comments

ESA and Mistral strengthen cooperation on AI

https://www.esa.int/Newsroom/Press_Releases/ESA_and_Mistral_strengthen_cooperation_on_artificial_...
1•giuliomagnifico•2m ago•0 comments

I Stay Off Twitter

https://www.jefftk.com/p/why-i-stay-off-twitter
1•surprisetalk•3m ago•0 comments

Study shows AI is as good as human tutoring for GRE learning gains

https://arxiv.org/abs/2609.28470
1•cgn•4m ago•0 comments

Looking for a Remote Full-Time, full stack developer Job

https://tailstory-app.com/en/about
1•Mohsentr•5m ago•0 comments

Territory claims in Antartica look when Antartica has no ice

https://blog.willmeye.rs/how-territory-claims-in-antartica-look-when-antartica-has-no-ice/
2•willmeyers•26m ago•1 comments

Stabilizing Rust's Never Type

https://lwn.net/Articles/1091015/
1•signa11•31m ago•0 comments

How many strings can you create per second?

https://lemire.me/blog/2026/09/25/how-many-strings-can-you-create-per-second/
1•smilelamp•33m ago•0 comments

What OS should I pick?

1•ronk_employee•34m ago•1 comments

Farside.link has been shut down

https://farside.link
1•Baljhin•35m ago•1 comments

Deterministic Testing for Multithreaded Python

https://lwn.net/Articles/1090579/
1•pykello•37m ago•0 comments

A geothermal amoeba sets a new upper temperature limit for eukaryotes

https://www.cell.com/cell/fulltext/S0092-8674(26)01016-0
1•wslh•40m ago•0 comments

Show HN: Clippy's Revenge – Made by Opus 5.5 [video]

https://www.youtube.com/watch?v=qUaBObmpYTI
1•HaxleRose•40m ago•0 comments

Pentum_Graph [WorldNews_YouTube]

https://project.pentumlab.com/graph/
1•rholzer•40m ago•1 comments

Ask HN: Do you token max? Why or why not?

1•bgnm2000•43m ago•1 comments

The AI Build-Out Is Becoming the Biggest Economic Bet in U.S. History

https://www.wsj.com/economy/the-ai-build-out-is-becoming-the-biggest-economic-bet-in-u-s-history-...
3•CharlesW•44m ago•0 comments

Show HN: OpsCart – Read-only Kubernetes triage with incident history

https://github.com/opscart/opscart-k8s-watcher
1•opscart•50m ago•0 comments

Send GitLab an email, push to main

https://www.aikido.dev/blog/gitlab-email-push-to-main
2•crgwbr•53m ago•0 comments

Show HN: Live Quantum Circuits Visualizator for Reinforcement Learning

https://github.com/SorBalda/Reinforcement-Learning-SARSA-Q-LEARNING-DEEP-Q-LEARNING
1•sorbalda•1h ago•0 comments

Sandbox/computer to be added to your product

https://pine.im/download
1•faye_yfg•1h ago•0 comments

VeriTile: Formal Verification for Triton Kernels

https://lizn-zn.github.io/VeriTile/
2•matt_d•1h ago•0 comments

Design Experiments with the Amytis Agent

https://www.amytis.io/blog/design-experiments-with-the-amytis-agent
1•JohnHammersley•1h ago•0 comments

Nobody Has a Good Answer for Agentic Identity Yet

https://fusionauth.io/blog/ldx3-nyc-2026-report
4•mooreds•1h ago•1 comments

Paul Graham on LLMs 'Thinking'

https://twitter.com/paulg/status/2103135915195371973
3•fooker•1h ago•4 comments

Pragtical v3.13.0 is out with native audio API and built-in audio player

https://pragtical.dev/blog/pragtical-v3130-release
1•rd07•1h ago•0 comments

Fluid Simulation on Flip Dots

https://mitxela.com/projects/flipflip
1•marvinborner•1h ago•0 comments

ServingStudio: Simulating, Analyzing, and Optimizing LLM Serving Systems

https://syfi-servingstudio.github.io/ServingStudioIntro/blog/introducing-servingstudio/
3•matt_d•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!