frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Argus – multi‑agent AI coding assistant that never gets stuc

https://github.com/argustek/Argus
1•argustek•2m ago•0 comments

Why the Smart Home Bubble Popped

https://hackaday.com/2026/05/21/why-the-smart-home-bubble-popped/
1•lxm•2m ago•0 comments

The open-source ACP orchestrator

https://github.com/alfonsodg/aintegrix
1•alfonsodg•12m ago•0 comments

GSD [NPM get-shit-done-cc] is now OpenGSD

https://www.opengsd.net/
1•_blk•12m ago•0 comments

Show HN: Rapel – chunked resumable downloads in unstable networks

https://github.com/redraw/rapel
1•autorun•14m ago•0 comments

Webwright: A Terminal Is All You Need for Web Agents

https://www.microsoft.com/en-us/research/articles/webwright-a-terminal-is-all-you-need-for-web-ag...
3•pyinstallwoes•17m ago•0 comments

Self-hosting Wafrn behind another Caddy, with Bluesky support

https://blog.goodanser.com/fediverse/post/03c6a4f4-cdd4-4027-a6a4-5017dd9154bd
1•mooreds•19m ago•0 comments

Mashing up modelling techniques for fun and profit

https://event-driven.io/en/on-mashing-up-modelling-techniques/
1•mooreds•20m ago•0 comments

The Ask

https://randsinrepose.com/archives/the-ask/
1•mooreds•22m ago•0 comments

SK Group chairman says memory chip shortage will last until 2030

https://www.tomshardware.com/pc-components/dram/sk-group-chairman-says-memory-chip-shortage-will-...
3•SiqingYu•26m ago•0 comments

Publishing's Latest Piracy Problem: Audiobooks on YouTube

https://www.nytimes.com/2026/05/21/books/audiobook-piracy-youtube.html
2•lxm•31m ago•0 comments

Waymo suspends all freeway rides over safety issues

https://sfstandard.com/2026/05/21/waymo-suspends-all-freeway-rides-safety-issues/
3•romanhn•41m ago•0 comments

Artificial Intelligence Floods Court Dockets with Home-Brewed Lawsuits

https://www.nytimes.com/2026/05/25/us/politics/artificial-intelliegence-courts.html
2•jrmg•42m ago•1 comments

Human-Made Materials Now Weigh More Than All Life on Earth Combined (2020)

https://www.smithsonianmag.com/smart-news/human-made-materials-now-weigh-more-all-life-earth-comb...
2•thunderbong•45m ago•0 comments

GitHub commit Verification logic flaw and bypass

1•handwritter•50m ago•0 comments

Brockovich AI Data Center Reporting

https://www.brockovichdatacenter.com/
2•cdrnsf•51m ago•0 comments

Pinned – daily geography pin-drop game (pinned.engineering)

https://www.pinned.engineering/
1•Hddharry•53m ago•0 comments

Models Have Blind Spots: Debugging Unfamiliar Code with a Multi-LLM Loop

https://sosuke.com/models-have-blind-spots-debugging-unfamiliar-code-with-a-multi-llm-loop/
1•sosuke•56m ago•0 comments

Show HN: Pgcraft – a lazygit-style TUI for Postgres

https://github.com/lucasfrederico/pgcraft
3•lucasfrederico•1h ago•0 comments

LibreOffice Tips and Tricks: Replacing Microsoft Fonts (2020)

https://blog.documentfoundation.org/blog/2020/09/08/libreoffice-tt-replacing-microsoft-fonts/
1•bariumbitmap•1h ago•0 comments

Ente's Legacy Kit Feature

https://ente.com/blog/legacy-kit/
1•gurjeet•1h ago•0 comments

Matchmaker: A Powerful and Modern Searcher

https://github.com/Squirreljetpack/matchmaker
2•squirreljetpack•1h ago•1 comments

MileStone: A Multi-Objective Compiler Phase Ordering Framework

https://arxiv.org/abs/2605.23435
1•matt_d•1h ago•0 comments

State of the Fin 2026-05-24

https://jellyfin.org/posts/state-of-the-fin-2026-05-24/
2•salmon•1h ago•0 comments

Crypto code commits fall 75% as developers move to AI projects

https://www.coindesk.com/tech/2026/03/12/crypto-developer-activity-sinks-to-multi-year-low-as-ai-...
5•wslh•1h ago•0 comments

Cited AI Workspace: No More Re-Uploading Files

https://uumuse.ai/en
2•owjdie•1h ago•0 comments

LLM proactively bypassed pnpm's anti-supply-chain-attack config

https://twitter.com/encrypted/status/2058658244328124562
1•EFLKumo•1h ago•0 comments

Show HN: Embed Notion Pages into Your Website

https://embednotion.com/
2•qwikhost•1h ago•0 comments

Stop paying twice Looking for testers for self hosted+Android app cloud drive

https://play.google.com/apps/testing/com.freecloud.android
2•WWIII_Historian•1h ago•0 comments

Does Anybody Actually Like React?

https://jsx.lol
78•brazukadev•1h ago•84 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!