标签:#News
找到 9431 篇相关文章
ReactOS Implements First Windows NT6 System Call Toward Vista Compatibility
When the Law Kills Your Electric Car Dealership
Dealers who invested in Polestar won’t be able to sell in the US next year after the federal government denied an authorization that would have allowed the company to avoid a Chinese tech ban.
Commodore 64 Basic for PostgreSQL
Wordgard: The new in-browser rich-text editor from the creator of ProseMirror
The mathematical secrets of Barcelona's Sagrada Familia
JPEG-XL Libjxl 0.12 Brings More Performance Optimizations
Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says
Sony Erases Digital Content From Libraries, a Reminder That You Don’t Own What You Buy
In September, some PlayStation customers will no longer be able to access some purchased movies and shows. It underscores the fact that digital purchases are really more like long-term rentals.
Half-Baked Product
Amazon's Mechanical Turk to stop accepting new customers
Ask HN: Is anyone experimenting with different ways of using LLMs for coding?
I'm a bit annoyed by the feeling that we're kind of stuck when it comes to using LLMs for programming. I use Claude Code and Codex, but I haven't been able to enter flow state like I can when I hand write code. This is kind of ironic to me since AI should be a bicycle for the mind, but right now it feels like a bicycle that just brakes abruptly every couple minutes. I stop, wait, review, prompt again. Is there anyone exploring something fundamentally different than the prompt response loop we ha
First Principles of Model Routing
The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn't
Show HN: I built a declarative layout engine for SVG, Canvas, WebGL
Hey HN, I built a tiny zero DOM layout engine for vector graphics and custom renderers to resolves nested rows/cols/grids into exact `{x, y, w, h}` boxes, with text measurement, overflow signals, and collision separation. This is to help make SVG, PDF, Canvas responsive. Feedback welcome from anyone building canvas/SVG diagrams, dashboards, node editors, or diagram tools.
14× faster embeddings: how we rebuilt the ONNX path in Manticore
Show HN: Imagent – agentic image/video/speech generation
Imagent gives AI agents the ability to generate images, video, and speech as a first-class step in their workflows, behind a single interface that hides the differences between providers and models
AI coding is a nightmare. Am I the only one experiencing this?
Here are my biggest gripes with AI coding assistants right now: Obsessed with reinventing the wheel. You'll often find it writing three duplicate functions for the exact same feature in a single file. Why? Because it's terrified of blowing up the context window, so it only reads a fraction of a large file and completely misses the existing functionality. Why are files so bloated in the first place? Because AI prefers adding new code over modifying existing code, and it rarely deletes anything. A