标签:#hackernews
找到 10370 篇相关文章
First clinical pregnancy following AI-based sperm detection and recovery
My Agent Skill for Test-Driven Development
The Secret Life of Circuits with lcamtuf / Michał Zalewski (Audio Interview)
Inside FAISS: Billion-Scale Similarity Search
Author here. I wrote this as a visual companion to the 2017 FAISS paper ( https://arxiv.org/abs/1702.08734 ), focused on the parts I found hardest to grok from text alone. The article covers a subset of what FAISS does, with the paper as the source of truth. NSG, FastScan, IMI are not covered here, they'll get their own articles. I'd be especially interested in feedback on: - the IVFPQ / IVFADC explanation, particularly the LUT reuse argument - whether the GPU part captures enough of the actual
What Columbus used instead of the North Star
Ask HN: Gin rummy strategies
Hi HN, I am having AI build me a local Gin Rummy trainer and it cannot figure out medium and hard bot strategies, they keep losing to easy! The point of this is to help me learn so I don't really know how to advise it on strategies. Right now it's just looping through tests and modifying but it keeps not improving. Does anyone have any recommendations or guidance for strategies I could suggest to it?
Europe's largest Copper Age tomb: children's bones show ancient health crisis
Nemotron 3 Ultra: Open Moe Hybrid Mamba-Transformer for Agentic Reasoning [pdf]
Enforcing the First as in BGP AS_PATHs
The Miracle on Mount Everest – Hillary Dawa Sperpa Found Alive
VoidZero Is Joining Cloudflare
Using XDG-Compliant Config Files (2024)
Learn PHP in 2026 (Yes, Really)
Ask HN: So what happened to Facebook "localhost" tracking?
It was discussed a year ago. https://news.ycombinator.com/item?id=44235467
A Survey of Inlining Heuristics
Ask HN: How do you find deep technical content?
I'm pretty tired of seeing AI-related content everywhere. When I open Hacker News, close to half of the top submissions are AI-related. It's the same on social networks as well. I miss the times when there was a lot of technical content that took time and mental energy to understand. Nowadays, it's pretty hard to discover it. On HN, I see that a lot of technical articles don't make it to the front page, so sometimes I just search for them in the submissions. Not only is there less content, but d
French-Iranian author Marjane Satrapi, author of 'Persepolis', dies at 56
When su replaced login for becoming another Unix login
Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call
We launched Infracost on HN five years ago ( https://news.ycombinator.com/item?id=26064588 ) where our CLI generated cost estimates for infra-as-code, e.g. "this Terraform PR adds $400/mo". The idea was to shift cloud costs (FinOps) left, so engineers get visibility of costs before deployment and make better decisions. Earlier this year we started seeing agent traffic in our logs and it looked like coding agents were calling our CLI. But that CLI wasn't designed with coding agents in mind. We we