frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Sutskever and LeCun: Scaling LLMs Won't Yield More Useful Results

https://www.abzglobal.net/web-development-blog/ilya-sutskever-yann-lecun-and-the-end-of-just-add-...
1•birdculture•56s ago•0 comments

Ben redesigned the BoM website at a fraction of its $96.5M cost

https://www.smh.com.au/technology/premium-prices-for-a-downgrade-96-5-million-bom-website-savaged...
1•matthewsinclair•3m ago•0 comments

Everything we know about DC shooter who attacked two National Guardsmen

https://www.dailymail.co.uk/news/article-15329875/washington-dc-shooter-national-guardsman-suspec...
1•Bender•7m ago•0 comments

Bun Security Scanner API

https://bun.com/docs/pm/security-scanner-api
1•nateb2022•10m ago•0 comments

C100 Developer Terminal

https://caligra.com/
2•matthewsinclair•11m ago•0 comments

Show HN: A computer-use Mac client for Claude Opus 4.5

https://github.com/pravaco/cuaview-releases
1•sdan•18m ago•0 comments

AT&T Archives: Similiarities of Wave Behavior (Bonus Edition) (1959) [video]

https://www.youtube.com/watch?v=DovunOxlY1k
2•pera•20m ago•0 comments

Sweat-Powered Sticker Turns Your Drinking Cup into a Health Sensor

https://today.ucsd.edu/story/sweat-powered-sticker-turns-your-drinking-cup-into-a-health-sensor
2•geox•24m ago•0 comments

I Was Laid Off 10 Months Ago Here's How I Still Pay My $2.8k Mortgage

https://www.youtube.com/watch?v=F0k7cu95cAw
2•donsupreme•26m ago•0 comments

UK EV owners to face pay-per-mile tax

https://www.bbc.co.uk/news/articles/c8jw9l7gx92o
5•gmac•26m ago•0 comments

Show HN: LedgerApp – Fast team expense tracker built with Next.js and Supabase

https://ledgerapp.team
1•planner24•28m ago•0 comments

In Memoriam: 404 but not forgotten

https://archive.org/details/in-memoriam-web-mascots
1•ChrisArchitect•31m ago•0 comments

Eurostack

https://pluralistic.net/2025/11/26/difficult-multipolarism/#eurostack
2•6LLvveMx2koXfwn•32m ago•0 comments

How the Elite Behave When No One Is Watching: Inside the Epstein Emails

https://www.nytimes.com/2025/11/23/opinion/meaning-epstein-emails.html
1•measurablefunc•34m ago•0 comments

Running Unsupported iOS on Deprecated Devices

https://nyansatan.github.io/run-unsupported-ios/
18•OuterVale•36m ago•1 comments

Superficial Intelligence: Tech Parenting

https://www.mozillafoundation.org/en/nothing-personal/superficial-intelligence-humor-column-paren...
1•prismatic•36m ago•0 comments

Learning to Code with No Map: Mentorship and Entry Paths in a Post-Bootcamp Era [video]

https://www.youtube.com/watch?v=2XJX_vur37E
1•Kerrick•39m ago•0 comments

VK_EXT_present_timing Merged

https://github.com/KhronosGroup/Vulkan-Docs/pull/1364
1•xeonmc•39m ago•0 comments

Thanksgiving 2025 Hot Takes

https://www.nytimes.com/interactive/2025/11/20/dining/thanksgiving-hot-takes.html
2•ChrisArchitect•45m ago•1 comments

Which Notable Book Should I Read First?

https://www.nytimes.com/interactive/2025/11/24/books/book-recommendations-notables.html
3•whack•50m ago•1 comments

Engineers repurpose a mosquito proboscis to create a 3D printing nozzle

https://techxplore.com/news/2025-11-repurpose-mosquito-proboscis-3d-nozzle.html
2•T-A•55m ago•0 comments

Making 10M government PDF documents searchable

https://flowingdata.com/2025/11/26/making-10m-government-pdf-documents-searchable/
2•gslin•59m ago•1 comments

Show HN: Offline AI Photo Search (local VLM and semantic search)

https://github.com/Pankaj4152/smart-photo-finder
1•Pankaj4152•59m ago•0 comments

Show HN: I Made a Series of Posters Exploring the Fuzzy World of LLMs

https://zehfernandes.com/posts/the-folded-world
1•zehfernandes•1h ago•0 comments

Bring Back Doors – Bring Bathroom Doors Back to Hotels

https://bringbackdoors.com/
26•bariumbitmap•1h ago•9 comments

US Navy scuttles Constellation frigate for being too slow for tomorrow's threats

https://www.theregister.com/2025/11/26/navy_constellation_frigate/
4•Bender•1h ago•1 comments

Crocs get the Xbox treatment with sole-crushing price of $80

https://www.theregister.com/2025/11/26/microsoft_xbox_crocs/
2•Bender•1h ago•1 comments

Seal milk more refined than breast milk

https://www.eurekalert.org/news-releases/1106900
1•gmays•1h ago•0 comments

Abliterated Large Language Models Treat Users as Capable Adults

https://kirill.korins.ky/articles/abliterated-large-language-models-treat-users-as-capable-adults/
2•nerfur•1h ago•0 comments

Why You Must Learn Before You Prompt

https://imapenguin.com/2025/11/first-principles-why-you-must-learn-before-you-prompt/
3•atan2•1h ago•0 comments
Open in hackernews

Show HN: EVMAuth

https://github.com/evmauth/evmauth-core
5•sscovil•6mo 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!