frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Plan to Make American Crime Obsolete (A16Z Show)

https://open.spotify.com/episode/3leFhrUTOzmhoqQwS8F4BR
1•fallinditch•1m ago•0 comments

Building Vector Similarity Search in PostgreSQL with Pgvector

https://machinelearningmastery.com/building-vector-similarity-search-in-postgresql-with-pgvector/
1•eigenBasis•2m ago•0 comments

Scripts and Aliases for Your Linux

https://alexeev-dev.bearblog.dev/scripts-and-aliases-for-your-linux/
1•alexeev-prog•2m ago•0 comments

Booking.com and Weaviate

1•CShorten•4m ago•0 comments

Agent Braille – 8-bit state encoding for LLM agents, ~92% fewer tokens than JSON

https://github.com/Tetrahedroned/Agent-Braille
2•Octothorped•4m ago•0 comments

Pre-announcement of BIND 9 security issues scheduled for disclosure 20 May 2026

https://lists.isc.org/pipermail/bind-announce/2026-May/001294.html
1•bpoyner•5m ago•0 comments

Actually, Democracy Dies in H.R.

https://www.nytimes.com/2026/05/18/world/americas/actually-democracy-dies-in-hr.html
3•mitchbob•6m ago•1 comments

Understanding the Go runtime: the "select" statement

https://internals-for-interns.com/posts/go-runtime-select/
2•valyala•6m ago•0 comments

$6 gas and refinery fears collide with California's climate ambitions

https://calmatters.org/environment/climate-change/2026/05/carbon-market-free-permit-california/
1•cdrnsf•7m ago•0 comments

Don't make fun of renowned Dan Brown

https://jimmyakin.com/2024/03/dont-make-fun-of-renowned-dan-brown.html
1•tibbar•7m ago•0 comments

Attempts at a Horse

https://bestofm.com/q/5
1•lhmiles•7m ago•0 comments

Tell HN: Writing an LLM critique/takedown? – Do not use an LLM to write it

1•evolve2k•9m ago•2 comments

Everything You Do Is Being Recorded: Is there any way of fighting back?

https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/
1•CharlesW•9m ago•0 comments

Always Be Blaming

https://matklad.github.io/2026/05/18/always-be-blaming.html
1•surprisetalk•10m ago•0 comments

The Invention of Buses

https://worksinprogress.co/issue/the-invention-of-buses/
1•surprisetalk•10m ago•0 comments

Dawn of the Electric World Order

https://www.phenomenalworld.org/analysis/dawn-of-the-electric-world-order/
1•speckx•11m ago•0 comments

Built an expired domains platform – what do you think?

1•samirbelabbes•13m ago•0 comments

Shame them, shun them, ban them, beat them

https://www.experimental-history.com/p/shame-them-shun-them-ban-them-beat
1•mday27•17m ago•0 comments

Modulejail: Shrink a Linux kernel-module attack surface by blacklisting modules

https://github.com/jnuyens/modulejail/
1•wingmanjd•19m ago•0 comments

Kotlin-agent-skills: A collection of skills for projects using Kotlin

https://github.com/Kotlin/kotlin-agent-skills/
1•rezaprima•19m ago•0 comments

GPU Exchange

https://gpubook.io
1•jesse_portal•24m ago•0 comments

Paris Staged a Stress Test for Extreme Heat

https://reasonstobecheerful.world/paris-staged-a-huge-stress-test-for-extreme-heat/
2•speckx•24m ago•0 comments

Engineering the Disposable Diaper

https://worksinprogress.co/issue/engineering-the-disposable-diaper/
1•surprisetalk•24m ago•0 comments

Show HN: Ask Claude about your sleep, runs, and recovery

https://pacetraining.co/
2•anton_salcher•25m ago•0 comments

Artificial Used to Be a Compliment

https://worksinprogress.co/issue/whos-afraid-of-artificial-flavors/
1•surprisetalk•25m ago•0 comments

NASA Partnered with HackClub and AMD to Give Away $2.5M in Tech Swags

https://mag.openrockets.com/p/httpsstardancehackclubcom-mp9gemdz
1•Vara_Pixel•29m ago•0 comments

Show HN: Agent-QA – natural-language E2E tests for apps built with coding agents

https://vostride.com/agent-qa
1•pranshuchittora•29m ago•0 comments

Book Club: Designing Data-Intensive Applications, 2nd Edition

https://www.heltweg.org/posts/book-club-designing-data-intensive-applications-2-nd-edition/
2•rhazn•30m ago•0 comments

The Applicability of Spaced Repetition

https://borretti.me/article/the-applicability-of-spaced-repetition
1•ibobev•31m ago•0 comments

Academia, startups, big tech, and back again

https://austinhenley.com/blog/academiastartupsbigtech.html
1•ibobev•31m 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!