标签:#hackernews
找到 10116 篇相关文章
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