frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cisco Identity Services Engine Authentication Bypass Vulnerability

https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-ISE-ABP-VN...
1•fourfire•8s ago•0 comments

Minkowski's Papers on Relativity [pdf]

https://mathweb.ucsd.edu/~b3tran/cgm/Minkowski_SpaceAndTime_1909.pdf
1•binyu•1m ago•0 comments

US and Denmark reach deal over Greenland's security

https://www.euronews.com/2026/09/19/us-and-denmark-reach-deal-over-greenlands-security
1•embedding-shape•2m ago•0 comments

Researchers find way to listen in on headphones from afar

https://www.theregister.com/security/2026/09/17/researchers-find-way-to-listen-in-on-headphones-f...
1•t-3•4m ago•0 comments

Irreal: Improving Emacs Long Lines Performance

https://irreal.org/blog/?p=14091
1•hnp9j9qtda•7m ago•0 comments

Westinghouse EVinci Microreactor Achieves Criticality Milestone

https://www.energy.gov/ne/articles/westinghouse-evinci-microreactor-achieves-criticality-milestone
1•mpweiher•9m ago•0 comments

Building the fastest LLMs: why we're starting with diffusion

https://celeris.ai/building-the-worlds-fastest-llms
1•peter_d_sherman•13m ago•0 comments

Show HN: Snail Walk – escape Bob the giant snail by walking more IRL

https://snailwalk.app/
2•MartinTale•20m ago•2 comments

The last IMO problem AI could not solve [video]

https://www.youtube.com/watch?v=Nbwv5wHQoj0
1•ColinWright•21m ago•0 comments

Terence Tao: SAIR's Open Math Model Initiative

https://www.youtube.com/watch?v=PZRb6NIki2w
1•doppp•25m ago•0 comments

Roman Timekeeping

https://en.wikipedia.org/wiki/Roman_timekeeping
4•janandonly•26m ago•0 comments

iPhone 18 Pro with La Croix cooling

https://birchtree.me/blog/iphone-18-pro-with-la-croix-cooling/
1•ingve•28m ago•0 comments

Google's Binder C Linux driver being removed in favor of Rust

https://www.phoronix.com/news/Google-Binder-C-Goodbye
1•joshcsimmons•28m ago•0 comments

Show HN: Word42 Open Source Wordprocessor

2•roschdal•30m ago•0 comments

Base Labs launches an open-weight AI safety partnership with Hugging Face

https://techcrunch.com/2026/09/17/base-labs-launches-an-open-weight-ai-safety-partnership-with-hu...
1•marcosscriven•31m ago•0 comments

Volkswagen Mission Efficiency Sets Three EV Records

https://theevreport.com/volkswagen-mission-efficiency-ev-records
1•mpweiher•39m ago•0 comments

How Notion handles concurrent editing with CRDTs

https://www.notion.com/blog/how-notion-handles-concurrent-editing-with-crdts
2•hisamafahri•39m ago•0 comments

Cube

https://www.cube-motion.dev/
1•handfuloflight•40m ago•0 comments

Reading Markdown in VSCode Doesn't Have to Suck

https://anandprashant.com/posts/reading-markdown-in-vscode-doesnt-have-to-suck
1•primaprashant•41m ago•0 comments

SpaceX Is Retiring Crew Dragon

https://gizmodo.com/spacex-is-retiring-crew-dragon-forcing-nasa-to-bet-big-on-boeings-troubled-st...
2•calcifer•43m ago•0 comments

Human Motor Corpus Callosum

https://www.jneurosci.org/content/27/45/12132
1•bryanrasmussen•47m ago•1 comments

Mostly Oberon (2020)

https://rsdoiel.github.io/blog/2020/04/11/Mostly-Oberon.html
1•marttt•48m ago•0 comments

$32M in Google Ads Spend: Lessons Learned

https://mojodojo.io/blog/32m-google-ads-audit
2•zenincognito•49m ago•2 comments

Show HN: Local subagent orchestration for Codex/Claude

https://github.com/ringlochid/oh-my-subagents
1•ringlochid•57m ago•0 comments

Cloak Data at Every Touchpoint

https://incountry.com/
1•taubek•59m ago•0 comments

What Happens When Your RAG System Retrieves the Wrong Documents?

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
1•Savanjj•1h ago•0 comments

SwarmAuth – OAuth 2.1 for AI Agent Swarms

https://pypi.org/project/swarmauth/
1•waspdrey•1h ago•0 comments

VortexMQ – Fast message broker in pure Go with Redis protocol

1•ianshugarg•1h ago•0 comments

Haxophone – A hackable electronic saxophone with mechanical keys

https://www.crowdsupply.com/cardona-bits/haxophone
1•raffael_de•1h ago•0 comments

AI-generated posters don’t have to be horrible

https://john.hartnup.uk/2026/06/07/ai-event-posters.html
56•ereiamjh•1h ago•28 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!