frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

LocalScore – Local AI Benchmark by Mozilla Builders

https://www.localscore.ai/
1•nalinidash•3m ago•0 comments

Superabundance and the Infinite Game

https://domofutu.substack.com/p/superabundance-and-the-infinite-game
1•wjb3•4m ago•0 comments

U.S. Pauses Exports of Airplane and Semiconductor Technology to China

https://www.nytimes.com/2025/05/28/business/economy/jet-engine-chip-software-exports-to-china.html
1•bookofjoe•7m ago•2 comments

WebSockets guarantee order – so why are my messages scrambled?

https://www.sitongpeng.com/writing/websockets-guarantee-order-so-why-are-my-messages-scrambled
1•todsacerdoti•10m ago•0 comments

Ask HN: Why reinvent front-end frameworks and static site builders?

1•keepamovin•12m ago•0 comments

Of course the Apple Network Server can be hacked into running Doom

http://oldvcr.blogspot.com/2025/05/harpoom-of-course-apple-network-server.html
2•classichasclass•17m ago•0 comments

Buy a Blog Post

https://www.scannedinavian.com/buy-a-blog-post.html
1•akkartik•20m ago•0 comments

Map of the Known Human Metabolic Pathways (2017)

https://old.reddit.com/r/MapPorn/comments/6sxznd/map_of_the_known_human_metabolic_pathways/
1•downboots•21m ago•0 comments

Why does it matter if AI is sentient or not?

https://2084.substack.com/p/why-does-it-matter-if-ai-is-sentient
1•thatbritishspy•24m ago•1 comments

Rent-Setting Algorithms Find Legal Lifeline

https://www.wsj.com/real-estate/rent-setting-algorithms-find-legal-lifeline-4822ad5f
1•JumpCrisscross•27m ago•0 comments

OpenAI featured chatbot is pushing extreme surgeries to "subhuman" men

https://www.citationneeded.news/openai-incel-chatbot-subhuman-men/
2•OuterVale•28m ago•0 comments

OpenAI models defy human commands, actively resist orders to shut down

https://www.computerworld.com/article/3999190/openais-skynet-moment-models-defy-human-commands-actively-resist-orders-to-shut-down.html
2•_jcrossley•28m ago•0 comments

Ask HN: What are your thoughts on AI recruiters?

1•perthvandeda•38m ago•0 comments

Firefox now allows you to add custom search engine manually by default

https://bugzilla.mozilla.org/show_bug.cgi?id=1967739
1•gslin•38m ago•0 comments

Show HN: RustTensor: a Rust Library for Tensor Computation and ML Learning

https://github.com/ramsyana/RustTensor
1•ramram6278•42m ago•0 comments

Enhancing MySQL: MySQL improvement project

https://github.com/enhancedformysql/enhancedformysql
8•bratao•58m ago•3 comments

Google AI Edge Gallery

https://github.com/google-ai-edge/gallery
1•xnx•1h ago•0 comments

Formal Modeling and Analysis of Distributed (Event-Driven) Systems

https://github.com/p-org/P
2•ot•1h ago•1 comments

Waymo drives into a flooded road, results in the passenger getting stuck

https://twitter.com/niccruzpatane/status/1928477936845226469
6•lopkeny12ko•1h ago•0 comments

Ironclad: Unix-like operating system kernel written in SPARK and Ada

https://codeberg.org/Ironclad/Ironclad
3•thunderbong•1h ago•0 comments

Show HN: OBDium – Car Diagnostics Redefined

https://github.com/provrb/obdium
1•provrb•1h ago•0 comments

Stepping Back

https://rjp.io/blog/2025-05-31-stepping-back
3•rjpower9000•1h ago•1 comments

Progressive JSON

https://overreacted.io/progressive-json/
71•kacesensitive•1h ago•29 comments

Volcanic eruptions trigger ice formation in clouds

https://www.llnl.gov/article/52911/volcanic-eruptions-trigger-ice-formation-clouds
2•gmays•1h ago•0 comments

Giant microwave may change the future of war

https://www.technologyreview.com/2025/05/29/1117502/epirus-drone-zapping-microwave-us-military-defense/
5•lanfeust6•1h ago•0 comments

First year's code doesn't matter

https://onboardedhq.substack.com/p/your-code-doesnt-matter-yet
3•plentysun•1h ago•1 comments

Spiritual Enclosure / Rubén Valdez

https://www.archdaily.com/1030610/spiritual-enclosure-ruben-valdez
1•9woc•1h ago•0 comments

Jemalloc

https://github.com/jemalloc/jemalloc
2•amusingimpala75•1h ago•0 comments

AI helps researchers discover previously unknown molecules

https://www.thebrighterside.news/post/ai-helps-researchers-discover-several-previously-unknown-molecules/
1•geox•1h ago•0 comments

Apple's Reliance on China Is About Far More Than Labor Costs

https://www.bloomberg.com/news/articles/2025-05-30/apple-s-reliance-on-china-is-about-far-more-than-labor-costs
3•petethomas•1h ago•0 comments
Open in hackernews

Catbench Vector Search Demo Has Postgres SQL Throughput, Latency Monitoring Now

https://tanelpoder.com/posts/catbench-vector-search-query-throughput-latency-monitoring/
18•tanelpoder•1d ago

Comments

jbellis•1d ago
As the author of a vector search engine I was low key excited for this (there is no good benchmark for vector search out there that resembles real world use even a little, all the vendors have their own internal stuff) but I think using the term "bench" here is a misnomer, it's really more of a pgvector demo app and I don't think you can usefully use it to benchmark anything, at least not out of the box.
tanelpoder•1d ago
Yeah, I just wanted a cool-sounding name for this. Nevertheless, it allows you to do easy stress-testing with some vector search operations (a quite narrow set, but you can combine it with joins and write your own queries if you like). But "CatStress" didn't sound too good to me.

It's a "Vector Search Playground" really, but the bigger value so far has come from not running maximum stress tests, but demonstrating people how you can join vector search results to the rest of your (existing) application schema. Plenty of people have thought that you need a completely separate, isolated vectorstore behind some API for this...

Edit: Also the setup part includes running a "generate_embeddings.py" script that uses PyTorch under the hood (on CPUs or CUDA/GPUs) to generate embeddings from the 25k photos (or 9M when using the rotated variants). That process can also be sped up and optimized for sure - my whole point is that once everything runs OK enough from end to end, then it's time to start measuring and optimizing the whole process - for learning and fun.

binarymax•1d ago
https://ann-benchmarks.com is pretty good but I agree it needs an update. I'd like to see modern embedding dimensions (384, 768, 1536, etc.) as well as filters and combined read/write latencies.
jbellis•1d ago
modern dimensions, yes

mixed workloads, also yes, especially in an "online" environment rather than the "batch mode" that ann-benchmarks does today

but most importantly, multicore -- ann-benchmarks is limited to a single core docker image which is absolutely ludicrous and I suspect is a significant reason that python-based systems do much better in their benchmark than you would expect from trying to deploy them under concurrent loads

binarymax•1d ago
Indeed! I'm just looking at JVector which I wasn't familiar with - looks cool. Have you tried it with the billion-scale competition? (not sure if that's still running)
jbellis•1d ago
sort of, there was the original bigann and then they followed up with a couple more specialized contests the following year, i think it's over now

~300M modern-sized vectors is pretty close to jvector's limit in a single index (the Cassandra layer can shard more) https://foojay.io/today/indexing-all-of-wikipedia-on-a-lapto...

that said I think Mariano (new jvector maintainer) is working on ways to handle larger datasets in a single index but I'm not sure where that is on his priority list