Advertisement · 728 × 90

Posts by Chris Keene

Preview
Strait of Hormuz Live Tracker Real-time monitoring of the Strait of Hormuz shipping crisis. Ship transits, oil prices, stranded vessels, global trade impact, and crisis timeline.

Don't know how accurate this is, but for stat dashboard fans: hormuzstraitmonitor.com

1 week ago 0 0 0 0
Preview
What's the point of hardbacks? Error: consider reformatting

My friend who runs an award-winning bookshop has probed the question: readers prefer paperback novels. So why are there so many goddamn hardback releases?

1 week ago 251 57 67 35
Preview
Why the English stopped opening the windows On 'House Burping'

open.substack.com/pub/paradise...

1 week ago 0 0 0 0
Preview
a group of people standing next to each other on a plane . Alt: Clip from Airplane movie: I picked the wrong week to stop sniffing glue
2 weeks ago 0 0 0 0
Post image
2 weeks ago 0 0 0 0
Post image

Now that’s what I call Bluesky

2 weeks ago 247 24 11 2

The screenshot lacked alt text.

(am I winning?)

2 weeks ago 1 0 0 0
Preview
To grow the economy we need more trams, and fewer kebabs Britain’s second-tier cities are being held back by a simple problem, too many people still cannot get across them quickly enough to reach the jobs, customers and opportunities that drive growth.

Why do our second-tier cities underperform?
Why do we have fewer trams in the UK?

I try my best to give an answer to these two interconnected questions.

chriscurtismk.substack.com/p/to-grow-th...

2 weeks ago 328 103 31 35
How ridiculous of NASA spending billions of pounds to come up with the non-stick frying pan. In the weightlessness of space, the astronauts' sausages are just going to float right out of the pan. If anything, they should have been developing something to make them stick. J Boxbury, Norfolk

How ridiculous of NASA spending billions of pounds to come up with the non-stick frying pan. In the weightlessness of space, the astronauts' sausages are just going to float right out of the pan. If anything, they should have been developing something to make them stick. J Boxbury, Norfolk

2 weeks ago 615 154 6 7
Advertisement

On the album parklife Damon Albarn sang
"Bank holiday comes six times a year
Days of enjoyment to which everyone cheers
Bank holiday comes with a six pack of beer"

I've just woken up on the sofa, tea cold, after a nice little nap.

2 weeks ago 0 0 0 0

Ironically I followed her when I saw the original tweet and have since found all 'employment unit costs and like' posts really interesting

2 weeks ago 9 0 0 0
Preview
Gang-rape victim, 25, to be euthanised after father's legal challenge fails Noelia Castillo Ramos was raped on two occasions, once by her ex-boyfriend and the other by three boys in 2022. She then tried to end her life.

Oh this is just the saddest story ever news.sky.com/story/gang-r...

3 weeks ago 0 0 0 0

