frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Firefox appears to be bulk removing extensions with no explanation

https://discourse.mozilla.org/t/add-on-removed-without-explanation/147949
1•newswangerd•57s ago•0 comments

The Mythical Agent-Month

https://wesmckinney.com/blog/mythical-agent-month/
1•tchalla•2m ago•0 comments

Ticketmaster and Live Nation found Guilty of anticompetitive venue monopoly

https://apnews.com/article/live-nation-ticketmaster-antitrust-trial-f0ffdd20dd4f64e8b4bb9d97134b826f
1•randycupertino•2m ago•1 comments

V&A Museum deletes maps and images deemed sensitive by Beijing from publications

https://www.theguardian.com/culture/2026/apr/14/v-and-a-censored-catalogues-demands-chinese-printer
1•ilamont•3m ago•0 comments

US and Israel's war on Iran is a disaster for the environment, analysis shows

https://www.theguardian.com/world/2026/mar/21/middle-east-iran-conflict-environment-climate
1•PaulHoule•3m ago•0 comments

Trace: Capability-Targeted Agentic Training

https://scalingintelligence.stanford.edu/blogs/trace/
1•mbeissinger•3m ago•0 comments

DeepBlue Marine Unlocks Africa's Coastal Economy Through Premium Experience

https://deep-blue-marine-5f14a6b1.base44.app
1•DeepBlue_Marine•4m ago•0 comments

Jury finds Live Nation, Ticketmaster had anti-competitive monopoly

https://www.cbc.ca/lite/story/9.7164989
2•colinprince•4m ago•0 comments

Great Docs: Beautiful Documentation for Python Packages

https://opensource.posit.co/blog/2026-04-15_introduction/
1•dbaupp•5m ago•0 comments

Graphene just defied a fundamental law of physics

https://www.sciencedaily.com/releases/2026/04/260415042152.htm
1•HardwareLust•6m ago•0 comments

Show HN: Originary – emit signed records for MCP tools

https://github.com/peacprotocol/peac
1•jithinraj•6m ago•0 comments

Retrofitting JIT compilers into C interpreters with ykllvm

https://tratt.net/laurie/blog/2026/retrofitting_jit_compilers_into_c_interpreters.html
1•fanf2•7m ago•0 comments

Cloudflare Browser Run. Will it go around Cloudflare's own blocking?

https://blog.cloudflare.com/browser-run-for-ai-agents/
2•touwer•8m ago•0 comments

Meta-Harness: automated search over task-specific model harnesses

https://github.com/stanford-iris-lab/meta-harness
1•mbeissinger•9m ago•0 comments

Hacker News Daily podcast, created with vibecasting

https://vibecasting.fm/vibecasts
2•ryanj20021•9m ago•1 comments

Wq_affn_cache_shard Merged for Linux 7.1 Significant Win for CPUs Many Cores

https://www.phoronix.com/news/Linux-7.1-WQ
1•Bender•9m ago•0 comments

Trump's push to cut interest rates has echoes of 'banana republic', says Yellen

https://www.theguardian.com/business/2026/apr/15/donald-trump-cut-interest-rates-janet-yellen-us-...
6•mitchbob•10m ago•0 comments

Show HN: Omi – watches your screen, hears conversations, tells you what to do

https://github.com/BasedHardware/omi
1•kodjima33•11m ago•1 comments

Windsurf 2.0

https://windsurf.com/blog/windsurf-2-0
2•dabit3•11m ago•0 comments

Show HN: Mdview.io – online md viewer with responsive tables

https://mdview.io/
1•Igor_Wiwi•11m ago•0 comments

Evaluating Agents for Scientific Discovery

https://allenai.org/blog/evaluating-scientific-discovery-agents
1•gmays•12m ago•0 comments

Show HN: Stagewise Reads Files Without Depending on the Model API

https://stagewise.io/news/file-transformation-pipeline
1•glenntws•12m ago•0 comments

New 3D map of Universe could solve dark energy mystery

