frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

In Sweden, Organized Election Fraud

https://www.svd.se/a/43a0Qq/skandalen-i-borlange-ar-bara-borjan
1•try-working•30s ago•0 comments

Evolving programming languages in the AI era

https://dashbit.co/blog/evolving-ai-era
1•ahamez•2m ago•0 comments

The Most Expensive Breach on Earth Still Speaks Plaintext DNS

https://redhand.io/resources/dns-detections
1•eladlad•4m ago•0 comments

I built aiFlow, a free and open-source macOS file manager

https://github.com/nnikolaandric-sudo/aiFlow
1•oblivion1789•5m ago•0 comments

Enjoy.dev: one person, infinite engineers

https://enjoy.dev/
1•serial_dev•6m ago•0 comments

Qualcomm Talks Up Linux on Snapdragon X2 Laptops

https://www.phoronix.com/news/Qualcomm-Talks-Up-X2-Linux
1•rbanffy•7m ago•0 comments

SQLite database migrations directly in the browser, built with WebAssembly

https://play.ptah.run/
1•cabyrcus•7m ago•1 comments

Utyansky Index: Deterministic O(1) slot isolation for AI vibe coding

https://github.com/vlad-utyansky/utyansky-index
2•vladutyansky•10m ago•0 comments

Show HN: Forkbench – boundaries and supervision for AI coding agents

https://forkbench.com/l/FAUiWl3f
1•forkbench•11m ago•0 comments

First Autonomous Agentic System

https://blog.cloudgeni.ai/cloudgeni-first-truly-autonomous-cloud-platform/
1•davletdz•11m ago•0 comments

I am looking for GTM co-founder for my anti AI slop startup I am building

1•arpanghoshal•13m ago•1 comments

Measuring the Trustworthiness of Open-Source-Derived Models

https://cognition.com/blog/measuring-open-source-model-trustworthiness
1•ronfriedhaber•13m ago•0 comments

The Invisible Way Companies Are Using AI to Set Salaries

https://www.wsj.com/lifestyle/careers/the-invisible-way-companies-are-using-ai-to-set-salaries-ad...
2•thm•14m ago•0 comments

Agent IAP – Little Snitch Meets 1Password for AI Agents

https://vpetersson.com/2026/09/23/little-snitch-meets-1password-for-ai-agents/
4•mvip•14m ago•1 comments

China Is Holding Sensitive F-35 Parts Diverted to Hong Kong

https://www.bloomberg.com/news/articles/2026-09-23/china-is-holding-sensitive-f-35-parts-diverted...
1•Lio•15m ago•0 comments

Two-Tier Encryption in the UK – Identical Apple Devices, Different Protection

https://macanorak.com/two-tier-encryption-in-the-uk/
1•ReturnoftheHack•16m ago•0 comments

ACTx486 turns a podcast or video into a responsive AI conversation

https://runtimewire.com/article/actx486-turns-a-podcast-or-video-into-a-responsive-ai-conversation
1•Alifatisk•16m ago•0 comments

AMD Upstreams AVX10_V2_AUX Support into LLVM Clang 24

https://www.phoronix.com/news/LLVM-Clang-AVX10_V2_AUX
1•rbanffy•17m ago•1 comments

Polytender – AI for Public Tenders

https://polytender.com/en
1•mnewme•17m ago•0 comments

Show HN: I built AgeDB, a database for AI agents to store context and data

https://github.com/sivsivsree/agedb
1•sivsivsree•21m ago•0 comments

New Physics SIM

https://pmad-sim.org/
1•lucahenrikmarsu•22m ago•2 comments

Show HN: HodoClip - A browser scratchpad that saves links with clips

https://chromewebstore.google.com/detail/hodoclip/olklheidccboooipkkbegbejgkonpcln
1•rakshran•22m ago•0 comments

FlatPing, uptime monitoring and status pages

https://flatping.darsena.app
1•paranojik•23m ago•0 comments

A new report from Europe raises serious alarms about orbital collisions

https://arstechnica.com/space/2026/09/there-are-now-17000-satellites-in-orbit-and-growing-should-...
1•rbanffy•25m ago•0 comments

Pro-Human AI Declaration

https://prohumandeclaration.com/en/sign/demand-ai-accountability
2•ljmf00•25m ago•1 comments

MemTensor NPM and PyPI packages compromised with credential stealer

https://socket.dev/blog/memtensor-compromise
2•joshcsimmons•26m ago•0 comments

A Readable UseToggle

https://itsnas.me/writing/use-toggle
1•itsnasme•29m ago•0 comments

Boris Sakač, pioneer of Olympic Games IT systems, has died

https://www.vecernji.hr/sport/preminuo-boris-sakac-pionir-razvoja-informatickih-sustava-olimpijsk...
1•taubek•30m ago•1 comments

I miss old Google: readers tell us how they search the internet in the age of AI

https://www.theguardian.com/technology/2026/sep/23/google-readers-respond-ai-overview-internet-se...
1•CrypticShift•30m ago•0 comments

Show HN: C3 Playground – a C3 compiler with graphics and sound in the browser

https://play.c3-lang.org/?example=voxelspace_synthwave
2•lerno•30m ago•2 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!