frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN

https://topfloor.company/
1•sankalpdomore•27s ago•0 comments

Schlep Blindness (2012)

https://www.paulgraham.com/schlep.html
1•poly2it•39s ago•0 comments

My retrieval can't tell a question it can answer from one it can't

https://github.com/asanabrial/leteo/blob/main/docs/nothing-worth-tuning.md
1•asanabrial•2m ago•0 comments

God's Eye View

https://github.com/bilawalsidhu/gods-eye-view
1•pelagicAustral•3m ago•0 comments

FDA Failed to Protect Consumers Again. Here's the Latest Proof

https://efoodalert.com/2026/08/27/fda-failed-to-protect-consumers-again-heres-the-latest-proof/
1•speckx•4m ago•0 comments

The Linux Kernel Is Approaching 2k CVEs per Release

https://www.phoronix.com/news/Linux-Kernel-CVEs-Nearly-2000
2•aniviacat•5m ago•0 comments

In Africa, a Growing Underground Solar Boom

https://e360.yale.edu/digest/africa-solar-2026
2•Brajeshwar•5m ago•0 comments

Show HN: I built a Mac app that replaces identifiers with stable tokens

https://clipscrub.com/
1•mhay•5m ago•0 comments

You Can Now Carry a Teaching Mainframe in Your Bag – Planet Mainframe

https://planetmainframe.com/2026/08/gibson-zos-security-simulator/
1•rbanffy•6m ago•0 comments

Show HN: AgentConnect, shared agents with separate permissions

https://github.com/agentconnect-md/agentconnect
2•Nicole9•6m ago•0 comments

Show HN: Grith – syscall-level supervision for AI coding agents on Linux

https://github.com/grith-ai/grith
2•edf13•6m ago•0 comments

Ask HN: Launch board built only for iOS apps?

1•appshunter•6m ago•0 comments

What is RSS Chat – and what not?

https://twowavesandadot.blog/what-is-rss-chat-and-what-not.html
1•tjansen•7m ago•0 comments

Wikivibes – Write the encyclopedia you wished existed

https://wikivibes.org/
1•dhtgbdgthb•10m ago•0 comments

AI-proof? Younger workers desert the digital world for traditional crafts

https://www.theguardian.com/money/2026/aug/27/ai-proof-jobs-traditional-crafts
2•pseudolus•11m ago•0 comments

Amazon Aurora DSQL now supports foreign key constraints

https://aws.amazon.com/about-aws/whats-new/2026/08/aurora-dsql-foreign-key-constraints/
1•alexbilbie•12m ago•0 comments

Show HN: Coordination Layer for Coding Agents

https://twing.dev/
1•imayank•12m ago•1 comments

Spring Boot on a 256 MB VPS: JDK 25 Compact Headers Put to the Test

https://pvrlabs.xyz/articles/spring-boot-256mb-jdk25.html
1•theanonymousone•13m ago•0 comments

Gong Zizheng, who led China's planetary defence project, dies at 61

https://www.scmp.com/news/china/science/article/3365533/gong-zizheng-who-led-chinas-planetary-def...
3•bookofjoe•13m ago•0 comments

Cloudflare frees 100TB of RAM by shrinking DNS cache entries

https://www.tomshardware.com/tech-industry/big-tech/cloudflare-frees-100tb-of-ram-by-shrinking-dn...
1•sbulaev•14m ago•0 comments

Vibe Coding and Desktop Publishing

https://blog.numericcitizen.me/2026/08/28/vibe-coding-and-desktop-publishing.html
1•speckx•14m ago•0 comments

Packman at 25 – where do we go from here?

https://lists.links2linux.de/pipermail/packman/2026-August/018314.html
1•xiaoyu2006•17m ago•0 comments

iPhone Photography Awards 2026

https://ippawards.com/winners/showcase
2•my2centsWorth•19m ago•0 comments

China's Oil Demand 'Likely' Peaked Last Year, Sinopec Says

https://www.bloomberg.com/news/articles/2026-08-24/china-s-oil-demand-very-likely-peaked-last-yea...
3•toomuchtodo•20m ago•1 comments

Waymo imported over 3,200 Zeekr robotaxis in the US despite 102.5% tariffs

https://carnewschina.com/2026/08/12/why-alphabets-waymo-is-importing-3200-chinese-zeekr-robotaxis...
2•mnming•20m ago•1 comments

How weaving helped invent modern computing – and is shaping its future

https://theconversation.com/how-weaving-helped-invent-modern-computing-and-is-shaping-its-future-...
2•surprisetalk•20m ago•0 comments

Show HN: dmx – MCP server for adding configurable, gated loops to coding agents

https://dmx.deepmodel.ai/
2•hpieris•21m ago•1 comments

Shared Kitchen Summit

https://www.sharedkitchensummit.com
2•mooreds•21m ago•0 comments

Apache Iggy Graduates to a Top-Level Project

https://iggy.apache.org/blogs/2026/08/24/apache-iggy-top-level-project-tlp-graduation/
2•aray07•21m ago•0 comments

I accidentally turned LLM memory into program analysis

https://pwning.systems/posts/llm-memory-program-analysis/
3•jordyzomer•21m 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!