frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Postgres SELECT DISTINCT Does Not Scale

https://www.dbos.dev/blog/postgres-select-distinct-does-not-scale
16•KraftyOne•1d ago

Comments

DiabloD3•1h ago
"Postgres SELECT DISTINCT Does Not Scale"

Correct. This is documented in depth: DISTINCT sorts the results first.

The article's use case seems to imply the author did not know about GROUP BY, nor does it imply the author knew about indexes, nor ANALYZE. Postgres 18's new skip scan indexing also could help here, so ensuring the planner chooses that could help.

Dylan16807•1h ago
Would GROUP BY fix the issue?

The article explains that skip scan doesn't do anything here.

> nor does it imply the author knew about indexes, nor ANALYZE

Indexes were talked about a lot, and they explicitly mentioned looking at the query plan.

nattaylor•38m ago
Loose index scan is made for this https://dev.mysql.com/doc/refman/8.0/en/group-by-optimizatio...

Postgres doesn't have it yet https://wiki.postgresql.org/wiki/Loose_indexscan

Revealing the details of how OpenAI agents hacked Hugging Face

https://swarmtraces.org/
278•specked-citrus•6h ago•168 comments

Ollaya – Ollama for open-source, Jev-style decision models

https://ollaya.dev/
364•Ardakilic•9h ago•103 comments

Plan mode is dead

https://www.aymannadeem.com/artificial/intelligence,/developer/tools/2026/09/24/plan-mode-is-dead...
154•jmvldz•23h ago•154 comments

Show HN: Jev Plays Pokémon Red

https://jev-pokemon.vercel.app/
169•pancomplex•13h ago•74 comments

What even is an OS now?

https://sockpuppet.org/blog/2026/09/25/what-even-is-an-os-now/
111•fratellobigio•6h ago•199 comments

Jury finds Facebook liable for deceiving users in Cambridge Analytica case

https://www.cbsnews.com/news/facebook-liable-deceiving-users-cambridge-analytica/
91•pseudolus•2h ago•13 comments

We're gonna need a lot more mathematicians

https://terrytao.wordpress.com/2026/09/24/were-gonna-need-a-lot-more-mathematicians/
6•srcreigh•1h ago•0 comments

Postgres SELECT DISTINCT Does Not Scale

https://www.dbos.dev/blog/postgres-select-distinct-does-not-scale
16•KraftyOne•1d ago•3 comments

One Piece of Flock Camera Data Put This Innocent Woman in Jail for 13 Days

https://www.jezebel.com/flock-cameras-data-innocent-woman-arrested-lindsey-isaacs-palm-beach-flor...
72•HotGarbage•2h ago•23 comments

Excel now supports multiple values in a single cell

https://techcommunity.microsoft.com/blog/microsoft365insiderblog/put-multiple-values-in-one-cell-...
119•luispa•6h ago•91 comments

Gravity seems holographic. What does that mean for reality?

https://www.quantamagazine.org/gravity-seems-holographic-what-does-that-mean-for-reality-20260925/
133•ibobev•12h ago•143 comments

Show HN: Hacker Atlas - A map of what Hacker News talks about

https://hackeratlas.com/
24•andrearitossa•14h ago•6 comments

Remembering Johannes Doerfert

https://blog.llvm.org/posts/2026-09-24-rememberingjohannesdoerfert/
65•sdko•1d ago•2 comments

Fourier Analysis: Drawing Llamas with Circles

https://adekau.github.io/posts/2020/llamas.html
10•cebert•1d ago•0 comments

First Principles Thinking

https://sunilsadasivan.com/writing/first-principles-thinking/
232•sunils34•13h ago•102 comments

I wrote a ray tracer in Brainfuck

https://epestr.com/blog/writing-a-ray-tracer-in-brainfuck/
44•epestr•17h ago•12 comments

U.S. appeals court upholds designation of Anthropic as supply chain risk

https://www.cnbc.com/2026/09/25/pentagon-anthropic-ai-risk-appeals-court.html
409•cramer4next•12h ago•722 comments

Lab on a Contact Lens Can Measure Stress Through Serotonin

https://spectrum.ieee.org/serotonin-stress-smart-contact-lens
17•marc__1•5h ago•4 comments

Why didn't anybody tell me about Redis hash slots?

https://blog.verygoodsoftwarenotvirus.dev/posts/2026/09/23/why-didnt-anybody-tell-me-about-hash-s...
30•badrequest•2d ago•8 comments

TiddlyInstall: A universal, reusable, install system

https://robertsdotpm.github.io/_static/tiddlyinstall.html
6•Uptrenda•3h ago•6 comments

Two and a half years without a gallbladder

https://tracydurnell.com/2026/09/16/two-and-a-half-years-without-a-gallbladder/
4•surprisetalk•1d ago•5 comments

How video games inspire great UX (2019)

https://jenson.org/games/
106•andsoitis•5d ago•16 comments

Show HN: A game about fake news and memes

https://unspin.app/
9•azermite•3h ago•7 comments

How we learned to stop worrying and love campus surveillance

https://fnl.mit.edu/how-we-learned-to-stop-worrying-and-love-campus-surveillance/
143•cdrnsf•7h ago•86 comments

Show HN: Make math automatic with Mathy

https://gmays.com/making-math-automatic-with-mathy/
79•gmays•4d ago•22 comments

An airport cooled by natural ventilation

https://www.theguardian.com/environment/2026/sep/25/didnt-need-air-conditioning-airport-cooled-na...
54•Geekette•17h ago•30 comments

What happens when you analyze your favorite college football team like the CIA?

https://www.cultivatelabs.com/posts/what-happens-when-you-analyze-college-football-like-the-cia
46•adam•14h ago•25 comments

Show HN: Ekselio – Loveable for finance workflows (local first)

https://www.gptbeyond.com/try?home=1
9•kdautaj•6h ago•2 comments

Microsoft abandons personal AI chatbot race with Copilot reboot

https://www.bloomberg.com/news/articles/2026-09-25/microsoft-abandons-personal-ai-chatbot-race-wi...
92•sbulaev•13h ago•85 comments

Platform-independent SIMD in Go

https://go.dev/blog/simd-experiment
370•yurivish•16h ago•137 comments