Creating DOM nodes with IDs leaks globals in JS: http://t.co/9RtrZSRE6X yikes.
miniblog.
Related Posts
Do any package managers use bittorrent? I associate bittorrent with distributing large files, but it seems like it would really help scaling.
Most traffic to package managers is from CI systems, which could instead run their own local seeding nodes.
I've released difftastic 0.52! In this release:
* Support for XML and JSONL
* Word-level diffing in text nodes (in HTML and XML)
* Improved syntax highlighting
I've started playing again with A* search instead of Dijkstra for difftastic. So far it's only saved me visiting 3% of graph nodes, which is negligible.
A* works best when you have a good heuristic, but finding a good heuristic is hard. Currently:

