frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cross-cultural value frameworks, applied to individual relocation matching

https://kinship.my
1•lapshov•30s ago•0 comments

How to Talk About Tech as Tech Workers

https://hilaryagro.com/2026/02/18/we-cannot-have-a-rational-debate-about-technology/
1•theroadnotbacon•37s ago•1 comments

Agents don't belong in your codebase

https://www.empirical.run/blog/agent-runtime/
1•arjun27•52s ago•0 comments

MN solar wildflowers 20x'd native bees, which pollinated neighbor soybeans

https://www.ecoportal.net/en/two-minnesota-solar-farms-native-wildflowers/29160/
1•speckx•2m ago•0 comments

Hegseth Orders Mandatory Testosterone Screening, Optional TRT for Troops 30

https://www.military.com/hegseth-orders-mandatory-testosterone-screening-optional-trt-troops-30-o...
1•toomanyrichies•2m ago•0 comments

Yes, your combo bet on Kalshi probably sucks

https://napkinbook.com/blog/yes-your-combo-bet-sucks
1•tccole•3m ago•1 comments

We'll Take the Benefits, Hold the Rules

https://docs.eventsourcingdb.io/blog/2026/07/16/well-take-the-benefits-hold-the-rules/
1•goloroden•6m ago•1 comments

Risk-Averse AIs

https://www.forethought.org/research/risk-averse-ais
1•paulpauper•6m ago•0 comments

Beeper: All your chats in one app

https://www.beeper.com/
1•thunderbong•6m ago•0 comments

Can Africa take the Asian path to growth?

https://www.economist.com/middle-east-and-africa/2026/07/09/can-africa-take-the-asian-path-to-growth
1•paulpauper•7m ago•0 comments

The Berlin team making books look well-read

https://www.irishtimes.com/business/2026/07/15/we-all-have-unread-books-berlin-based-ageing-treat...
1•paulpauper•7m ago•0 comments

TaskLoco is the ToDo app that is completely different; it's VISUAL

https://www.taskloco.com/
1•taskloco_nyc•7m ago•0 comments

Huhi

1•KREO_•9m ago•0 comments

'Rust makes coding fun again': Why Linux is moving away from C

https://www.zdnet.com/article/greg-kroah-hartman-linux-kernel-rust/
2•CrankyBear•9m ago•0 comments

Permutation generation methods (1977) [pdf]

https://sedgewick.io/wp-content/themes/sedgewick/papers/1977Permutation.pdf
1•measurablefunc•11m ago•0 comments

What is this dark line in the sky?

https://www.reddit.com/r/Astronomy/s/Ur1s1v8pLP
1•nixass•13m ago•0 comments

Brainless: Shadcn components that look like Claude Code, Codex and Grok

https://brainless.swerdlow.dev
3•benswerd•14m ago•0 comments

What a $50 digicam does that a $1000 iPhone can't [video]

https://www.youtube.com/watch?v=7g2qCBjLljo
3•devonnull•15m ago•0 comments

Voxatron

https://www.lexaloffle.com/voxatron.php
1•lsferreira42•17m ago•0 comments

Over The Edge 2.0: what indie researchers found about browser choice on Windows

https://blog.mozilla.org/en/mozilla/browser-choice-windows-report-over-the-edge-2/
1•gnabgib•17m ago•0 comments

New normal? the US has suffered a major power outage EVERY month of 2026

https://electrek.co/2026/07/15/new-normal-the-us-has-suffered-a-major-power-outage-every-month-of...
2•Bender•17m ago•1 comments

Show HN: Agent use 83.1% fewer turns; 16.7 percentage points higher success

https://turaai.net
1•yohji1984•18m ago•0 comments

Show HN: Filtering engine and DB for unpropagated kernel security patches

https://patchless.natey.sh
1•imbobbytables•19m ago•0 comments

Dark patterns in Windows are steering users to Edge: Mozilla-commissioned report

https://www.theregister.com/os-platforms/2026/07/15/dark-patterns-in-windows-are-steering-users-t...
3•Bender•19m ago•1 comments

Microsoft cancels Patch Tuesday for some Dell users shutdowns overheating

https://www.theregister.com/os-platforms/2026/07/15/microsoft-cancels-patch-tuesday-for-some-dell...
1•Bender•20m ago•0 comments

"Autism Is a Spectrum" Doesn't Mean What You Think (2019)

https://neuroclastic.com/its-a-spectrum-doesnt-mean-what-you-think/
4•downbad_•21m ago•0 comments

Epic Sues Health Information Exchange Network Alleging Improper Record Access

https://www.hipaajournal.com/epic-sues-health-information-exchange-network-improper-record-access
1•Jimmc414•23m ago•0 comments

Chris Paik: The Watt Era

https://docs.google.com/document/d/16r_IUSh0M2P5xrpQhfimOFCMXTtXTcVrVM49jGplkHA/edit?tab=t.0
2•jger15•23m ago•0 comments

That is why the tokensaving plugin and skill is completely useless

https://turaai.net/blog#token-saving-plugins-are-mostly-stupid-idea
1•yohji1984•23m ago•0 comments

Our production stack runs on 17.7W. Here's what we measured

https://stats.lake8.dev/geo.html
1•tommy2970•25m 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!