https://arstechnica.com/science/2026/04/desi-completes-its-3d-map-of-universe-right-on-schedule/
1•nobody9999•13m ago•0 comments

Customers revolt as GitHub Copilot 'fixes' rate limits

https://www.theregister.com/2026/04/15/github_copilot_rate_limiting_bug/
1•GaryBluto•15m ago•0 comments

LLM from scratch, part 32k – Interventions: gradient accumulation

https://www.gilesthomas.com/2026/04/llm-from-scratch-32k-interventions-training-our-best-model-lo...
1•gpjt•16m ago•0 comments

The Sociable Robot – Proto Magazine (2009)

https://protomag.com/technology/the-sociable-robot/
1•danhite•17m ago•1 comments

AI Heartache

https://github.com/kevin-luddy39/context-inspector/
1•kevinluddy39•17m ago•0 comments

Apple is sending Siri Engineers to an AI Coding Bootcamp

https://www.macrumors.com/2026/04/15/siri-engineers-ai-coding-bootcamp/
3•hmokiguess•18m ago•0 comments

Planets need more water to support life than scientists previously thought

https://www.washington.edu/news/2026/04/15/planets-need-more-water-to-support-life/
1•geox•18m ago•0 comments

Spark 2.0 is here Spark.js

https://twitter.com/sparkjsdev/status/2044090505982816449
2•xnx•19m ago•0 comments
Open in hackernews

Node.js bindings for Nvidia cuVS > GPU-accelerated vector search

https://github.com/638Labs/cuvs-node
2•gmatt•1h ago

Comments

gmatt•1h ago
My primary stack is Javascript (React/NodeJS/noSQL - Mongo a lot, Dynamo as a second, postgres because ... work). While all that was dandy for work, all this AI that rose in past 3-5 years is heavily centric to Python. I remember when assessing vectorstores and it was really frustrating - especiall trying to use Professional vectorstores like Pinecone.

Pinecone's early SDK support for Node.js was frustrating to say the least - mostly because I really liked their performance.

hnswlib is something I used a lot - I have done a fair bit of work in local/remote index building and benchmarking it - and taking any opensource tooling and building indexes locally was always way slower than say making a call into Pinecone. Anyhow, so due to work and personal interest, last 3-4 years have been in the datastore/vectorstore realm. I also have had access to some significant GPU compute. I am happy to talk shop with anybody who wants...

OK, now for the meat and potatoes: building indexes on CPUs is a complete nogo, my benchmarks of GPU/CPUs show numbers so comical that normally ppl think tests must be wrong.

NVIDIA cuVS is the library behind vector search in Elasticsearch, Weaviate, Milvus, and Oracle. It has bindings for Python, Rust, Java, Go. Nothing for Node.js. NVIDIA tried once with node-rapids in 2021, it seems to me it abandoned it in 2023. - https://github.com/rapidsai/node

So I built cuvs-node. Native C++ N-API bindings to the cuVS C API. There's five algorithms (CAGRA, IVF-Flat, IVF-PQ, brute-force, HNSW). 119 tests. Verified on A10, A100, H100, GH200, and B200.

I have a ton of benchmarks of GPU vs CPU - altho the very itneresting ones are among the providers. The difference in performance is actually shocking - despite most of them claiming state of the art infra.

Following benchmarks were completed in same session, on A100 SXM (same machine, GPU vs CPU):

1M vectors at 768 dimensions: 5.3s on GPU vs 65 minutes on CPU (hnswlib-node). 733x faster. Search: sub-2ms at 1M vectors.

Open source, Apache 2.0. Requires Linux with NVIDIA GPU and CUDA. Prebuilt binaries on the roadmap. Happy to answer questions.

gmatt•1m ago
Yeah, i went to fix a typo and my text now shows as a comment...
john5022•6m ago
I saw Jensen at GTC talking about cuDF and cuVS - hope it's not a flash in the pan like their NIMs. They got a way to go till they are a good dev platform.