
3 photos of a raven, imagemagick B&W & montage. #corvid #raven

3 photos of a raven, imagemagick B&W & montage. #corvid #raven

#SilentSunday


Victoria Park, drizzle them brightened, a couple of white butterflies over the flower beds. Went to investigate. Among the bright flowers were a few thistles. A couple of bees working over the thistles ignoring the other flowers. One butterfly came off a thistle too. Not sure which type of white.

#SilentSunday

Out to Greenside this morning, warm, close and sometimes sunny. Butterflies: Green-veined Whites, several spotted woods, peacocks, small tortoiseshells & painted ladies on thistles.
I rather like this odd view of a painted lady. few more photos on flickr. My Butterflies by month continues to grow.
The other day I was complimented, albeit in a jokey way, on the neat organisation of a word document I had produced.
I said nothing, I don’t have a working copy of word on my computer. I do have access, via glow, to the online version but I dislike browser based apps of this sort. I have never been a big fan or power user of word anyway.
My docx was not created with word but with TextMate, written in markdown. & converted with pandoc.
It occurred to me that it is a lot simpler to make a reasonable structured document with markdown than most other applications. Being limited to headings of different levels, paragraphs, lists and a few more formatting features could be seen as a good thing.
Might it be easier, in some alternative universe, for children to learn the basics of creating an organised document before opening word or other software behemoth.
I wrote the above yesterday, in drafts in Markdown. Today I read that Markdown had been added to Onedrive for iPhone.
I knew Onedrive in the browser would display Markdown as my planning for class before I retired was written in Markdown. I could write at home and read in school.
So I had a look in the desktop browser and there is a create Markdown file in the list there too. It opens a basic in-browser editor.
It then occurred to me that maybe you could paste Markdown into word, so I tried that, in the online version of word, and yes you can.
Seems that AI is driving Markdown take up.

I’ve been using various IndieWeb ideas here for a fairly long time now, this is a great summary.
It was a movement with concrete ideas, protocols and an active community! As I read through their wiki, I understood their position and the intelligence of their proposals more and more. Such was my enthusiasm that I decided to follow their advice and adopt the protocols that made sense for my site. After finishing the tests and adjustments, I can confirm that the experience has been very positive: I have learned a lot, the UX of my website has improved a bit more, and I enjoyed the process.
I joined the IndieWeb, here’s what I learned | Andros Fenollosa
Every so often I hit a link to a tweet that twitter refuses to show me. Probably because of an ad-blocker I’ve set up and forgotten about. This might be the solution.
Bookmarklet which redirects from the current x/twitter address to its equivalent in X cancelled
bookmarklet which redirects from x/twitter to xcancel.com
I’ve seen quite a lot of painted ladies this summer, not as much as in 2019 the big year for them in Scotland.
Butterfly Conservation is asking nature lovers around the country to help count an explosion of exotic Painted Lady butterflies across the UK.
Help us count the #PaintedLadySummer! | Butterfly Conservation
I don’t use the classic editor much any more, but its disappearing might not be great for Glow Blogs. This is just about the classic block not the classic editor.
In an earlier post, I announced that the Classic block (
core/freeform) would be hidden from the inserter by default starting in WordPress 7.1, accompanied by a new filter and a companion plugin.I’ve decided to revert this change. The Classic block will continue to appear in the inserter in WordPress 7.1, exactly as it does today. There is no change in behavior for users or developers, and no migration is required.
The Classic block stays in the inserter for WordPress 7.1 – Make WordPress Core
Alway good to be reminded about function.php
I was inspired by this post to use WPCode to adjust how pages archive posts are displayed
💬 46 Extremely Useful Tricks for the WordPress Functions File | Read Write Collect
And a reminder that meta are not kind:
That’s over a 10× discount in exchange for giving your data to Meta. I can see the appeal if you don’t care about the privacy of your data and code, like, say, if you’re using Muse Spark to generate code for a throwaway project, or for something that’s open source anyway.
Daring Fireball: Meta: Introducing Muse Code and Muse Spark 1.2
Dave Winer on micro.blog. micro.blog is, i believe, one of the most amazing services on the internet.
I was able to do that with micro.blog which is the swiss army knife of interop in the web of the 2020’s.
Scripting News: Saturday, August 8, 2026
I am not teaching any more, I did a few days supply last session and might continue. I found A.I. useful for thinking about planning for stages I had not taught for years. But I used it a sounding board, and modified everything. Having pupils taught directly by A.I. might have some problems.
The deeper you look at how children learn, the clearer it becomes that this growing brand of alternative schools might remove the discomfort that often comes with learning – taking away what matters most as kids develop.
AI schools like Alpha promise efficiency, but can’t replicate the messy process that helps kids learn
Insects, from a walk round Ardmore point yesterday.




An interesting post from Matt Mullenweg:
Builders are the site shapers, webmasters, the agencies, the companies, the content managers that think in a more page-first rather than post-first way. Tagging? Blogroll? Date-based permalinks? Who needs them. Give me custom fields, rich templates, a site editor, to craft beautiful sturdy pages that will stand the test of time. A store with a catalog of items where what changes is the inventory and ratings, not the content.
The Builders right now dominate our core development discourse, which makes sense. They hold a lot of the economic share with merchants and rich websites.
Our Core Division | Matt Mullenweg
There are some interesting comments on the post too.
I’ve been thinking a lot about Glow Blogs over the summer, in particular the shift to the block editor. Currently creating a new site on Glow Blogs defaults to the classic editor and a classic theme. You can optionally choose create a site with a block theme and default to the bloc editor when making a site, or switch around later.
Given the direction of WordPress is the block editor it makes sense to change to make the block editor the default. Over the past few years we have provided a fair bit of information on the block editor. Not so much on the site editor.
Our users are not typically The Bloggers or Builders Matt talks about, but teachers, other school staff and sometime pupils. They have other jobs to do1. Schools do need sturdy pages that will stand the test of time
and teachers might find the blogger approach to tagging useful. Designing presents more of a difficulty.
The approach I am thinking of at the moment would be a compromise. Advice on how to do the least amount of work to get a chronological record/blog type site or an information type/school site that start to work quickly.
For example for a chronological blog site: Twenty Twenty Five theme; edit the header to have a nice image; swap the footer for a simple one without links leading nowhere; change the heading blog; edit the Sample page to make an about page. Start blogging. Obviously a school site would be more complex.
A next steps could perhaps add some ‘widgets’, categories & tags to the footer, swap colours with the styles section of the site editor and the like.
That would certainly have been enough to get me started in class blogging. Concentrate on the content.
I’ve managed to make a small AppleScript that gets the selection from Safari & a link and posts it to RSS.chat. I already had a script that copied the selection and put it and a link on the clipboard ready to paste into a blog post. I’d also tried out posting to RSS.chat with bash from TextMate.
Putting the two together was fine until I selected anything complex. Converting that into a blockquote with a citation gave me lots of errors when I passed it to the shell. Finally I asked Claude. This brought jq into the mix. I already had that installed.
Currently I am using it on my own install of rss.chat, thinking of using it to gather interesting links for later consideration.
I run the script, and quite a few others from FastScripts. Not sure if my script be of use to anyone else but here it is.