frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Monopoly Round-Up: Regulation of engagement algorithms is on the horizon

https://www.thebignewsletter.com/p/monopoly-round-up-the-biggest-sexual
3•chmaynard•6m ago•0 comments

Archive.st - Archive a Webpage

https://archive.st/
1•frozenseven•13m ago•1 comments

Qwen-MM-Plugins

https://github.com/QwenLM/Qwen-MM-Plugins
2•pretext•14m ago•0 comments

Why do we assume everyone should be working?

https://wilsoniumite.com/2026/08/10/why-do-we-assume-everyone-should-be-working/
1•Wilsoniumite•15m ago•0 comments

Therapy Needs to Get Help

https://www.nytimes.com/2026/08/09/opinion/therapy-neuroscience-perception.html
1•ed•16m ago•0 comments

PON-Beam: Notification-Oriented Beam Erlang VM

https://github.com/matheuscamarques/pon_beam
2•wut42•19m ago•0 comments

Ask HN: Do people with authism have emotions?

1•soltanov•21m ago•1 comments

Harry Potter almost derailed a major UK interconnector project

https://www.rechargenews.com/grid/how-harry-potter-almost-derailed-a-major-uk-interconnector-proj...
2•riffraff•23m ago•0 comments

Show HN: Memcode AI goes open source with Claude Code inspired coding agent

https://github.com/memcode-ai/memcode
2•timerwin•25m ago•0 comments

Hello

1•pranavgawas-pro•32m ago•0 comments

Act like it is science

https://marginalrevolution.com/marginalrevolution/2026/08/act-like-it-is-science.html
2•thedreammachine•37m ago•0 comments

md-whispr

https://twitter.com/stanlalanne/status/2086675864276566196
1•sharpshootersl•40m ago•1 comments

AI Coding Clients Are Reading Each Other's Personal Instructions

https://runtimewire.com/article/ai-coding-clients-are-reading-each-other-s-personal-instructions
2•ryanmerket•42m ago•0 comments

Copy-paste email templates for chasing overdue invoices

https://invoice-email-template.surge.sh/
1•lmv_builds•48m ago•0 comments

Take-home assessments to be banned in school AI overhaul

https://www.smh.com.au/national/nsw/take-home-assessments-to-be-banned-in-radical-hsc-overhaul-20...
1•Alien1Being•48m ago•0 comments

HCCL: Collective Communication for Meta Training and Inference Accelerators

https://arxiv.org/abs/2608.00358
1•matt_d•49m ago•0 comments

Migrate from GitHub Container Registry (GHCR) to Vercel Container Registry (VCR)

https://vercel.com/kb/guide/migrate-ghcr-to-vcr
1•flashbrew•49m ago•0 comments

Docker Compose concepts map to Vercel

https://vercel.com/kb/guide/docker-compose-concepts-on-vercel
2•flashbrew•49m ago•0 comments

Training neural nets on Apple Neural Engine via reverse-engineered private APIs

https://github.com/maderix/ANE
1•dyzone•54m ago•0 comments

Show HN: Blueferry, iMessage on Linux

https://github.com/erikwb/blueferry
2•erikwb•55m ago•0 comments

The Philippines' big offshoring industry is growing despite AI

https://www.economist.com/asia/2026/08/06/the-philippines-big-offshoring-industry-is-growing-desp...
3•nlpnerd•56m ago•1 comments

A second-hand bookstore's mysterious orders

https://www.rnz.co.nz/life/books/wellington-second-hand-book-store-s-mysterious-orders
3•tigerlily•58m ago•0 comments

The Rise of the Unstoppable American Tourist

https://www.wsj.com/economy/the-rise-of-the-unstoppable-american-tourist-485f025b
1•thm•1h ago•0 comments

How do programming languages impact token efficiency and correctness?

https://danluu.com/pl-tokens/
1•matt_d•1h ago•0 comments

As AI grips world, the thrill of collecting vintage computers is growing

https://apnews.com/article/vintage-computers-silicon-valley-technology-apple-history-43d28a08d77c...
3•geox•1h ago•0 comments

Ask HN: TS Compiler

3•apple_george•1h ago•0 comments

Trellis – A Workspace Management Tool for Multi-Package Gleam Projects

https://github.com/tylerbutler/trellis
3•TheWiggles•1h ago•0 comments

Spy cameras on Navy drones sent data to China

https://www.telegraph.co.uk/news/2026/08/09/spy-cameras-on-navy-drones-secretly-sent-data-to-chin...
7•NewCzech•1h ago•0 comments

New AI models still reproduce racial and gender stereotypes in medicine

https://news.flinders.edu.au/blog/2026/08/09/new-ai-models-still-reproduce-racial-and-gender-ster...
4•giuliomagnifico•1h ago•1 comments

Harry Potter fans force diversion of power link to avoid 'Dobby's grave'

https://www.bbc.com/news/articles/cy8mgpl27dpo
2•pibaker•1h 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!