frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Where the wild Discovery Loops are

https://blog.christianperone.com/2026/06/where-the-wild-discovery-loops-are/
1•perone•1m ago•0 comments

I Wish I Knew This Before Building an AI Second Brain

https://pub.towardsai.net/i-wish-i-knew-this-before-building-an-ai-second-brain-6179aa439aef
1•majidfekri•1m ago•0 comments

Skills vs. knowledge – formalizing how agents need both

https://blog.herlein.com/post/procedures-travel-knowledge-stays-home/
1•gherlein•3m ago•0 comments

NYC Off Tech

https://nycofftech.com
1•anandbaburajan•4m ago•1 comments

I Am Behind on C# 14 Features, and I Can't Prove It but Does It Matter?

https://medium.com/c-sharp-programming/i-am-behind-on-csharp-14-features-and-i-cant-prove-it-but-...
1•sukhpinder0804•5m ago•0 comments

Trump administration asks OpenAI to stagger release of GPT 5.6

https://old.reddit.com/r/OpenAI/comments/1ufnwkh/breaking_trump_administration_asks_openai_to/
1•samber•7m ago•0 comments

SpaceX's newest Starmind will make earth data centers obsolete

https://www.teslarati.com/spacex-starmind-ai-satellite-vs-starlink/
1•avgarrison•9m ago•1 comments

Show HN: ShotBrief – Daily photography briefings, should you shoot tomorrow?

https://shotbrief.app/
1•bigwindow1•11m ago•0 comments

Was GLM-5.2 trained on Opus 4.5 outputs?

https://1chat.com/research/was-glm-5-2-trained-on-outputs-from-opus-4-5
1•coolspot•11m ago•0 comments

Anthropic's Claude is winning over paid consumers, a market owned by ChatGPT

https://techcrunch.com/2026/06/25/anthropics-claude-is-winning-over-paid-consumers-a-market-owned...
2•sambcui•11m ago•2 comments

Foundation and Manifesto of Futurism (1909)

https://thelastpromontory.com/texts/foundation-and-manifesto-of-futurism/
1•Schlagbohrer•11m ago•0 comments

Ceiling Fans [video]

https://www.youtube.com/watch?v=_KWdCqpXB7A
3•tosh•13m ago•0 comments

Bureaucracy Is Eating the World

https://xn--gckvb8fzb.com/bureaucracy-is-eating-the-world/
1•surprisetalk•14m ago•0 comments

Adobe is buying Topaz Labs, the AI video enhancer

https://thenextweb.com/news/adobe-acquires-topaz-labs-ai-enhancement
1•microflash•15m ago•0 comments

What Should Be Done

https://www.hyperdimensional.co/p/what-should-be-done
1•bluepeter•15m ago•0 comments

AI Makes Bad Product Decisions Look Like Finished Software

https://www.vincentschmalbach.com/ai-makes-bad-product-decisions-look-like-finished-software-cost...
1•vincent_s•16m ago•1 comments

The BBC switches off its oldest service

https://www.economist.com/britain/2026/06/25/the-bbc-switches-off-its-oldest-service
1•andsoitis•16m ago•0 comments

Show HN: A cool portfolio I made

https://ahmed-z0.pages.dev/
1•ahmed-z00•17m ago•0 comments

The AI backlash is only getting started

https://www.economist.com/leaders/2026/06/25/the-ai-backlash-is-only-getting-started
4•andsoitis•17m ago•0 comments

Six critical 9.9-CVSS vulnerabilities were found in Canonical's LXD today only

https://github.com/canonical/lxd/security
3•jabrr7•18m ago•0 comments

Vision for the Godot Engine

https://godotengine.org/article/godot-vision-statement-2026/
2•HelloUsername•20m ago•0 comments

Micron exec suggests Apple's aggressive purchasing tactics fuel memory shortage

https://9to5mac.com/2026/06/25/micron-exec-suggests-apples-aggressive-purchasing-tactics-helped-f...
1•ksec•20m ago•1 comments

Reading the news is the new smoking

https://www.experimental-history.com/p/reading-the-news-is-the-new-smoking
13•wesleyd•22m ago•8 comments

"Careless People" author sues Meta

https://www.engadget.com/2202234/careless-people-sarah-wynn-wiliams-sues-meta/
1•NordStreamYacht•23m ago•0 comments

SEC Proposes Rescission of Regulation NMS Rules

https://www.sec.gov/newsroom/press-releases/2026-54-sec-proposes-rescission-regulation-nms-rules-...
1•noitpmeder•23m ago•1 comments

What's New in Soulver 4?

https://documentation.soulver.app/whats-new-in-soulver-4
1•ksec•24m ago•0 comments

Secret gifts from public swell Treasury's coffers

https://www.bbc.co.uk/news/articles/cvgdn3134w1o
2•thunderbong•25m ago•0 comments

Going Critical

https://meltingasphalt.com/interactive/going-critical/
1•surprisetalk•28m ago•0 comments

Tom Stoppard's Arcadia saved lives

https://lithub.com/how-tom-stoppards-arcadia-literally-saved-lives/
1•speckx•28m ago•0 comments

The first open-source, agentic video production system

https://github.com/calesthio/OpenMontage
1•grajmanu•29m 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!