frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

`2 and 2 = 4`. sure

https://www.isaacbowen.com/2025/10/25/questionable
1•isaacbowen•1m ago•0 comments

I was Newsoms housing czar. Heres what California will do if SF blocks Housing

https://www.sfchronicle.com/opinion/openforum/article/family-zoning-housing-san-francisco-2111451...
2•randycupertino•2m ago•1 comments

I stopped looking for a single perfect AI coder and combined a web UI and CLI

https://xor01.substack.com/p/the-free-ai-coding-stack-that-actually
1•xor01•4m ago•0 comments

I created my own POSIX compatible shell – cjsh

https://github.com/CadenFinley/CJsShell
1•birdculture•5m ago•0 comments

Formal or not formal? That is the question in AI for theorem proving

https://xenaproject.wordpress.com/2025/10/22/formal-or-not-formal-that-is-the-question-in-ai-for-...
1•todsacerdoti•6m ago•0 comments

SQL Mandelbrot Benchmark

https://github.com/Zeutschler/sql-mandelbrot-benchmark
1•rclkrtrzckr•11m ago•0 comments

The Windows 7 Renaissance? StatCounter shows surge in usage

2•Stasshe•12m ago•0 comments

Two Thoughts on Key Art

https://www.robinsloan.com/lab/key-art/
1•FromTheArchives•16m ago•0 comments

Using DynamoDB Secondary Indexes

https://medium.com/@DocTaco/using-dynamodb-secondary-indexes-b26800afef91
1•0dj0bz•17m ago•0 comments

Show HN: smartNOC – network in a box for zero-ops

https://www.youtube.com/watch?v=Qc1r5OEN1cs
1•duane_powers•19m ago•1 comments

Helping scientists run complex data analyses without writing code

https://news.mit.edu/2025/helping-scientists-run-complex-data-analyses-without-writing-code-1014
1•gnabgib•20m ago•0 comments

What Made Blogging Different?

https://talkingpointsmemo.com/tpm-25/what-made-blogging-different
1•FromTheArchives•24m ago•0 comments

You Don't Need an Agentic Framework to Start Building Agents

https://www.gnanaguru.com/p/you-dont-need-an-agentic-framework
1•gnanagurusrgs•26m ago•0 comments

Encryption using SSH Keys with age in Linux

https://ittavern.com/encryption-using-ssh-keys-with-age-in-linux/
3•Bogdanp•29m ago•0 comments

Show HN: AI bookmarking app for people who hate AI

https://tryeyeball.com/
1•quinto_quarto•29m ago•0 comments

Q&A: The 'undertaker' cells of taste, one of our least understood senses

https://phys.org/news/2025-10-qa-cells-understood.html
1•PaulHoule•31m ago•0 comments

Show HN: Synnote – AI That Turns Notes into Action

https://www.synnote.app/
2•curiocity•32m ago•0 comments

International Alliance for Natural Time

https://naturaltimealliance.org/en/
1•throw0101a•34m ago•0 comments

Show HN: Steam Game Idler – Open-Source Steam Automation Tool (Tauri and Rust)

https://github.com/zevnda/steam-game-idler
1•zevnda•35m ago•0 comments

Increasing the MTU of the Internet (NANOG, 2008) [pdf]

https://archive.nanog.org/meetings/nanog42/presentations/scholl.pdf
2•monkburger•35m ago•0 comments

The difficulties of choosing a startup idea

https://dennisy.me/notes/the-difficulties-of-choosing-a-startup-idea
1•dennisy•35m ago•0 comments

Galactic Empires May Live at the Center of Our Galaxy

https://www.universetoday.com/articles/galactic-empires-may-live-at-the-center-of-our-galaxy-henc...
1•FromTheArchives•38m ago•0 comments

The Risk of Late-Onset Schizophrenia Following Diabetes Type 2 Onset

https://academic.oup.com/schizophreniabulletin/advance-article/doi/10.1093/schbul/sbaf159/8253574
1•wslh•39m ago•0 comments

Movie Posters from Africa That Are So Bad, They're Good

https://www.utterlyinteresting.com/post/bizarre-movie-posters-from-africa-that-are-so-bad-they-re...
6•bookofjoe•40m ago•0 comments

Real Estate Is Entering Its AI Slop Era

https://www.wired.com/story/real-estate-is-entering-its-ai-slop-era/
4•geox•40m ago•0 comments

Cleanup your lifetime annotations in Rust with RC and Arc

https://kerkour.com/rust-lifetimes-rc-arc
1•enz•42m ago•0 comments

German daycare centers face a shortage of babies

https://www.lemonde.fr/en/international/article/2025/10/26/german-daycare-centers-face-a-shortage...
1•throw0101a•42m ago•0 comments

Two Ideas for Humans Learning from LLMs

https://p10q.com/two_learnings_from_llms/
2•tmsh•44m ago•0 comments

The KDL Document Language

https://kdl.dev/
1•lexoj•46m ago•0 comments

Why open source may not survive the rise of generative AI

https://www.zdnet.com/article/why-open-source-may-not-survive-the-rise-of-generative-ai/
1•gpi•47m ago•0 comments
Open in hackernews

Rebuilding Search: Velocity Unlocks Correctness, Not the Other Way Around

https://www.sebastiansigl.com/blog/rebuilding-search-lessons-learned/
1•sesigl89•2h ago

Comments

sesigl89•2h ago
Author here. I wrote this up a couple of weeks ago after finishing a year-long project rebuilding a core search system, and I've been reflecting on the lessons ever since.

As an experienced architect, I went in with a lot of core assumptions, and the project forced me to refine or even break many of them. The biggest was my old belief in "correctness from day one."

I learned (the hard way) that in a complex, user-facing system like search, velocity is the only path to correctness. A scrappy but live end-to-end pipeline in production is a better teacher than a perfect component in a lab.

The post covers this and four other key "refinements," including: * Treating search as a Data & Product problem first (not just an Algo/Infra one). * Tying every single experiment to a Business KPI (not just offline metrics like nDCG). * Blurring the lines between DS, BE, and Platform to break bottlenecks.

I know this isn't "new," but the lessons feel timeless. I'm here to discuss and answer any questions about the process or the tech stack.