2025/11/03#p2
0 comments: click to leave a comment

We were in the lounge on Thursday evening with the TV on, something finished (I can't remember what) and we just left it going in that way you do when you're not really concentrating on it.

The film The Good Liar came on, starring Sir Ian McKellen and Helen Mirren. We knew nothing about it but let it play.

I'm so glad we did, it was brilliant. McKellen plays Roy, a career con man who meets Mirren's Betty on a dating site with the intention of stealing her life savings. Needless to say, there are many twists and turns. I suspected how things might go at the end but definitely not how it actually happened.

The whole thing was so well written and the acting was superb – you expect nothing less from those two.


2025/11/03#p3

2025/11/03#p1
0 comments: click to leave a comment

I think I've sorted the internal webmentions issue. It was a two-pronged problem:

  • the change in permalink structure meant that the endpoint was looking for the new version of URLs when the old version existed in the database
  • the blog was listing the permalink in format base_url/?date= but the permalink being saved to the database was in the format base_url?date=

The endpoint itself was fine and working properly it's just that the target URLs were wrong. I have updated the function that creates new posts to save the permalink with the slash and updated all the incorrect permalinks with a couple of SQL queries:

update TABLE_NAME set FIELD_NAME =
replace(FIELD_NAME, 'text to find', 'text to replace with');



About Random posts


Random posts now show two completely random posts.


The hope is that doing will throw up unexpected synchronicities between items or juxtapose them in such a way as to foster new ideas.


Close