今日已更新 100 条资讯 | 累计 24386 条内容
关于我们

标签:#hackernews

找到 8166 篇相关文章

AI 资讯

Show HN: Superserve – Firecracker microVM sandboxes for long-running AI agents

Hey HN, I built Superserve, a compute layer that lets AI agents live inside isolated Firecracker microVMs with no session time limits. The problem I kept running into: most sandbox providers kill your agent after 24 hours. If you're running something autonomous that needs to work for days — refactoring a codebase, running tests in a loop — you're constantly fighting timeouts and rebuilding state. Superserve lets you snapshot a running VM at any point, fork it into parallel branches, and resume e

2026-07-22 原文 →
开发者

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

2026-07-22 原文 →
AI 资讯

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

2026-07-22 原文 →