标签:#hackernews
找到 7424 篇相关文章
A Road to Lisp: Why Lisp
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
Show HN: 18 Words
How Version Control Will Evolve for the Agent Boom
Can lucid dreaming help your mental health? What the evidence says
Converting colors in JavaScript at 6B operations per second
How to Achieve Pruning When Querying by Non-Partitioned Columns in PostgreSQL
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
EU Parliament greenlights Chat Control 1.0 – Breyer: "Our children lose out"
Frieve Vinyl Explained – Microscopic stylus/groove physics simulation
The true cost of saying "Hi" to an AI agent
The internet does not want readers. It wants livestock
Bonnie Tyler, singer of Total Eclipse of the Heart, dies aged 75
Relm – local LLMs as base-R objects, with interpretability
My Thoughts on the Bun Rust Rewrite
Why developers are ditching GitHub for Codeberg and self-hosting alternatives
EU's five regulations that will change how we live, drive, and use the internet
Show HN: Getting GLM 5.2 running on my slow computer
A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converti