frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I got tired of granting mailbox access to trigger workflows by email

https://emailconnect.eu/
1•axtg•1m ago•1 comments

Star Trek – LCARS from scratch in C

https://blog.mihaisafta.com/posts/lcars_voice/
1•saftamihai•2m ago•0 comments

Sony will no longer produce discs for PlayStation games starting in January 2028

https://www.eurogamer.net/sony-ending-playstation-discs-physical-media-january-2028
2•Wju•2m ago•0 comments

Landing a Patch in Firefox

https://fratellobigio.com/posts/landing-a-patch-in-firefox/
1•fratellobigio•2m ago•0 comments

Ask HN: Move to Private Models?

2•gootz•3m ago•0 comments

Eve Online's Carbon engine is now open source

https://www.gamesindustry.biz/eve-onlines-carbon-engine-is-now-open-source-fenris-creations-expla...
1•Wju•3m ago•0 comments

Anthropic's Sonnet 5 system card says more about the future of AI than benches

https://thenewstack.io/ai-agent-infrastructure-reliability/
1•kordlessagain•3m ago•0 comments

Remote workers flock to California beach

https://www.sfgate.com/travel/article/remote-workers-beach-22322521.php
1•gmays•3m ago•0 comments

Show HN: I made a local-first bioinformatics literature based discovery engine

1•pathmap•4m ago•0 comments

Comparing open weight AI models and providers

https://wagtail.org/blog/comparing-open-weight-ai-models-and-providers/
1•ThibWeb•5m ago•0 comments

Show HN: Readit, a read-it-later app I built because the others keep dying

https://wereadit.com
3•mahmoudalwadia•6m ago•0 comments

UK investors sue Binance in London for £150M

https://www.reuters.com/world/uk/uk-investors-sue-binance-london-150-million-2026-06-30/
3•1vuio0pswjnm7•8m ago•0 comments

Show HN: A metadata-driven UI for comparing AI image and video models

https://www.vioevo.com
1•howardshaw•9m ago•0 comments

FIFA WORLD CUP 2026 Live widget using Orbit, zumly libs

https://zumerlab.com/worldcup-2026.html
1•mromanuk•10m ago•1 comments

Learned Industriousness

https://en.wikipedia.org/wiki/Learned_industriousness
1•Ariarule•10m ago•0 comments

An Economic Game in Space

https://prosperousuniverse.com/
1•peltoche•13m ago•0 comments

TikTok to settle with teen plaintiff before social media trial, law firm says

https://www.reuters.com/world/tiktok-settles-with-minor-plaintiff-ahead-second-individual-trial-o...
1•1vuio0pswjnm7•13m ago•0 comments

3 dangers of being locked into a harness. Your context layer is true freedom

1•pauliusztin•13m ago•0 comments

BaseRT, A fast inference runtime for local AI on Apple Silicon

https://www.basecompute.co/getbasert
2•prabod•15m ago•0 comments

Why New Zealand is on a map of the USA

https://signoregalilei.com/2026/06/28/why-new-zealand-is-on-a-map-of-the-usa/
1•surprisetalk•15m ago•0 comments

Show HN: A collection of firsthand WW2 stories passed down through families

https://grandpaswar.com/
3•_menelaus•16m ago•0 comments

Markovian – keyless, Bitcoin-anchored provenance for AI agent outputs

https://markovianprotocol.com
1•Markov432•16m ago•0 comments

What the Sun Looks Like from Different Places in the Universe (Simulation) [video]

https://www.youtube.com/watch?v=MBCFkBP39l4
1•thunderbong•16m ago•0 comments

Show HN: AI use cases companies are implementing

https://www.okanode.com
1•brudevel•17m ago•0 comments

FluxPack – wire format that makes ML training logs 63% smaller

https://crates.io/crates/fluxpack
1•dawit_Gebeyehu•18m ago•0 comments

More agents are better than fine-tuned model for pen-testing

https://twitter.com/GustavHartz/status/2072294954404135275
1•GustavHartz•20m ago•0 comments

3.5% of all Google Ads in Germany lead to fake shops

https://nebty-id.com/en/fake-shops-in-google-ads/
2•benny_s•20m ago•0 comments

India just built first hydrogen plant that runs on nuclear heat

https://timesofindia.indiatimes.com/science/india-just-built-the-worlds-first-hydrogen-plant-that...
2•ablaba•21m ago•2 comments

Apple's Tim Cook holds 'constructive' talks with EU tech chief over 'Siri AI'

https://www.ft.com/content/807d25c3-f4ac-4402-b815-3aa91018237d
1•peterspath•22m ago•1 comments

Sony will cease production of discs for new PlayStation games in 2028

https://www.gamefile.news/p/sony-drops-playstation-discs-2028-ps3-vita-stores-closing
2•jmsflknr•23m 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!