Additional Info: I designed a Python workflow to perform OCR on every xkcd comic, feed that text into a large language model, and ask the model whether this comic was about the category named in the title.
Report an error
xkcd comics published about the internet correlates with...
Variable | Correlation | Years | Has img? |
How 'hip and with it' Matt Parker's YouTube video titles are | r=0.88 | 13yrs | No |
The number of typists in Missouri | r=0.83 | 16yrs | Yes! |
Customer satisfaction with The U.S. Postal Service | r=0.81 | 15yrs | Yes! |
The number of paper goods machine setters, operators, and tenders in Massachusetts | r=0.74 | 16yrs | No |
xkcd comics published about the internet also correlates with...
<< Back to discover a correlation
You caught me! While it would be intuitive to sort only by "correlation," I have a big, weird database. If I sort only by correlation, often all the top results are from some one or two very large datasets (like the weather or labor statistics), and it overwhelms the page.
I can't show you *all* the correlations, because my database would get too large and this page would take a very long time to load. Instead I opt to show you a subset, and I sort them by a magic system score. It starts with the correlation, but penalizes variables that repeat from the same dataset. (It also gives a bonus to variables I happen to find interesting.)