My sister finds blinking cursors to be terribly annoying, and has asked me to fix her macos Sierra machine so that the text insertion cursor doesn't blink.
Now, for applications using the standard Cocoa parts, this is as simple as
defaults write -g NSTextInsertionPointBlinkPeriodOff -float 0...