frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How DWeb Camp Is Being Built in Berlin

https://blog.archive.org/2026/04/02/how-dweb-camp-is-being-built-in-berlin/
1•Intralexical•1m ago•0 comments

Like solar, Rust is inevitable

https://kerkour.com/rust-is-inevitable
1•randomint64•1m ago•0 comments

FCC pushes ban on security updates for foreign-made routers, drones to 2029

https://therecord.media/fcc-pushes-ban-on-updates-to-foreign-routers-drones-2029
1•_____k•2m ago•0 comments

Making a Mark on the Ocean Floor

https://ocean.si.edu/ecosystems/deep-sea/making-mark-ocean-floor
1•thunderbong•2m ago•0 comments

Fighting Hyrum's Law in LLVM

https://maskray.me/blog/2026-05-10-fighting-hyrums-law-in-llvm
1•birdculture•2m ago•0 comments

Token "Optimizers" for AI Coding Agents Are Silently Dangerous

https://old.reddit.com/r/ClaudeCode/comments/1spiy8t/token_optimizers_for_ai_coding_agents_are/
2•ahamez•3m ago•0 comments

Physics-intern: an autonomous agentic framework for physics research

https://huggingface.co/spaces/huggingface/physics-intern
2•victormustar•4m ago•0 comments

The Starbucks barista that took a 4k latte order from Steve Jobs

https://www.theverge.com/2013/3/4/4063272/meet-starbucks-barista-that-took-steve-jobs-4000-latte-...
1•SpyCoder77•4m ago•0 comments

Thinking Machines and Interaction Models

https://www.seangoedecke.com/interaction-models/
1•Brajeshwar•4m ago•0 comments

NHS England confirms: Palantir staff can access patient data

https://www.theregister.com/databases/2026/05/12/nhs-england-confirms-palantir-staff-can-access-p...
2•jjgreen•5m ago•0 comments

From Vector Database to Vector Lakebase

https://zilliz.com/blog/from-vector-database-to-vector-lakebase
1•Fendy•6m ago•0 comments

Leagues to be allowed one game abroad a season under new FIFA proposals

https://www.theguardian.com/football/2026/apr/24/leagues-allowed-one-game-abroad-a-season-new-fif...
2•PaulHoule•7m ago•0 comments

Show HN: My father said I'd never read 10 books a year so I built a book tracker

https://www.cogito-app.io
1•hugobeey•7m ago•0 comments

RomHacking with Ghidra, Part 1: Loading SNES ROMs

https://tech.dreamleaves.org/posts/romhacking-with-ghidra-part-1-loading-snes-roms/
1•joshguthrie•7m ago•0 comments

Ask HN: Is software cooked with all the recent malware?

1•fnoef•8m ago•0 comments

PAI Is a Life Operating System

https://github.com/danielmiessler/Personal_AI_Infrastructure
1•Beijinger•8m ago•1 comments

Setting the standard for agentic development [pdf]

https://lorqvmwmiiherfjgxrkz.lovable.cloud/storage/v1/object/public/post-pdfs/1778572790778-Setti...
3•tfehring•9m ago•0 comments

Agent Platform That Builds Itself

https://www.ashpreetbedi.com/agent-platform-build-itself
1•ashpreet-bedi•9m ago•0 comments

Heritability of human life span is ~50% when heritability is redefined

https://dynomight.net/lifespan/
1•surprisetalk•10m ago•0 comments

OpenAI launches Daybreak, an AI platform for cyber defense

https://firethering.com/openai-daybreak-ai-cybersecurity/
1•steveharing1•11m ago•0 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
1•bryanrasmussen•11m ago•0 comments

Show HN: Crane Control

https://xkqr.org/cranecontrol/
1•kqr•11m ago•0 comments

Evento – Events Made Social

https://evento.so/
1•janandonly•12m ago•0 comments

Graphmind – local code intelligence for Claude Code(graph and mem and MCP)

https://github.com/aouicher/graphmind
1•aouicher•13m ago•0 comments

AI Floss

https://actsofvolition.com/2026/05/ai-floss/
1•speckx•13m ago•0 comments

Static Analysis for GitHub Actions

https://github.com/zizmorcore/zizmor
1•SEJeff•14m ago•1 comments

Exposing a $300M Private Equity Scam (by Coffeezilla) [video]

https://www.youtube.com/watch?v=04FRAsU0za0
3•Imustaskforhelp•14m ago•0 comments

I built a privacy-focused tool to help people understand complex documents

https://www.understanddocs.com
1•Nencheff•15m ago•0 comments

Ranking a What Is My IP Tool

https://timleland.com/ranking-what-is-my-ip-tool/
2•TimLeland•15m ago•0 comments

Wrap Go binaries in Python wheels

https://github.com/simonw/go-to-wheel
1•ankitg12•16m ago•0 comments
Open in hackernews

Show HN: Reddit Anywhere – Find Reddit discussions for any webpage

https://chromewebstore.google.com/detail/reddit-anywhere/nbeflmemjddfkijfpiaojbbhgbblbhde
2•smurfysmurf•1y ago
Hey HN! This is my first development project, and I wanted to share it with you all

I built Reddit Anywhere because I kept manually searching Reddit for discussions about articles and videos I was reading/watching, and I wanted to automate it.

The extension is pretty straightforward: it adds a small Reddit icon to any webpage you're on, and when clicked, it shows relevant Reddit threads discussing that page, or searching for related or relevant topics.

How it works:

-First tries to find the exact URL match on Reddit -If that fails, falls back to looking for discussion based on the page title and domain -For YouTube videos, it extracts the video title and channel name to find more relevant threads -Everything runs in browser

Technically -Built with vanilla JS -Uses Chrome storage API -Implemented Reddit's 0Auth through Chrome identity API -Basic caching to avoid hammering Reddit's API

Some challenges -Reddit's API limits were a pain, so I implemented exponential backoff -I'm still struggling with getting the Reddit icon to display on ALL websites, on some sites it's not viewable

This is a completely free and has no tracking, any feedback is appreciated!