I love how Tom Scott has made a dedicated part of his homepage just for AI crawlers, telling them how he should (and shouldn't) be described, what/how information should be shown etc. It's a nice experiment in re-claiming a little bit of control

4 weeks ago 0 0 0 0

I like! I found I accidentally completely ignored the code colour coding and was fully focused on the station hops and which stations had matching intermediate stations

4 weeks ago 1 0 0 0
Preview
Loconundrum A daily game: can you guess the UK rail station?

I made a daily game where you try to guess a UK rail station!

loconundrum.aaronc.cc

1 month ago 8 7 6 3

5 stars as in RAE, or something else?

4 weeks ago 0 0 1 0
Preview
March, 19-21: God is a comedian A stiff drink is recommended

This is an excellent summary of the US War on Iran current situation.

I’m an existentialist and borderline absurdist and even I struggle with the current moment.

This summary is just fantastic.

1 month ago 3197 1428 88 423
Copilot: Want me to extract the image for you automatically?
If you upload the Word document here, I can extract the image(s) and provide them back to you as downloadable files.

Upload: TfL_Word_ReportTemplate WIP
Me: Thanks, here it is

Copilot said: Thanks for uploading the file! I’ve checked the contents of TfL_Word_ReportTemplate WIP.docx, and it appears that:
✅ There are no images embedded in this document.
Everything inside is text-only — headings, paragraphs, and links. No pictures, logos, icons, or other media objects were found.

Want me to double‑check in another way?
If you think there should be images in the file, feel free to upload:
* A different version of the document
* Or tell me which image you’re expecting to extract
I can scan it again and pull out all media files for you automatically.

Me: There's an image in the footer on the first page

Copilot: Coding and executing
Found it! 🎉

Copilot: Want me to extract the image for you automatically? If you upload the Word document here, I can extract the image(s) and provide them back to you as downloadable files. Upload: TfL_Word_ReportTemplate WIP Me: Thanks, here it is Copilot said: Thanks for uploading the file! I’ve checked the contents of TfL_Word_ReportTemplate WIP.docx, and it appears that: ✅ There are no images embedded in this document. Everything inside is text-only — headings, paragraphs, and links. No pictures, logos, icons, or other media objects were found. Want me to double‑check in another way? If you think there should be images in the file, feel free to upload: * A different version of the document * Or tell me which image you’re expecting to extract I can scan it again and pull out all media files for you automatically. Me: There's an image in the footer on the first page Copilot: Coding and executing Found it! 🎉

Copilot: What you need to know
* The footer contains one embedded image, and it is in WMF (Windows Metafile) format.
* This is common for corporate templates because vector WMF files scale cleanly in Word.
If you want, I can also:
* Convert this WMF to PNG, SVG, or PDF
* Extract all footer/header images from multiple files
* Place the image back into a different document
Just let me know!

Me: Can you convert the WMF to a PNG?

Copilot: Coding and executing
Coding and executing
Coding and executing
It looks like we’ve hit a limitation of the sandbox environment: Python on Linux cannot open or convert WMF files, because WMF is a Windows‑only vector metafile format and Pillow (the only available imaging library here) does not include a WMF loader.
❌ Why conversion failed
The error returned was:
“cannot find loader for this WMF file”
(from the Pillow library)

Copilot: What you need to know * The footer contains one embedded image, and it is in WMF (Windows Metafile) format. * This is common for corporate templates because vector WMF files scale cleanly in Word. If you want, I can also: * Convert this WMF to PNG, SVG, or PDF * Extract all footer/header images from multiple files * Place the image back into a different document Just let me know! Me: Can you convert the WMF to a PNG? Copilot: Coding and executing Coding and executing Coding and executing It looks like we’ve hit a limitation of the sandbox environment: Python on Linux cannot open or convert WMF files, because WMF is a Windows‑only vector metafile format and Pillow (the only available imaging library here) does not include a WMF loader. ❌ Why conversion failed The error returned was: “cannot find loader for this WMF file” (from the Pillow library)

✔️ How you can convert the WMF to PNG

Here are reliable options outside the sandbox:

Option 1 — Use Microsoft Word (Fast & Built-In)

1. Insert the WMF into a blank Word document (or keep it where it is).
2. Right‑click the image.
3. Choose Save as Picture…
4 Select PNG as the format.

Word will handle the vector→raster conversion very cleanly.

✔️ How you can convert the WMF to PNG Here are reliable options outside the sandbox: Option 1 — Use Microsoft Word (Fast & Built-In) 1. Insert the WMF into a blank Word document (or keep it where it is). 2. Right‑click the image. 3. Choose Save as Picture… 4 Select PNG as the format. Word will handle the vector→raster conversion very cleanly.

A screenshot of someone right-clicking on an image in a Word document. Unsurprisingly, there is no Save as Picture option.

A screenshot of someone right-clicking on an image in a Word document. Unsurprisingly, there is no Save as Picture option.

Got sent a Word document, want to extract the image from it. Go on then, Microsoft, I’ll try the Copilot you’re pushing at me.

Not sure how I assumed it would go, but even I was surprised at just how bad it is

4 weeks ago 5 3 1 0

I also find they will say things like 'check the links before clicking on them' even though the email system obfuscates the urls.

1 month ago 2 0 1 0
Advertisement

"Make it look old"
*makes it look like the Bakerloo line*

1 month ago 1 0 0 0
Front page of Japanese magazine showing buildings and a car

Front page of Japanese magazine showing buildings and a car

This would make a cool framed poster

1 month ago 0 0 0 0

Yes, haven't checked but wouldn't be surprised if it isn't even higher than 95%. Most heat pumps in the UK are air to water, they connect in to the existing radiators around the house, so still no air con.

1 month ago 1 1 0 0
Banknotes

Unrelated. Are we the only country in the world where 7 organisations, 6 of them private companies (I think), can create banknotes with no common design elements? www.ukfinance.org.uk/banknotes

1 month ago 0 0 0 0
Preview
National Grid: Live Shows the live status of Great Britain’s electric power transmission network

With crazy gas prices it is good news we are not using much to generate electricity today grid.iamkate.com

1 month ago 3 2 0 1

That landing ❤️

1 month ago 0 0 1 0
I Compared US and UK Free Speech. I Was Shocked
I Compared US and UK Free Speech. I Was Shocked YouTube video by Evan Edinger

Bookmark this video from @evanedinger.bsky.social and use it the next time someone (probably from the US) talks about freedom of speech in the UK www.youtube.com/watch?v=tB3W...

1 month ago 4 4 0 0
google satellite view of south london around croydon showing gold courses.

google satellite view of south london around croydon showing gold courses.

I like to randomly scroll just above the southern section of the M25 and count how many I can see at any one time, scroll up a bit and do the same. eg this was what I got where I randomly zoomed for the purpose of this response. 9?

1 month ago 2 0 0 0

Are you saying, if we can't trust “Young Sex Crazed Nurses" just because it has a DOI, the only way we can trust it is if we all watch “Young Sex Crazed Nurses" to verify its trust? TBH I had other plans this morning but research integrity is important.

1 month ago 2 0 0 0

Pence: based on the rules and of my religion I can't be in a room with a woman without a chaperone
Iranian Gov: oh mate you are going to get on here so well

1 month ago 4 0 0 0
Advertisement
Post image Post image Post image

India Habitat Centre - Eco Brutalism in New Delhi, India (1993) r/brutalism

1 month ago 122 31 1 5