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

标签:#hackernews

找到 7750 篇相关文章

AI 资讯

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

2026-07-09 原文 →
AI 资讯

Show HN: Wyrm – Solve algebra by touch, built on an open-source soundness engine

There is a mobile game called DragonBox. It sort of tricks you into learning algebra by starting with very abstract manipulations of a puzzle that must follow rules... gradually the game teaches you more and more rules and also strips out the more abstract elements until on the last levels you are finally solving real equations. I loved it, it taught my kids algebra.... and it was just fun. Over the years I often thought that there should be a calculator for Algebra that works this way... someth

2026-07-09 原文 →