标签:#hackernews
找到 9732 篇相关文章
I need your clothes, your boots, and your motorcycle
Can you see three trees?
AMD silently removes memory encryption from consumer Ryzen CPUs
War Books: The Marine Corps Commandant's 2026 Reading List
The value of employee equity depends a lot on volatility
A Perceptron in Age of Empires II
The Forge We Deserve
Ask HN: Am I being advertised an ARG via user agent logs?
I'm here looking through logs on my unnamed reverse proxy and CDN service. The crawler bot swarm has been hitting my PHP application like I've upset them so I'm seeing which weird user agent strings are being allowed to connect. There's "Sogou" and "meta-webindexer" and a small number of requests from "SleepBot/1.0" What's SleepBot? The ASN is Google and the UA string is: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; SleepBot/1.0; +http //sleepbot com/) Chrome/131.0.0.0 Safari/
Show HN: Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more
Hey all! I'm the maintainer of mistral.rs. I just landed support for OpenAI-compatible Agent Skills via a /v1/skills endpoint, and it works with local open models. Until now Skills have basically been locked to closed models, and with the ability to have private, local intelligence becoming increasingly important, but this feature allows you to do XYZ with local models. It's fully compatible with OpenAI's /v1/skills API, so you can drop mistral.rs into your existing code with minimal difficulty.