标签:#News
找到 9119 篇相关文章
Pocketpy: Portable Python 3.x interpreter written in C11
White House to Redirect Billions in Research Funds Toward AI, Away from Colleges
A Man Who Runs the IRS Spied on Colleagues When He Worked at JPMorgan
Furtex: Post-exploitation, rootkit and evasion research toolkit for Linux
Kimi K3 Is Competitive with Fable; Kimi K3 and Fable Is SoTA
Vaporlink – drop a folder or HTML file, get a shareable link that kills itself
OpenAI says it accidentally hacked Hugging Face with a new AI system
OpenAI says its AI models mistakenly breached open-source AI platform Hugging Face during internal testing. In a blog post on Tuesday, OpenAI writes that GPT-5.6 Sol and "an even more capable pre-release model" discovered vulnerabilities within their sandboxed testing environment, allowing them to gain access to the internet and target Hugging Face. On July 16th, […]
Show HN: Computable – Buy, sell, and redeem GPU for the exact weeks you want
Hey we are Computable. We spent years building trading infrastructure at Jump Trading and Coinbase. From that point of view, compute looks like energy markets before 2000: everything trades through private bilateral leases, there’s no visible price, and nothing can be resold. The same H100 rents at a 2x spread depending on who’s asking, and once you sign a 24-month lease, it can never change hands. So we built a market for GPU nodes, sold by the calendar week. Here are three things you can do on
Nate Parrott's dopamine-crushing metrics-driven site
Show HN: Faceblind – In-browser only video face blurring
In the midst of building a climbing app, I want to use climbing videos of other climbers but I didn't want to show their face without their consent so I tried to look for quick solution with ffmpeg to blur human faces. There is https://github.com/ORB-HD/deface . But why use a ready made software when you can have AI build one for you This project uses media pipe pose detection as a fallback of face detection. The app is hosted on github page as it is completely static. I've only tested in chrome
Gemini last models: temperature, top_p, and top_k are deprecated and ignored
Extending Polars with Rust Expression Plugins
"Drawing" the Mona Lisa with GPT-5.6, Claude, Gemini, and Grok
Short positions in SpaceX reach 32% of float
A digestion of the Jacobian conjecture counterexample
K0s – The Zero Friction Kubernetes
Nvidia Vera Rubin Driving Performance per Watt, Lowest Token Cost for Partners
Show HN: Browser Tools SDK – an optimal browser harness for agents
We’re open-sourcing Browser Tools SDK: a small TypeScript package to give any AI agent a reliable way to control a real browser. With just a few lines of code, you can give any agent a production-ready browser harness import { createAiSdkBrowserTools } from "libretto-browser-tools/ai-sdk"; import { LocalBrowserProvider } from "libretto-browser-tools"; const { tools } = createAiSdkBrowserTools(new LocalBrowserProvider()); const result = await generateText({ model: anthropic("claude-sonnet-4-5"),