frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Wikipedia: Writing articles with large language models

https://en.wikipedia.org/wiki/Wikipedia:Writing_articles_with_large_language_models
1•singiamtel•46s ago•1 comments

Safe_sleep.sh Rarely Hangs Indefinitely

https://github.com/actions/runner/issues/3792
1•_dain_•1m ago•0 comments

Framework Computer Now Sponsoring LVFS / Fwupd Development

https://www.phoronix.com/news/Framework-Sponsoring-LVFS
3•LorenDB•3m ago•0 comments

Reddit Migrates Comment Back End from Python to Go

https://old.reddit.com/r/RedditEng/comments/1mbqto6/modernizing_reddits_comment_backend_infrastru...
3•jcmontx•3m ago•0 comments

Are We Human, or Are We Chancer?

https://thesphinxblog.com/2025/11/27/are-we-human-or-are-we-chancer/
1•DyslexicAtheist•3m ago•0 comments

Electric vehicle sales are booming in South America – without Tesla

https://www.reuters.com/sustainability/climate-energy/electric-vehicle-sales-are-booming-south-am...
3•breve•4m ago•0 comments

How fast can browsers process base64 data?

https://lemire.me/blog/2025/11/29/how-fast-can-browsers-process-base64-data/
1•ibobev•4m ago•0 comments

Uint8Array Base64 Benchmark

https://simdutf.github.io/browserbase64/
1•ibobev•4m ago•0 comments

Antifragile Programming and Why AI Won't Steal Your Job

https://lemire.me/blog/2025/11/29/antifragile-programming-and-why-ai-wont-steal-your-job/
2•ibobev•6m ago•0 comments

Someone Is Trying to 'Hack' People Through Apple Podcasts

https://www.404media.co/someone-is-trying-to-hack-people-through-apple-podcasts/
2•CharlesW•6m ago•0 comments

SiteFinder – Search engine for tools that skips SEO spam and blog posts

https://www.sitefinder.app/
1•levigrace•7m ago•1 comments

Xbasic: 1980s era BASIC, compiler to x86-64, complete with test suite

https://github.com/jgarzik/xbasic64
2•jgarzik•11m ago•0 comments

Tom Stoppard, Award-Winning Playwright of Witty Drama, Dies at 88

https://www.nytimes.com/2025/11/29/theater/tom-stoppard-dead.html
1•coloneltcb•12m ago•1 comments

OpenAI Codex: Weekly usage limit refresh dates seem to be variable

https://github.com/openai/codex/issues/7354
1•wahnfrieden•13m ago•1 comments

Agentic AI at Scale: Redefining Management for a Superhuman Workforce

https://sloanreview.mit.edu/article/agentic-ai-at-scale-redefining-management-for-a-superhuman-wo...
2•DenisM•14m ago•0 comments

Implementing Trie with Auto-Completion in Python – Step-by-Step Guide

https://llego.dev/posts/implementing-trie-auto-completion-python-step-step-guide/
1•auraham•15m ago•0 comments

How Fraud Swamped Minnesota’s Social Services System on Tim Walz’s Watch

https://www.nytimes.com/2025/11/29/us/fraud-minnesota-somali.html
1•loeg•19m ago•1 comments

(Wrong link)Watch my hobby project get pounded by LLM scrapers live

https://booksearch.party/blog/top-10-free-philosophy-audiobooks.html
1•libridev•23m ago•3 comments

The Jeffrey Epstein Affair – Joscha Bach

https://joscha.substack.com/p/on-the-jeffrey-epstein-affair
3•irthomasthomas•28m ago•0 comments

Show HN: Zero-power photonic language model–code

https://zenodo.org/records/17764289
1•damir00•31m ago•0 comments

How can I get 1000 downloads for my app on play in the first week

1•fffhjiuyjj•32m ago•3 comments

Techniques to move huge stones - Wally Wallington [video]

https://youtu.be/rgkXfSLcJgg
1•smusamashah•32m ago•0 comments

Worktrunk: Git worktree manager, designed for parallel agents, written in Rust

https://github.com/max-sixty/worktrunk
2•maximilianroos•35m ago•0 comments

Health Billing SaaS – Co-Founder/CTO – Hamburg, Germany

1•bentinck•38m ago•1 comments

SAM3D Body with Rerun

https://github.com/rerun-io/sam3d-body-rerun
2•Tycho87•40m ago•1 comments

The Unreliable Narrator Problem in Agentic Development

https://principal-ade.com/blog/The-Unreliable-Narrator-Problem
4•NoeticLabs•43m ago•0 comments

TiXL: Open-Source Motion GFX

https://tixl.app/
1•thunderbong•44m ago•0 comments

Archaeologists Find 2,250-Year-Old Monument Beneath Ancient Roman City

https://scitechdaily.com/archaeologists-uncover-massive-2250-year-old-monument-beneath-ancient-ro...
5•bookofjoe•44m ago•0 comments

Ask HN: Streaming a Bittorent Video from a Webpage?

2•trinsic2•45m ago•2 comments

Books vs. Podcasts?

http://himanshusinghbisht.substack.com/p/books-vs-podcasts
3•gilfoyle_7•46m 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!