Running Again

Most of the time, if I’m exercising regularly, I’m doing it for no more reason that to maintain and improve my health. For the last few months though, I couldn’t find the level of motivation I needed to stick to a routine. Maybe it’s the Polish winters.

Anyway, I realised that one thing would motivate me, and that was running a half-marathon again. I got a spot in the Great North Run, which I’ve done a few times before, and now I have a goal that I really want to achieve, that’s also going to require me to improve my fitness levels.

The run is in September, so I still have a lot of time to train. Good job too, because shortly after I got my place, I finally caught covid. Then after gently starting training, I got an overuse injury from moving a bunch of boxes. Still, I’ve stuck with it, and things are improving.

The biggest risks I can see to not completing it, the pre-mortem, are getting injured or losing motivation. I’m not too concerned about my motivation right now, but injury could be a real problem: painful to admit, but I really am a fat middle-aged man trying to reclaim some former glory, and ego might make me do something dumb. So I am trying to eat right, stretch properly, listen to my body… all the things I didn’t bother doing in my 20s!

I’ve used a Hal Higdon plan before, with great success. To make good use of the time that I have now, I spliced together a couple of his plans to cover the next 14 weeks. Behold, my Frankenstein’s monster of a plan:

W/C Monday Tuesday Wednesday Thursday Friday Saturday Sunday Weeks to Go
May 23 Stretch & strength 3.2 km run 30 min cross 3.2 km run + strength Rest 30 min cross 6.4 km run 15
May 30 Stretch & strength 6.4 km run 35 min cross 3.2 km run + strength Rest 40 min cross 4.8 km run 14
June 6 Stretch & strength 6.4 km run 35 min cross 3.2 km run + strength Rest 40 min cross 5.9 km run 13
June 13 Stretch & strength 6.4 km run 40 min cross 3.2 km run + strength Rest 50 min cross 6.4 km run 12
June 20 Stretch & strength 4.8 km run 40 min cross 3.2 km run + strength Rest 50 min cross 6.4 km run 11
June 27 Stretch & strength 4.8 km run 45 min cross 3.2 km run + strength Rest 60 min cross 7.3 km run 10
July 04 Rest 5.9 km run 3.2 km run or cross 5.9 km run Rest 40 min cross 8.1 km run 9
July 11 Rest 5.9 km run 3.2 km run or cross 5.9 km run Rest 40 min cross 8.1 km run 8
July 18 Rest 6.4 km run 3.2 km run or cross 6.4 km run Rest 40 min cross 9.7 km run 7
July 25 Rest 6.4 km run 3.2 km run or cross 6.4 km run Rest or easy run Rest 5-K Race 6
Aug. 1 Rest 7.3 km run 4.8 km run or cross 7.3 km run Rest 50 min cross 11.3 km run 5
Aug. 8 Rest 7.3 km run 4.8 km run or cross 7.3 km run Rest 50 min cross 12.9 km run 4
Aug. 15 Rest 8.1 km run 4.8 km run or cross 8.1 km run Rest or easy run Rest 10-K Race 3
Aug. 22 Rest 8.1 km run 4.8 km run or cross 8.1 km run Rest 60 min cross 14.5 km run 2
Aug. 29 Rest 8.1 km run 4.8 km run or cross 8.1 km run Rest 60 min cross 16.1 km run 1
Sept. 5 Rest 6.4 km run 4.8 km run or cross 3.2 km run Rest Rest Half Marathon 0

I almost followed the first week listed here, and I’m doing better at the second week. I’m tracking progress in a publicly-viewable Google doc, for myself and for accountability!

My real desire, if I dare name it, is to finish in under two hours. That may be too much to hope for given my current fitness levels, and I’d far rather jog the course in 2h15m than get injured training for 1h55m. But 1h55m would be very satisfying.

 

Update

I’ve survived dealing with the Polish social fund, ZUS (thanks almost entirely to my girlfriend), moved flat, redecorated, changed domain, dealt with tech support, and finally I am posting again.

This week I tackled the latest Riddler Express, and finished my 49th of the first 50 Project Euler problems. Just problem 26 left to go. It’s also the first anniversary of my starting to work from home because of covid. Strange year.

 

Riddler Express, August 28 2020

I didn’t add last week’s Classic to this blog, but I did produce a pretty graph in Jupyter from which you can read the right answer (in either graph, the point on the x-axis where the orange four-post line first exceeds the blue three-post line.)

This week’s Express is not difficult, but I did find the answer a little surprising.

Read more

Buying a Flat in Poland – What I Needed

I’m doing this, with my girlfriend. I have bought a place in the UK before, but other people handled all of the paperwork in that case. So my initial expectations were for something like the UK system, but the reality was a little different. We haven’t finished yet, but this post is an outline of the important differences I saw.

Read more

Riddler Express, July 24 2020

Got the Classic from two weeks ago correct, although I hadn’t got the closed-form solution; I needed to spend more time playing with toy examples, but I’m not sure I would have discerned the pattern anyway. It’s neat though.

This week’s Express is not too difficult (please don’t let me get it wrong!). The thing that surprised me on thinking about it is that the total number of combinations of shires is only 1024. That’s  210, since there are 10 shires, each of which can be in or out of any particular subset.

Half of the possibles combinations of shires don’t have enough votes to win, and of those combinations that do, many of them could lose a shire and still win, so they can be ignored as well.

My 33 lines of code will print out an answer in about a millisecond. I assume in Haskell it could be done in about four lines! I should take a look at that language sometime.