frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The LLM Freedom Manifesto: Open-Weight Models and User Responsibility

https://gnu.support/large-language-models-llm/The-LLM-Freedom-Manifesto-Open-Weight-Models-and-Us...
1•rcdwealth•44s ago•0 comments

AI is finding sperm where doctors couldn't

https://www.seattletimes.com/seattle-news/science/ai-is-finding-sperm-where-doctors-couldnt/
1•OutOfHere•4m ago•0 comments

The Qualities of Tomorrow's Programmers by Salvatore Sanfilippo

https://grigio.org/the-qualities-of-tomorrows-programmers/
1•grigio•8m ago•0 comments

Immich - Self-hosted photo and video management solution

https://immich.app/
1•tehlike•12m ago•0 comments

Why Some Highly Intelligent People Prefer Less Social Interaction

https://www.rathbiotaclan.com/scientists-have-a-fascinating-hypothesis-about-why-smart-people-sho...
1•Akasci•13m ago•1 comments

So you want to build a generator (2016)

https://galaxykate0.tumblr.com/post/139774965871/so-you-want-to-build-a-generator
1•vuvko•15m ago•0 comments

Paitify – authorization layer so AI agents can't overspend

https://paitify.io
2•rahmankapucu•17m ago•0 comments

English as She Is Spoke

https://en.wikipedia.org/wiki/English_as_She_Is_Spoke
1•hamper653•17m ago•1 comments

What can you learn about a company from the outside?

https://mikwornoo.substack.com/p/company-structure-from-job-postings
1•hunglee2•19m ago•0 comments

Paper: Attention Is All You Have

https://arxiv.org/abs/2608.12610
1•benameurilyesis•21m ago•0 comments

Rocket Lab's GHOST mobile rocket launch infrastructure

https://newatlas.com/military/ghost-gives-rocket-launch-sites-flat-pack-treatment/
1•Gaishan•23m ago•0 comments

The AI Competence/Judgement Gap

https://itamargilad.com/artificial-competence/
1•BerislavLopac•24m ago•0 comments

Show HN: MCP Server for Appointment Booking

https://blog.makeplans.com/2026/08/15/your-ai-assistant-can-now-manage-your-bookings.html
1•sleepyhead•25m ago•0 comments

The Goal Is (Still) Value

https://franciscomt.medium.com/the-goal-is-still-value-9258db5d5e85
1•BerislavLopac•25m ago•0 comments

Control and complexity: tension in systems design

https://ferd.ca/control-and-complexity-tension-in-systems-design.html
1•r4um•26m ago•0 comments

Bitcoin: I'm retarded. ASM client/server project in the works

https://github.com/BobClawblaw/bitcoinmachinecode
2•hjm•29m ago•1 comments

AdNauseam – Clicking ads so you don't have to

https://adnauseam.io/
2•mosiuerbarso•32m ago•0 comments

How to Use AI as a Language Learner

https://vocably.pro/ai.html
2•sneas•35m ago•0 comments

Puppy Weight Estimator: a range-based adult-size calculator

https://puppyweightestimator.com
1•carsmith•37m ago•0 comments

Book Review – Animal Farm

2•jaysinhp•43m ago•0 comments

PayPal Is "In Talks to Sell Itself" After Rejecting Stripe's Initial $60.50 Bid

https://247wallst.com/investing/2026/08/15/breaking-paypal-is-in-talks-to-sell-itself-after-rejec...
1•theanonymousone•46m ago•0 comments

Why Big Tech's AI Spending Is $3T Higher Than It Seems

https://www.wsj.com/tech/ai/why-big-techs-ai-spending-is-3-trillion-higher-than-it-seems-e1067bb2
4•massagedpelican•51m ago•0 comments

Handwritten Digit Classification with Neural Cultures

https://www.biorxiv.org/content/10.64898/2026.08.10.743829v1
2•bwjx•53m ago•0 comments

Show HN: Rex, a parallel functional language for scientific workflows

https://github.com/peterkelly/rex
2•peterkelly•55m ago•0 comments

Zalvion AI

https://zalvionai.com
2•Mari_Developer•58m ago•0 comments

Wolfram Demonstrations – Unsolved Problems

https://demonstrations.wolfram.com/topic/unsolved-problems
3•soupspaces•59m ago•0 comments

$12B of US ratepayers' money wasted on a modeling mistake in PJM

https://newsletter.semianalysis.com/p/12b-of-us-ratepayers-money-wasted
8•_delirium•1h ago•1 comments

AI wins landmark Fair Work Commission case for Macquarie academic

https://www.afr.com/work-and-careers/workplace/ai-wins-landmark-fair-work-commission-case-for-mac...
4•solresol•1h ago•0 comments

Linear Algebra Done Right – Sheldon Axler

https://linear.axler.net/
3•the-mitr•1h ago•0 comments

Heavy Bluesky outage in the past day

https://statusgator.com/services/bluesky
2•krige•1h ago•1 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!