标签:#News
找到 10973 篇相关文章
Slate’s Gray $25,000 Truck Just Got a Crayola Makeover
The Bezos-backed automaker building America’s cheapest electric truck is teaming up with the crayon company in a bid to brighten its rides. Make ours Razzmatazz.
Notable Knot Index (2016)
Say hello to Claude Wrapped
The popularity of Spotify Wrapped has kicked off a wide range of year-in-review features, on apps from YouTube to Uber - and now, the lookback trend has come to AI. Anthropic on Thursday announced a "reflect" feature for its Claude chatbot, allowing users to see an analysis of their usage data over the past month, […]
Reverse-engineering Nvidia's CUDA-checkpoint for faster cold starts
Syria's solar boom is redefining Middle East's energy model
Rust 1.97.0
The Glass Backbone: Why the Army's Logistics Will Break in the Next War
Show HN: FableCut – A browser video editor AI agents can drive (zero deps)
Files over tools: how we built our agent with a virtual filesystem and bash
The Seed Beneath the Snow
LLMs for technical editing: The good, the bad, and the ugly
Tracking unique visitors without cookies
A Road to Lisp: Why Lisp
FL Studio 2026 turns its AI chatbot into your assistant engineer
Last year, Image Line introduced Gopher for FL Studio, an AI chatbot that was basically a glorified instruction manual. You asked it how to do something, and it would serve up the relevant instructions. It's the kind of thing I actually use AI for on a semi-regular basis. But in the new release, Gopher can […]
Show HN: Arcaide – Explore code with multi-level call graphs
One of the things I do when approaching a new codebase is to find the entry points and start exploring down the call paths. This gives a good overview of the different components in the code and how they're connected. I wanted to translate that to a visual experience, similar to how you would use call graphs, but there's a couple of problems with classical call graphs. One, call graphs represent flow at the function level, so the architectural context is lost. And call graphs tend to get very la