Monday, August 27, 2018

Skell: Drill any word using real sentences

Just a quick one today from niten on the Plover Discord's useful links channel:



Skell, which allows you to enter a word and get a ton of English sentences containing that word. I remember back when I was training for NCRA certification tests I always used to choke on the word "brochure". This would have come in pretty handy! If you want something a little more targeted than Steno Jig's most-common-word sentence drills, give it a try.

Monday, August 20, 2018

Steno Specs in the QMK Docs

Both my dad and my eldest brother are electronic engineers, and my dad taught me to solder when I was a kid, but I haven't tried my hand at it in decades, and these days I'm too intimidated (plus I live in a tiny apartment with a rampaging toddler) to ever seriously consider wiring my own keyboard. Still, it's an appealing thought, and I really enjoy watching the intersection of DIY keyboard makers with steno learners. So I was delighted when Ted posted a link to the QMK docs on the Plover Google Group recently, and they turned out to be far more detailed and helpful than I'd imagined. I knew people had been using QMK, the popular open source firmware used on the majority of user-assembled keyboards, for various steno projects, but I didn't realize that the steno chapter in the official QMK docs were so exhaustive. I guess it's always just a delight to see Open Steno out in the wider world, and I wonder how many people who'd never heard of steno before find themselves idly flipping through the QMK docs and suddenly fall into an unexpected steno adventure. If you're one of them, please do get in touch!

Monday, August 13, 2018

Script Sending with Plover and Vim

I had a big screen gig tonight, and while I'd gotten a script in advance, I knew there would be a lot of ad libbing, so I planned to write it all on my steno machine, with the script displayed on my non-steno-connected second laptop for reference. The only exception was a song in Spanish, which I knew I couldn't fingerspell fast enough; I'd have to send it out line by line from the script. Here's how I did it using Vim:

My computer was in "extend" mode, so captions were displayed on the big screen in one gvim window and the script was on my laptop's monitor in another gvim window.

On the sending computer, I mapped F to ^v$"+y

On the receiving computer, I mapped S to <Esc>A<Enter><Enter><Esc>"+gP<Esc>

I could have made a steno stroke to automatically tab between windows, advance down a line, copy the line to my clipboard, tab back, and paste in, but I was worried about latency/syncing issues and preferred manual control so that I could more easily match the rhythm of the song. There were a few repeated lines and callbacks as well, so I didn't necessarily want to auto-advance each time.

When I heard them start to sing a line, I pressed TP*P on my steno machine to copy the line under the cursor, then TABT to quickly alt-tab to the big screen gvim window, S*P to paste the line in, TABT to alt-tab back, STPH-G to go to the next line, F to grab it again, and repeated the cycle until the song was over.
It worked quite well! I've done this sort of thing before using the qwerty keyboard, but I believe this was the first time I did a long section of scripting without taking my hands off the steno machine. Perhaps this trick is of limited utility if you're not a realtime captioner, but on the off chance that someone might find it useful, I thought I'd post it here.

Monday, August 6, 2018

A Double Feature from Di


Not only has Di updated Typey Type again:
You can learn briefs shown as steno diagrams or as text
Practice writing multi-syllable words with doubled consonant letters
Use a wider layout so you can see what's coming up
A new "Exact spacing" setting to match spaces precisely—ideal for coding as well as prefix and suffix lessons
Accuracy scoring now counts hinted words separately
The "Ignore spaces" settings now considers " the", "the ", and "the" to be the same when reviewing words you've seen and deciding what material to show, making sure you don't see words more than you have to

but she also wrote a fantastic blog post on building a steno-flavored Planck, as someone who hadn't done much hardware work before.

Brilliant stuff as always.