10C will be migrated from EC2 to Japanese soil in the next 10 days.

@skematica I have and like this one:

OMOTON Kindle Paperwhite Case Cover -- The Thinnest and Lightest PU Leather Smart Cover for All-New Kindle Paperwhite (Fits All versions: 2012, 2013, 2014 and 2015 All-new 300 PPI Versions), Black https://www.amazon.com/dp/B00EYW9DSU/ref=cm_sw_r_cp_api_Ov9hybXCQFB3X

I picked it up on recommendation of The Wirecutter IIRC.

//

I'm not trying to hurry you up. :) I figured a clickable example wouldn't hurt, so I tacked it on. Enjoy the weekend! A wee bug can wait.

//

Repros in Cappuccino too. This URL doesn't show the post it's supposed to center on: https://10centuries.org/post/88128

//

Open the Script Editor, then I think File > Open Scripting Dictionary… and pick an app. Gives nouns and verbs it understands. There's a core vocabulary that most anything gets, around manipulating the app lifecycle and windows, but some can do a lot more. You can also record a script, though how well it works varies.

Another system with a better list of all the things available is Automator. You snap blocks together in a pipeline to make stuff happen. It's a more visual Script Editor. You can save the script as a runnable file, or add it to the Services menu systemwide.

// @skematica @kdfrawg

I wonder if AutoHotkey has a "record and replay" workflow?

// @skematica @kdfrawg

AppleScript should be roughly:

tell app "Whatever" to quit

If it needs to run as a shell script, then I think it's osascript -e 'tell app "Whatever" to quit'.

// @skematica @kdfrawg

Weird - pulling thread for 88039, nothing later than 88031 is showing up. Including not the post I was trying to pull the thread for.

More like 2-5. Slack (or similar system with reliable scrollback) has spared my inbox so much noise.

//