10C will be migrated from EC2 to Japanese soil in the next 10 days.
@matigo It's already in play:
// @larand
@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=cmswrcpapi_Ov9hybXCQFB3X
I picked it up on recommendation of The Wirecutter IIRC.
// @larand
@matigo 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.
// @jws
@jws Repros in Cappuccino too. This URL doesn't show the post it's supposed to center on: https://10centuries.org/post/88128
// @matigo
@indigo 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 @hazardwarning @larand @jws @kdfrawg
@larand I wonder if AutoHotkey has a "record and replay" workflow?
// @skematica @hazardwarning @indigo @kdfrawg
@indigo 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 @hazardwarning @larand @kdfrawg
@matigo Weird - pulling thread for 88039, nothing later than 88031 is showing up. Including not the post I was trying to pull the thread for.
@matigo More like 2-5. Slack (or similar system with reliable scrollback) has spared my inbox so much noise.
// @jws