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

标签:#hack

找到 10290 篇相关文章

开发者

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.

2026-07-03 原文 →
AI 资讯

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

2026-07-03 原文 →