The only portrait that appeared OOF to me was that of Susan Hurley. The rest look fine. Was there another one in particular you thought was OOF?
The artist does appear to use a large aperture (or some other technique) to control depth of field. So there are portraits where the background is blurred, or in some, even parts of the subject (hands vs face). But, overall, they're mostly all in focus.
I see what the poster means. Parts of each face/head are out of focus. I dunno shit about photography so don’t know the term for what’s going on, but it looks like the camera was set so only about an inch-deep section of the shot would be in focus.
The resulting image looks more intimate. If the photograph was 10 feet away and zoomed in, the face might have the same scale but the entire face would be in focus. The actual image was shot much closer with a shallow depth of field, which even without thinking about it is perceived as the viewer being very close to the subject.
It is amazing how little of our field of view is in focus. Hold up your hand at arms length and look at your thumbnail so it is in focus. Notice that the part of the thumb immediately below the thumbnail is out of focus unless you move your eyes to look at it.
But, often times I have jumped around many times, or only scrolled. It doesn't work in these situations. Whereas `undo` `redo` reliably brings me back to the place of last input.
What ever works for you. To return to scroll position I click up then down or left then right.
You can use `ctr + -` to also jump between documents. So if you’ve jumped to a function definition in another document the back shortcut can take you there.
# 1. Put markdown on clipboard
# 2. Convert to hex
out=$(pbpaste | pandoc -f markdown -t html -s | hexdump -ve '1/1 "%.2x"')
# 3. Convert to an applescript data class
osascript -e "set the clipboard to «data HTML${out}»"
# 4. Paste rich HTML
You can use something like Alfred or Keyboard Maestro to trigger that script with a keyboard shortcut.
As a programmer, having native markdown support in the app is something I wish for almost every day (especially for code blocks). It's something I plan to add.