frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Self-hosting my photos with Immich

https://michael.stapelberg.ch/posts/2025-11-29-self-hosting-photos-with-immich/
1•birdculture•59s ago•0 comments

Show HN: YOLO11 and OpenCV Object Detection in Java – Full End-to-End Tutorial

https://github.com/vvorobiov/opencv_yolo
1•ffly3r•2m ago•0 comments

Reviewing live-bootstrap and reflections on trusting trust

https://iwriteiam.nl/WHY2025_talk.html
1•matesz•2m ago•0 comments

How to detect text which has been written by ChatGPT

https://www.rte.ie/brainstorm/2025/1128/1545935-chatgpt-ai-writing-text-detection-words-phrases-e...
1•austinallegro•7m ago•0 comments

AI Can Generate Code. Is That a Threat to Computer Science Education?

https://www.edweek.org/technology/ai-can-generate-code-is-that-a-threat-to-computer-science-educa...
2•victorbuilds•11m ago•0 comments

Show HN: I cross-compiled llama.cpp to run on Windows XP

https://okt.ai/2025/11/30/running-llms-on-windows-xp-a-weekend-of-controlled-madness/
2•dandinu•16m ago•2 comments

ASCII SkiFree

https://js1k.com/2019-x/demo/4155
1•memalign•16m ago•0 comments

Mapping Amazing: Bee Maps

https://maphappenings.com/2025/11/06/bee-maps/
1•altilunium•22m ago•0 comments

Show HN: AIDictation – zero data retention dictation app

https://aidictation.com
1•vood•32m ago•0 comments

Kids Still Need to Learn to Code in the AI Era

https://time.com/7333550/learn-to-code-in-ai-era/
1•victorbuilds•33m ago•0 comments

How to Train a Z-Image-Turbo LoRA with AI Toolkit [video]

https://www.youtube.com/watch?v=Kmve1_jiDpQ
1•doener•36m ago•1 comments

Collection of best papers from top AI conferences

https://github.com/SarahRastegar/Best-Papers-Top-Venues
3•Maro•38m ago•0 comments

UC San Diego launches global consortium to reshape CS education in the AI era

https://today.ucsd.edu/story/transforming-computer-science-education-in-the-age-of-ai
1•victorbuilds•39m ago•0 comments

New Product, Editaimg: AI Image Editor

https://editaimg.com
1•reno_welch•41m ago•0 comments

Understanding Electrons

https://quicycle.com/understanding-electrons/
1•lhmiles•42m ago•0 comments

EndeavourOS: Lightweight Arch-based, terminal centric system

https://endeavouros.com/
1•doener•48m ago•0 comments

EvilAI Operators Use AI-Generated Code and Fake Apps for Far-Reaching Attacks

https://www.trendmicro.com/en_us/research/25/i/evilai.html
2•LiamPowell•50m ago•1 comments

Universal Blue: A manufacturing process that focuses on community-driven sharing

https://universal-blue.org/
3•doener•52m ago•0 comments

Tilesets and Makefiles

https://yasendinkov.com/posts/tilesets/
1•thunderbong•52m ago•0 comments

Show HN: New minor version 3.2.1 of HMPL

https://github.com/hmpl-language/hmpl
1•aanthonymax•54m ago•0 comments

Vote Labour or Green?

https://rodgercuddington.substack.com/p/vote-labour-or-green
2•freespirt•57m ago•3 comments

Sticking 2C-T-2 Up My Ass

https://psychotechnology.substack.com/p/on-sticking-2c-t-2-up-my-ass-2930
2•eatitraw•1h ago•0 comments

Generative AI Compensates for Age-Related Cognitive Decline in Decision Making

https://arxiv.org/abs/2511.21164
1•thinkingemote•1h ago•0 comments

AI Eyes on the Road: Cross-Cultural Perspectives on Traffic Surveillance

https://arxiv.org/abs/2510.06480
4•thinkingemote•1h ago•0 comments

Assessing the impact of surveillance cameras on crime

https://www.sciencedirect.com/science/article/abs/pii/S0304387825001087
3•thinkingemote•1h ago•0 comments

Reddit Migrates Comment Back End from Python to Go Microservice to Halve Latency

https://www.theregister.com/AMP/2025/05/06/30_years_mysql/
9•hu3•1h ago•4 comments

Show HN: PDF Quick – Free PDF tools with 100% client-side processing

https://www.pdfquick.in
4•nistamaska•1h ago•0 comments

MasonEffect update (1.0.30): faster particle morphing and improved stability

1•fe-hyunsu•1h ago•0 comments

Building a Marketplace

1•samirahh•1h ago•1 comments

Perplexity Comet vs Google Chrome – Should You Switch to an AI Browser?

https://www.forbes.com/sites/zakdoffman/2025/10/09/perplexity-comet-vs-google-chrome---should-you...
1•ggirelli•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!