Continue reading »
A lot of technical support work is basically pattern-matching, and memorizing. You see a stacktrace, remember vaguely
having seen it before, and hunt around until you find the earlier case. Here is a typical example, with MySQL breaking
with a weird "Data too long for column" error:
To automate the process of "remembering and looking up" stuff like
this, I have hacked together a greasemonkey script, supportlink.user.js,
that highlights and links any text that matches a set of patterns. With this

