frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What is the value of releasing software that leaves people unemployed?

1•rondaerth92•38s ago•0 comments

netcat

https://en.wikipedia.org/wiki/Netcat
1•tosh•45s ago•0 comments

Cave of Forgotten Dreams

https://charlesleifer.com/blog/cave-of-forgotten-dreams/
1•cleifer•3m ago•0 comments

Generation is cheap, the decisions are the artifact

https://noemica.io/blog/generation-is-cheap
1•SebastianSosa•6m ago•0 comments

The Wearable Showdown: OURA Ring 5 vs. Fitbit Air vs. Whoop MG vs. Apple Watch

https://www.wsj.com/tech/personal-tech/oura-ring-fitbit-air-whoop-apple-sleep-wearables-99783661
1•odig•9m ago•0 comments

Google's Unique Approach to Getting Data Centers Built

https://www.wsj.com/tech/ai/googles-unique-approach-to-getting-data-centers-built-2cfae652
2•odig•9m ago•0 comments

The -Bot after my name is just cool I liked it I'm not a robot

1•muffcruster420•10m ago•1 comments

Taxation with Representation- How Communities/Coops Turn Spending into Ownership

https://cahootzcoops.com/blog/taxation-with-representation-how-communities-and-co-ops-turn-spendi...
2•DeonRob•14m ago•0 comments

The Origin of Lorem Ipsum

https://www.youtube.com/watch?v=kL1PDqzqhM4
1•jofzar•14m ago•1 comments

Anthropic, please ship an official Claude Desktop for Linux

https://github.com/anthropics/claude-code/issues/65697
6•predkambrij•19m ago•2 comments

Show HN: I made a better zsh autosuggestion tool that predicts your next command

https://github.com/Giammarco-Ferranti/deja
3•giammiferr•20m ago•0 comments

Polymarket Annotation Injection

https://sam.elborai.me/articles/polymarket-prompt-injection/
1•dgellow•27m ago•0 comments

Show HN: A virtual thermal printer for testing ESC/POS receipts

https://vprinter.dev
1•seokjume•28m ago•0 comments

Pockets of Humanity

https://herman.bearblog.dev/pockets-of-humanity/
2•Tomte•28m ago•1 comments

Anthropic/OpenAI may be spending more than $1000 for every $100 you pay them

https://ea.rna.nl/2026/06/07/anthropic-openai-may-be-spending-more-than-1000-for-every-100-you-pa...
6•gctwnl•31m ago•2 comments

What It's Like to IPO

https://staysaasy.com/startups/2026/06/04/what-its-like-to-ipo.html
1•wiredone•35m ago•0 comments

ASML invites Elon Musk to internal tech event, prompting employee backlash

https://nltimes.nl/2026/06/07/asml-invites-elon-musk-internal-tech-event-prompting-employee-backlash
3•root-parent•37m ago•0 comments

LLMs are eroding my software engineering career and I don't know what to do

https://human-in-the-loop.bearblog.dev/llms-are-eroding-my-software-engineering-career-and-i-dont...
111•poisonfountain•37m ago•55 comments

AI and the Pitfalls of Innovation

https://paulkrugman.substack.com/p/ai-and-the-pitfalls-of-innovation
2•rbanffy•39m ago•0 comments

Recent LLVM hash table improvements

https://maskray.me/blog/2026-06-07-recent-llvm-hash-table-improvements
2•ingve•44m ago•0 comments

Another Warning about the Steam Controller puck. It WILL start a fire

https://old.reddit.com/r/SteamController/comments/1tz8bgu/this_is_another_warning_about_the_puck_...
2•6581•45m ago•0 comments

TikTok is not addictive, social media giant tells politicians

https://www.irishtimes.com/technology/big-tech/2026/05/07/tiktok-is-not-addictive-social-media-gi...
4•1vuio0pswjnm7•46m ago•0 comments

Realisation of Unfixable

1•iaziz786•46m ago•0 comments

What the wounds are telling us

https://www.europeanpressprize.com/article/what-the-wounds-are-telling-us/
2•amarcheschi•47m ago•0 comments

Ask HN: How are thinking efforts implemented?

3•simianwords•47m ago•0 comments

New York lawmakers pass one-year ban on new data centers

https://www.theverge.com/policy/944041/new-york-data-center-moratorium
2•1vuio0pswjnm7•48m ago•0 comments

Ask HN: What are the best unknown books you have read?

5•chistev•49m ago•1 comments

Misguided Misstatements Continue to Dismantle Biomedical Research in the U.S.

https://diabetesjournals.org/care/article/49/6/901/164764/Misguided-Brushes-of-a-Pen-Continue-to-...
11•JumpCrisscross•52m ago•1 comments

Show HN: Inbox-beam – notifications in your inbox without sending email

https://github.com/toyoshi/inbox-beam
2•toyoshi•52m ago•0 comments

Application of Pleuropterus multiflorus for treatment of androgenetic alopecia

https://www.sciencedirect.com/science/article/pii/S2707368825000627?via%3Dihub
1•bookofjoe•52m 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!