In a spirit of exploration, and because he mentioned it again in a recent 20-year roundup I decided to see what I could do with Tim Bray’s Topfew. Not the actual Topfew, because that’s beyond me, but the original incantation:
awk '{print $1}' access_log | sort | uniq -c | sort -rn | head -12
Couldn’t avoid the title, even though I know Re-use has higher priority than Re-cycle.
Over the past month or so I have been drawn inexorably into the world of unracer cycling, all of which has prompted both a forehead smacking but-I’ve-always-done-that and a guilty why-is-my-best-bike-languishing-unloved. With the purchase of a bike repair stand to help with the other bike, I was seized with the idea of fixing up the road bike. I mean, how hard can it be?
Last month I worried about how fast January had sped by. This time it is February's turn, although for a short month, I did get quite a bit done.
On Saturday I made good on a promise to myself: I went for a bike ride with a bunch of strangers. It was great fun, and while I didn’t make any friends, I did chat to a couple of people and took those first important steps.
One of the first things the professor told us to do when I began to formally learn a bit of Python was to install Anaconda, which I dutifully did. Looking back, all we ever used there was Spyder. Only later did I discover the joys of Jupyter, but the joy was short-lived. Once I got the point of using virtual environments, I discovered that my entire setup was just too big a tangle for me to understand. So I uninstalled Anaconda, not for the first time. And after a couple of missteps, Jupyter seemeed to work just fine without it. Then I upgraded my os to Ventura, and many, many things stopped working, including Jupyter.