frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

One Man's Cure for Loneliness Started a Movement

https://www.wsj.com/us-news/how-one-mans-cure-for-loneliness-started-a-movement-b4d386dd
1•fortran77•46s ago•1 comments

Show HN: It's a Plan – a self-hosted, open-source alternative to Linear

https://github.com/croffasia/itsaplan
1•Croffasia•1m ago•0 comments

SpaceX – Q2 2026 Earnings [pdf]

https://d18rn0p25nwr6d.cloudfront.net/CIK-0001181412/cfe10442-59c3-460b-8a4f-75fa96c69af9.pdf
1•spikels•2m ago•0 comments

Bigger Displays Rumored for Next Year's iPhone Models

https://www.macrumors.com/2026/08/04/bigger-displays-rumored-for-next-year-iphones/
1•Tomte•4m ago•0 comments

Don't Dither

https://sarahconstantin.substack.com/p/dont-dither
1•jger15•5m ago•0 comments

Show HN: Recruiting/interview tool for recs, hiring managers and interviewers

https://toprec.io
1•girish-fokusly•6m ago•0 comments

Bro

https://github.com/dmmulroy/.dotfiles/blob/main/home/.agents/skills/bro/SKILL.md
2•ramoz•8m ago•1 comments

GenOffice – GenSpark's AI native office suite

https://github.com/genspark-ai/genoffice
1•msis•9m ago•0 comments

Wrinkles, an AI app that uncovers the hidden stories of places around you

https://techcrunch.com/2026/08/04/meet-wrinkles-an-ai-app-that-uncovers-the-hidden-stories-of-the...
1•mikelgan•9m ago•1 comments

Atoms: Physical automation to transform industry and move the world

https://atoms.co/
1•stackohlee•10m ago•0 comments

Show HN: Extractor.sh – simple, affordable Firecrawl alternative

https://extractor.sh/
1•mariusbolik•11m ago•0 comments

Hedonic Treadmill (Hedonic Adaptation)

https://en.wikipedia.org/wiki/Hedonic_treadmill
2•consumer451•12m ago•0 comments

Browser Tools SDK is code-mode for the browser

https://libretto.sh/browser-tools
1•tanishqkanc•13m ago•0 comments

Sektron: A MIDI step sequencer in the terminal

https://github.com/emprcl/sektron
1•vegadw•13m ago•0 comments

Employees Like Their A.I. Boss. Its Shop Is Kind of a Disaster

https://www.nytimes.com/2026/08/04/us/ai-boss-san-francisco-andon-market.html
1•jjwiseman•15m ago•0 comments

Mesh-Client: The Universal Desktop Suite for Mesh Networks

https://github.com/Colorado-Mesh/mesh-client
1•vegadw•15m ago•0 comments

Apple Limits Bug Bounty Submissions After Flood of AI Slop

https://www.macrumors.com/2026/08/04/aple-bug-bounty-limits-ai/
1•cdrnsf•15m ago•0 comments

Wasps as an effective pest control for agriculture

https://www.ucl.ac.uk/news/2019/nov/wasps-effective-pest-control-agriculture
1•eatonphil•16m ago•0 comments

How Much Risk Is a Useful Amount of Risk?

https://craigmod.com/roden/116/
2•simonebrunozzi•16m ago•0 comments

Chaldeans Cultural Competency

https://news.jrn.msu.edu/culturalcompetence/race/chaldeans/
1•marysminefnuf•16m ago•0 comments

A More Immediate Intuitive Appeal

https://blog.veitheller.de/intuition.html
1•hellerve•16m ago•0 comments

Signls: A non-linear, generative MIDI sequencer

https://empr.cl/signls/
1•vegadw•16m ago•0 comments

Show HN: Sagorax, a Three.js/WebGPU Arena Shooter in the Browser

https://sagorax.com/
1•AntonioEritas•17m ago•0 comments

Why the Hardest Concept for Python Devs Is Concurrency

https://oedokumaci.com/blog/posts/python-concurrency
1•jicea•17m ago•0 comments

Nearest Pint

https://knowwhereconsulting.co.uk/maps/pubs/
1•bookofjoe•19m ago•0 comments

Leopold Aschenbrenner: Situational Awareness Two Years On

https://philippdubach.com/posts/aschenbrenners-receipts/
1•7777777phil•22m ago•0 comments

Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
6•edwardbzhang•22m ago•2 comments

Breaking Locks in Gothic 1 Remake

https://erfur.dev/blog/gothic-lockpicking
1•MrFinch•22m ago•0 comments

Introducing Kiro Crew

https://kiro.dev/blog/introducing-kiro-crew/
1•LeTeutz•23m ago•0 comments

Ask HN: What was your big failure? How did you get around it?

2•jspann•26m 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!