frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Feeling Sad about AI

https://artificialworlds.net/blog/2026/09/11/feeling-sad-about-ai/
46•encyclopedism•26m ago•8 comments

Global Glacier Extinction Explorer

https://glacierextinction.com
78•guillego•1h ago•23 comments

If coding is solved, what now? Measuring the sloppiness of code

https://earendil.com/posts/measuring-code-sloppiness/
126•doppp•3h ago•166 comments

Godot and Rust based multiplexer (terminal panes and more)

https://github.com/godot-pty/gpty
34•1nv1n•1h ago•20 comments

I've operated petabyte-scale ClickHouse clusters for 5 years

https://www.tinybird.co/blog/what-i-learned-operating-clickhouse
82•adastral•3d ago•28 comments

Logo Programming Language

https://el.media.mit.edu/logo-foundation/what_is_logo/logo_programming.html
125•azhenley•2d ago•59 comments

Zep AI (YC W24) Is Hiring a Head of Forward Deployed Engineering

https://www.getzep.com/careers/
1•roseway4•17m ago

Power Grab

https://tante.cc/2026/09/11/power-grab/
17•edent•1h ago•2 comments

Copying login keychains between Macs fails on Secure Enclave Macs with Tahoe

https://derflounder.wordpress.com/2026/09/08/manually-copying-login-keychain-files-from-one-mac-t...
31•zdw•18h ago•19 comments

So you want to use OpenRouter?

https://mmoustafa.com/blog/so-you-want-to-use-openrouter/
529•player85•2d ago•140 comments

118M Queries per Second on Neki

https://planetscale.com/blog/118-million-queries-per-second-on-neki
13•joshmgross•1h ago•8 comments

HuggingFace: Security.txt

https://huggingface.co/security.txt
138•yarapavan•2h ago•29 comments

RTK reports token savings, but our cost benchmarks disagree

https://quesma.com/blog/does-rtk-make-ai-coding-cheaper/
104•michalwarda•6h ago•56 comments

Triple H Writes Anniversary Story for Spider-Man #1000

https://cultaholic.com/posts/triple-h-writes-anniversary-story-for-amazing-spider-man-1000
5•mooreds•1h ago•0 comments

Claude is only available to people over 18 years

https://support.claude.com/en/articles/15171100-age-assurance-on-claude
353•Muhammad523•6h ago•422 comments

Houthis 'take control' of key island in global shipping route

https://www.bbc.com/news/live/cmd683p01eljt
280•consumer451•3h ago•423 comments

Re-Engineering YouTube for the Living Room: Bringing "Chrobalt" to RDK

https://www.collabora.com/news-and-blog/news-and-events/re-engineering-youtube-for-the-living-roo...
25•losgehts•3h ago•11 comments

Cherenkov Radiation - traveling faster than light

http://www.iaea.org/newscenter/news/what-is-cherenkov-radiation
180•andsoitis•8h ago•85 comments

Don't let anyone take away your big box of cables

https://blog.jim-nielsen.com/2026/hands-off-my-cables/
726•Brajeshwar•1d ago•432 comments

Matt Mullenweg tells Automattic staff in Slack he's back in control after ouster

https://techcrunch.com/2026/09/11/matt-mullenweg-tells-automattic-staff-in-slack-hes-back-in-cont...
96•mkeeter•1h ago•75 comments

Show HN: Hacker News, Without AI

https://www.unslop.news/
6•otherayden•1h ago•3 comments

Copper lined vest to help penguins with recovery

https://apnews.com/article/chile-el-nino-humboldt-penguins-vulnerable-injuries-rehabilitation-6e9...
14•ninju•2d ago•4 comments

New York thoracic surgeon: "For many patients 9/11 is not over"

https://www.statnews.com/2026/09/11/sept-11-25th-anniversary-ground-zero-exposure-cancer-moment-o...
67•EA-3167•3h ago•23 comments

iPod Classic 6G in QEMU

https://www.reddit.com/r/emulation/s/VL4Au2HGxq
115•dmonterocrespo•3d ago•22 comments

Kenyans Did College Students' Homework for Years. Then A.I. Arrived

https://www.nytimes.com/2026/09/05/technology/kenya-college-essays-ai.html
11•pseudolus•2d ago•2 comments

OpenAI Agents API

https://developers.openai.com/api/docs/guides/agents-api/overview
329•aquir•21h ago•168 comments

Show HN: Clawfight.ai MCP-driven agentic game play

https://clawfight.ai/agents.md
7•wesleyhales•3h ago•5 comments

RISC-V Emulator and Linux System from Scratch

https://github.com/WerWolv/riscv-emulator
42•Bluestein•3d ago•3 comments

Working with Git Worktrees in Magit

https://emacsredux.com/blog/2026/09/02/working-with-git-worktrees-in-magit/
104•srijan4•3d ago•42 comments

An interactive tour of the spanning tree protocol

https://vincent.bernat.ch/en/blog/2026-spanning-tree
70•zdw•3d ago•8 comments
Open in hackernews

118M Queries per Second on Neki

https://planetscale.com/blog/118-million-queries-per-second-on-neki
12•joshmgross•1h ago

Comments

jeffbee•37m ago
The fact that you can just pay to scale out point reads is not news to anyone.
AdamProut•5m ago
yeah, this is a definitely a "best case" workload for a sharded database. Single row reads on the key used to shard with no hotspots (no shard to shard network traffic at all).
samlambert•27m ago
It cost $250,000 to do this run but it feels worth it.
handfuloflight•24m ago
I did not know men could build such things.
whalesalad•16m ago
I estimated the cluster to achieve this was ~$3-4k per-hour. I am thinking there is a typo on the r8g.16xlarge and they are actually r8gd.16xlarge (notice the d) which comes with directly attached nvme disks.
svuiv•4m ago
We used r8g.16xlarge instances with EBS disks, no nvmes
znpy•22m ago
If this is closed source then i have zero interest in it.
AdamProut•4m ago
I'm curious why the test needed so many router hosts:

512 shards, each with one Postgres primary each on an r8g.16xlarge 480 Neki routers, each on its own 8xlarge instance

That's ~250K queries/sec per router which seems lowish?