| ▲ | Ask HN: Has anyone tried adapting a court reporter keyboard for writing code? |
| 90 points by actinium226 15 hours ago | 77 comments |
| |
|
| ▲ | valbaca 15 hours ago | parent | next [-] |
| The special phrase you want is "chord" A stenographer's keyboard is a special kind of chord keyboard for spoken English. There are other kinds of chord keyboards, but look into those. For example: - https://www.charachorder.com/ - https://github.com/davidphilipbarr/Sweep Related: https://news.ycombinator.com/item?id=30515912 |
| |
| ▲ | ewpratten 13 hours ago | parent | next [-] | | If anyone is interested in a fun chording layout, check out ASETNIOP. It’s surprisingly easy to use. | |
| ▲ | sanderjd 13 hours ago | parent | prev [-] | | Somewhat hilariously, having perused your first two links, and followed the link from Sweep to Ferris, I still find myself having no idea how any of this works. (But I know a lot about how the firmware and PCB layout is designed!). | | |
| ▲ | iepathos 10 hours ago | parent [-] | | I have a charachorder. It's similar to music theory where you can hit individual notes to make up a chord. With chording you hit multiple keys usually that are part of a larger word and it outputs the associated word. This means instead of having to hit every individual key in sequence to type out a phrase one character at a time, you hit multiple keys at once to output words at a time. In the time it takes to output a single character on a keyboard someone on a charachorder did the entire word already. The longer the word the more speed is gained from this. It takes a lot of time to learn though, like a solid month of practice just to get near speeds I have with normal keyboard. Significantly helps with hand strain from typing all day due to requiring far less hand movement. | | |
| ▲ | ano-ther 25 minutes ago | parent [-] | | Is that language specific then? I would imagine that programming languages need another vocabulary and you will also need to deal with LongVariableNames, delimiters, tabs etc. |
|
|
|
|
| ▲ | SKWR-PLS 6 hours ago | parent | prev | next [-] |
| I have been using plover for about three years now for the majority of my time spent on the computer. I don't think I type more than 50 words a month using a regular keyboard. I still use (half) a keyboard for games, and there are some programs on Windows plover does not work with. There is an embedded steno engine (javelin-steno) so you don't have to use plover, but I have not set it up yet and just stick to using plover. I write all my code using plover, but I am not a professional programmer. I use emacs most of the time. I use this dictionary for my symbols https://sammdot.ca/steno/emily-symbols.png, this one for
typing almost any shortcut combination with my left-hand https://github.com/Abkwreu/plover-left-hand-modifiers/blob/m..., as well as this http://www.openstenoproject.org/stenodict/dictionaries/cross... for moving the cursor around and selecting text. The emily-symbol dictionary is fairly popular, and most users will have some set of dictionaries for shortcuts and movement. Its worth noting you can type single letters, so if you don't know a word or don't care to learn it, you can still type the word out. You don't have to memorize every single word. |
|
| ▲ | lifeisstillgood 13 hours ago | parent | prev | next [-] |
| A while back in PyCon UK I met some of the people behind http://www.openstenoproject.org/plover/ It’s awesome just how fast and accurate they can be, and most devs were of my mindset “wow can I learn to type like that - it woukd solve this problem and that” Till we found out just how much work is needed to get good. It’s a true skill, and sadly undervalued but something that just has too little pro for the cons - in my opinion as a developer. I already type at faster than I can code, and slightly slower than I can write English. A better keyboard, or the same keyboard at different workstations and laptops, or some typing tutorials woukd help me - but full on 100wpm is not going to help me debug Kerberos failures |
| |
| ▲ | jjmarr 11 hours ago | parent | next [-] | | Steno will get you to 200+ wpm, not 100. I've been trying to learn steno on and off for 5+ years. The problem is I already have 150 WPM on qwerty and I cannot think of a message on Teams faster than I currently type. The opportunity cost is far too large to justify unless you need to transcribe someone else's speech. | | |
| ▲ | vundercind 9 hours ago | parent [-] | | I top out around 100 wpm but still rarely bother to push myself to hit my max—and pretty much never when writing code. I can’t really relate to “I need to type faster!” programmer optimizations, nor complaints about things like static typing slowing people down because it’s a few more characters (more thinking, I’d get, but some folks do seem bothered by the extra keystrokes) since input speed is nowhere near being my bottleneck when I’m writing code. I suppose there must be people out there who simply think a ton faster than me, and of course some others are much slower typists than me, and for those folks that stuff’s a bigger deal. | | |
| ▲ | rgoulter 6 hours ago | parent | next [-] | | > I can’t really relate to “I need to type faster!” programmer optimizations, nor complaints about things like static typing slowing people down because it’s a few more characters... One common loop in programming is "hypothesize, test, evaluate". If you're exploring or playing around, the quicker you can execute iterations of this, the more likely it is you'll succeed in what you're trying to do. In that case, stuff like "unused import is a compiler error" or "static typing required" slows down iteration, so gets in the way of rapid prototyping (or whatever). "Typing quicker" wouldn't benefit the 'hypothesize' nor 'evaluate' parts, sure, but it'd help you reduce the time it takes to test an idea. | | |
| ▲ | josephg 5 hours ago | parent [-] | | > stuff like "unused import is a compiler error" For things like this I’d much rather spend the time to improve “quick fix” suggestions in my development environments. The computer can fix the problem much more easily than I can learn a new keyboard layout. |
| |
| ▲ | TylerE 8 hours ago | parent | prev [-] | | I also see no need to type faster, but as I get older and have more and more RSI-type issues I'm starting to see more and more appeal into being able to type at the same speed with fewer keystrokes. Always seemed to me like they'd be terrible for programming with all the punctuation though. I also need a mouse way too much (and I have shakey hands so trackballs/nipple mice are not viable) |
|
| |
| ▲ | ChrisMarshallNY 11 hours ago | parent | prev | next [-] | | I was never trained as a touch-typist. I still have to look at the keyboard as I type, and have never become a master CLI maven. But it hasn’t prevented me from writing thousands of pages of prose, and millions of lines of code. I think it has probably also saved me from RSI. I have a friend that is a master engineer, that has to change their career, because their arms are all screwed up (multiple surgeries didn’t fix it). | |
| ▲ | noufalibrahim 7 hours ago | parent | prev [-] | | This is interesting. I haven't watched the whole talk so please ignore this if it's discussed there. The Steno keyboard looks like it takes into consideration that the language being typed is English (syllable split etc.) so if you're typing a programming language with variable names that have non english spellings, wouldn't it be a problem? |
|
|
| ▲ | uberman 12 hours ago | parent | prev | next [-] |
| In my experience, typing speed is never the issue. I've worked with truly 10x and better programmers in my life and the road block for even them is thinking not typing. |
| |
| ▲ | zozbot234 12 hours ago | parent | next [-] | | The real argument for using stenotype keyboards for coding is not typing speed, it's avoiding RSI. On a stenotype keyboard you "type" chords by pushing down with your arms, not your fingers - it's a bit like playing an organ, or a synth keyboard. You don't hear about many organists getting RSI (though some piano players do). The fingers also just move a lot less, much of the "moving" to different keys is also done with the arm muscles. I agree w/ others in this thread about the underlying challenges for using a steno keyboard for coding. You basically need to pick a custom chord for every program identifier, keyword or symbol, and somehow make those chords memorable. Perhaps a custom IDE featureset can help, leveraging the LSP or tree-sitter parsers? | |
| ▲ | LorenPechtel 10 hours ago | parent | prev | next [-] | | Speed is not all that important but being able to reliably touch type is. The translation from the mental to the screen should be done with a minimum of conscious thought as that detracts from thinking about the code. To the extent it's important at all it's a matter of removing mental load. Anything you have thought of but not yet put on the screen is load. | |
| ▲ | noufalibrahim 7 hours ago | parent | prev | next [-] | | Raw typing speed is not a blocker to being a good programmer. However, I've generally found that if someone types fast (and uses shortcuts especially in his editor), it usually a sign that he's done a lot of it and that has proven to be a decent proxy for coding experience. This is specifically for junior developers. | |
| ▲ | danielbarla 6 hours ago | parent | prev | next [-] | | This is likely true in many instances and types of problems, where you are working on novel issue, and just need to think deeply. On the other hand, I routinely encounter simpler problems where I can metaphorically "see" a page of code in my head that just needs to be flushed out of my mind's buffer, and I'm waiting for my hands to do the typing. I'm a moderately fast typer (somewhere between 70 and a 100 wpm), and it routinely is a blocker in my flow. So, your mileage may vary, and I don't fully buy the argument. If one is going to be doing many hours of this activity every day for their life, why not get good at this aspect also? | |
| ▲ | roland35 11 hours ago | parent | prev | next [-] | | Ironically writing less code is probably better! | | |
| ▲ | bb01100100 10 hours ago | parent | next [-] | | Nah, that's not ironic. What would be ironic is getting RSI after you chose to write less code in order to avoid getting RSI. | |
| ▲ | ChrisMarshallNY 11 hours ago | parent | prev [-] | | This is true. I always say that the best code I write, is the code I don’t write. |
| |
| ▲ | eviks 10 hours ago | parent | prev | next [-] | | It's not a roadblock, but it is an issue since faster typing leaves you with more time for thinking, but also has can have an important side-benefit of not breaking flow if you're not distracted for long | |
| ▲ | Swizec 12 hours ago | parent | prev [-] | | > In my experience, typing speed is never the issue. I've worked with truly 10x and better programmers in my life and the road block for even them is thinking not typing. Thinking is a lot easier when your output is seamless and reliable though. Nothing sucks more than debugging typos. The code should work, but it doesn’t. You know you did everything right, but it just won’t work. 20min later … oh wait it’s a typo. Fix was perfect just mangled between brain and keyboard. Double bad when for whatever reason you can only debug on a remote environment and every iteration takes several minutes. Learn to type fast and reliably. It’s easily one of the highest ROI things I ever did. |
|
|
| ▲ | larsiusprime 10 hours ago | parent | prev | next [-] |
| Yes: https://www.fortressofdoors.com/stenography-for-programming/... It was interesting and fun but I didn’t have enough time/patience to get really good at it. To get good requires both a lot of practice and building up a personal dictionary. Also steno itself is more adapted for transcribing speech than code, which uses symbols and special characters a lot. |
|
| ▲ | ivanjermakov 14 hours ago | parent | prev | next [-] |
| Depends on your goal. Chording technique is superior when typing words contained in the dictionary. Meaning that typing some rarely used word required typing it multiple times to "confirm". Writing code does not suite well for this, since coding with completion contains much more punctuation than plain text. Instead, check out ergonomic mechanical keyboards: low-profile, split, with columnar stagger, preferrably with 36 or less keys. Uncommon keys are behind a modifier key that acts as a normal key when pressed, but as a layer when held (called modtap). Also you can experiment with non-qwerty layouts, but IME it gives much less benefit than having a layered layout of physical keys. More info here: https://www.reddit.com/r/ErgoMechKeyboards/ |
| |
| ▲ | rgoulter 6 hours ago | parent | next [-] | | > preferrably with 36 or less keys. I think it's worth emphasising that these small keyboards bring the full functionality of the keyboard to within reach of the hands resting on home row. They aim to increase comfort by reducing hand movement, and stretching / use of the pinky fingers. This benefit comes at the cost of a (slightly) more complex keymap. The key thing isn't "less than 60 keys", it's "two or more thumb keys on each hand". Some of these ergonomic keyboards opt for more than 34-36 keys. (e.g. the Moonlander is relatively popular). | |
| ▲ | moomin 13 hours ago | parent | prev | next [-] | | Non-qwerty seems to me to be one of the biggest wastes of time we’ve come up with in search of productivity. The time spent learning it could be spent learning vi, learning Haskell, learning to shoot hoops or learning the guitar. Pretty much all of those would benefit you more. | | |
| ▲ | do_not_redeem 12 hours ago | parent [-] | | For some it's not about productivity, but about getting a few more years out of your fragile body before RSI ends your career. |
| |
| ▲ | LorenPechtel 10 hours ago | parent | prev | next [-] | | Same reason voice recognition isn't good for code. AFIAK all writing-compression methods come down to optimizing for the common--and so much of what we do is the uncommon. We need lots of keys. | |
| ▲ | op00to 14 hours ago | parent | prev [-] | | Couldn’t you just create new chords that represent the most commonly typed code components? | | |
| ▲ | fn-mote 13 hours ago | parent [-] | | Yes, but people who use an IDE will already have support for “code snippets” and completions, so you need to look for a different advantage to create. | | |
| ▲ | op00to 11 hours ago | parent [-] | | Good point - I bet completions are much quicker in practice than a chord for commonly used snippets. At least the number of chords a normal human can remember! |
|
|
|
|
| ▲ | elness 15 hours ago | parent | prev | next [-] |
| IANACR, but I would think it's not practical, in that the stenotype keyboard (the official term for the keyboard used by court reporters) is used to record the phonetic _sounds_ of what is being spoken, rather than the actual words. These phonetic codes do not resemble anything approximating the actual words they represent. Also, computer source code (whatever the language) typically contains variable names which often are (a) typically case-sensitive, and (b) abbreviated or even single characters. And even the basic syntax of the chosen language may not be easily capturable via phonetic sounds, what with open and closing parentheses, curly braces, square brackets, etc., and compound reserved words with prefixes (such as #foreach in Velocity template language). Again, IANACR, but I don't see how it could possibly work... |
| |
| ▲ | massung 14 hours ago | parent | next [-] | | I seem to remember reading once that what is typed by a stenographer is also only meaningful to them. And therefore must be transcribed into English later by the same stenographer. Can anyone here confirm that? | | |
| ▲ | robodan 11 hours ago | parent | next [-] | | What stenographers capture is phonetic. These days a computer program translates that back into written language in real time. It uses knowledge of the language to pull this off. So it's a bit like autocorrect on you phone. | |
| ▲ | hoppyhoppy2 14 hours ago | parent | prev [-] | | That used to be true but it's much more automatic now that the process involves a computer translating into English in real-time (it's no longer a stenographer translating from their notes by hand). |
| |
| ▲ | bee_rider 13 hours ago | parent | prev [-] | | I wonder how far programming-specific chorded keyboards could get. Like you usually only have a handful of variables in a function or method. I bet, at least, all the extra context provided by object oriented languages could be used to help the keyboard provide us meaningful suggestions. |
|
|
| ▲ | mcint 14 hours ago | parent | prev | next [-] |
| Mentioned by others, but I like project pages or home git repositories. https://github.com/openstenoproject/plover https://www.openstenoproject.org/plover/ An in-browser demo, https://www.openstenoproject.org/demo/ Suggested, loved extensions, https://github.com/openstenoproject/awesome-plover Chorded keyboard input methods, more generally, are worth looking into. |
|
| ▲ | mchannon 14 hours ago | parent | prev | next [-] |
| I can already type on a QWERTY keyboard way faster than I can think. That's one reason I haven't adopted a Dvorak habit. Most court reporters use software nowadays that renders their special stenotype skills obsolete. |
| |
| ▲ | AstroJetson 23 minutes ago | parent | next [-] | | > Mchannon writes: "I can already type on a QWERTY keyboard way faster than I can think." There are some days with a combo of slow thoughts and a tough problem that my brain can easily be out paced by paper and a crayon or even a quill pen. | |
| ▲ | kadoban 14 hours ago | parent | prev | next [-] | | Dvorak is much more comfortable than qwerty, in my opinion. I never actually cared about speed, it just feels better. | | |
| ▲ | scns 14 hours ago | parent | next [-] | | This. Using QUERTY immediately feels uncomfortable when i have to use it. Learned NEO2 which has layers accessed with modifier keys. Having a numpad under your hand is one of its' many advantages. | |
| ▲ | Clubber 11 hours ago | parent | prev [-] | | Dvorak keyboard's fatal flaw is when you have to type on someone else's keyboard. Standardization has its benefits, even if less than ideal. Trackballs have a similar issue. | | |
| ▲ | rgoulter 6 hours ago | parent [-] | | To an extent, Vim and Emacs have a similar issue, especially if you spend time customising these. Often, the benefits from using an improved tool outweigh the costs of it being non-standard. |
|
| |
| ▲ | mmooss 8 hours ago | parent | prev | next [-] | | > Most court reporters use software nowadays that renders their special stenotype skills obsolete. What software? It would need text-to-speech of the same accuracy; for that to be possible (how accurate is that?) I think everyone would have to be properly mic'd. Also, TTS errors would need to be detectable somehow by the stenographer, or transcripts could go dreadfully wrong. | |
| ▲ | pixelmonk 14 hours ago | parent | prev | next [-] | | It's more about comfort than speed. | |
| ▲ | worthless-trash 13 hours ago | parent | prev [-] | | Can you give some names/information on the software that is used ? |
|
|
| ▲ | eigenblake 14 hours ago | parent | prev | next [-] |
| Absolutely yes, but not me personally. The keywords to search for are Plover, Stenotype https://youtu.be/jRFKZGWrmrM |
|
| ▲ | skibz 7 hours ago | parent | prev | next [-] |
| I don't think I have the skill to learn a stenographer's keyboard, but I would love to have a small chorded keyboard just for macros. I always liked the look of Doug Engelbart's one in the Mother of All Demos. It's very basic, but I'd be quite satisfied with something like that today. He demonstrates it at about 1:40: https://www.youtube.com/watch?v=B6rKUf9DWRI |
|
| ▲ | jytou 5 hours ago | parent | prev | next [-] |
| I’m a computer engineer - a lot of programming, but also a writer so a lot of writing, and we also generally do a lot of writing in our daily lives - emails, chats, prompting… :D I am generally split between English and French writing mostly. I use a combination of Dygma Defy with its awesome thumb cluster, along with macros for frequent series of letters (think “tion” and such) as well as chords using https://github.com/rvaiya/keyd/ . And I use the Optimot layout because I’m French, for English speakers, Dvorak is probably enough, but Colemak and many other alternatives offer various advantages depending on your usage. As many have hinted here, it’s absolutely not only about speed. It’s about comfort, both physical and psychological. Using the thumb is a great way to avoid moving the hands too much because now your pinkies don't have to reach keys on the side which generally causes a slight extension of the hand. After a year of using the Defy, I don't have any form of strain building up in the thumbs, even though I use them quite a lot - but still a lot less than other fingers. Macros for short series of letters are very powerful in my opinion: it doesn't necessarily goes faster as it breaks the flow of typing, but you have a lot less keys to press which also minimizes errors. The same goes with chords using keyd (I know it’s originally not exactly designed for that usage, but it still works great at least for me) - less keys, less coordination. Finally, the choice of keyboard layout is critical. Originally I’ve switched from the French Azerty to Bépo because I notices how much my wrists were moving when I was typing in French with Azerty compared to English in Dvorak. There was a huge difference and I could feel it in my bones after long sessions of typing. So yes, choose your layout wisely. As a last note, typing speed does matter. But it’s not about typing at the 0.001% fastest percentile. Typing speed will not make you really faster, but you just don't want it to slow you down too much. Typically, you don't want to be in the position where your thoughts go so fast that you feel the frustration of not being able to type fast enough and losing some of your thoughts in the process. Besides, for coding it’s much more about having the right tools at your disposal: powerful auto-complete and suggestions, easy refactoring processes, keyboard shortcuts to do everything you need, easy access to symbols on your keyboard/layout, etc. Typing speed is rarely an issue while programming compared to when writing plain text. |
|
| ▲ | Froedlich 10 hours ago | parent | prev | next [-] |
| Charles Moore, creator of the FORTH programming language, also created a one-hand "puck" keyboard that worked by chording. Supposedly, he used it to write programs in FORTH while driving to work. As far as the story goes, he programmed input-only, having no visual or audible way to review what he wrote. "...and back in the day, we had to chip the edges of zeroes to make ones..." |
|
| ▲ | rgoulter 6 hours ago | parent | prev | next [-] |
| The best value-for-effort upgrade to keyboards for coders would be to get a keyboard where each thumb can use two-three keys each (rather than just being able to use a single giant spacebar). Stenography looks like 'high effort, high reward'. Whereas, bringing keys like backspace, enter, esc, tab to within easy reach of the hands on home row is going to be a big increase in comfort (and I'd be surprised if it was slower). |
| |
| ▲ | proaralyst 6 hours ago | parent [-] | | I've used my Kinesis Advantage 2 for years and am inseparable. I'd like to swap to the Kinesis 360 but my current keyboard is just fine and it feels like a small upgrade |
|
|
| ▲ | _jsdp 7 hours ago | parent | prev | next [-] |
| If someone's really interested in doing this, I think the Moonlander (https://www.zsa.io/moonlander) keyboard has a stenography mode
It always looks so fascinating to see someone type at like 350 WPM but that's not me. |
|
| ▲ | egypturnash 14 hours ago | parent | prev | next [-] |
| A lot of the people customizing layouts for the Twiddler chording keyboard (https://www.tekgear.com/keyboards.html) are programmers, and are building custom layouts that reflect this. |
|
| ▲ | SnooSux 14 hours ago | parent | prev | next [-] |
| This guy on YouTube talks about his experience using a steno keyboard and Plover for writing code. https://youtube.com/@aericksteno |
| |
|
| ▲ | habitue 7 hours ago | parent | prev | next [-] |
| Preordered https://forgekeyboard.com/ We'll see if I can actually use it! |
| |
|
| ▲ | shrubble 12 hours ago | parent | prev | next [-] |
| I have one that I bought, it is mechanical and has a 3 or 4 inch wide paper tape, but, it ALSO has a 9 pin serial port and can be driven by Plover (mentioned elsewhere on this thread) I believe. Haven't yet wired it up yet as it is in storage. |
|
| ▲ | tdeck 14 hours ago | parent | prev | next [-] |
| Here is a great video on how the stenotype keyboard works and how words and sentences are represented: https://m.youtube.com/watch?v=OPZW8prlEYE It's not a general purpose character entry method, but it's very interesting. |
|
| ▲ | bear8642 12 hours ago | parent | prev | next [-] |
| Feel it would be interesting trying a chording keyboard with a glyph based language - thinking APL, BQN and the like… There you could match the chords to glyphs rather than require the auto complete functionality others have suggested. |
|
| ▲ | b5n 12 hours ago | parent | prev | next [-] |
| You might consider using a templating system similar to `yasnippet` to expand abbreviations. https://github.com/joaotavora/yasnippet |
|
| ▲ | lol768 12 hours ago | parent | prev | next [-] |
| I wish Plover supported Wayland.. it looks like a lot of work from lots of different people went into different workarounds but nothing that managed to end up in a mergeable state as yet |
| |
| ▲ | zozbot234 4 hours ago | parent [-] | | Doesn't Wayland support custom input methods? How are you expected to type CJK text? Presumably, a steno typing program can rely on these same facilities. |
|
|
| ▲ | casey2 14 hours ago | parent | prev | next [-] |
| The ideal amount of code you should write to solve a problem is none, but I'm sure it's been tried to antisocial results. |
| |
| ▲ | krapp 14 hours ago | parent [-] | | Yes, I doubt the people paying you to write code will find that argument very convincing... | | |
|
|
| ▲ | fuzztester 13 hours ago | parent | prev | next [-] |
| Not me. I gave it a trial, but couldn't do justice to it. The key jurors got bored of the case. So I couldn't write a sentence. |
| |
| ▲ | fuzztester 13 hours ago | parent [-] | | Downvoted for a good pun! The HNHEF (HN Humor Eradication Force), like the oft-mentioned-on-HN RESF (Rust Evangelism Strike Force), strikes again! Foo(l)ray! | | |
| ▲ | do_not_redeem 12 hours ago | parent [-] | | Humor on HN is generally accepted if it's clever or makes you think in some way. But "haha some words have multiple meanings!" doesn't quite meet that bar. | | |
| ▲ | fuzztester 11 hours ago | parent [-] | | >Humor on HN is generally accepted if it's clever or makes you think in some way. generally, eh? faa--aa--aa--aa--ukk. I don't know whether to laugh or cry at the ridiculousness of that statement. overall, to laugh, I think, makes more sense. because, according to you, majority wins? see https://simple.m.wikipedia.org/wiki/Majority_rule and the downsides mentioned there. that means minorities should not have any voice? their voices should be suppressed by downvoting or criticizing them for not toeing the "generally" (sheesh!) accepted line? then how is this different from any other form of discrimination, such as racism, sexism or ageism? can we call it old-boys-club-ism? you miserably fail to convince, right at your first sentence above, bro. but that's par for the course for the many HNers of the hive mind / echo chamber kind, who think that everyone else needs to think like them, or else they are considered the wrong type of people, and try to brain wash them into thinking differently from what they already do, as you just tried to do above, or by knee-jerk reflex action, downvote them. I have seen that pattern often on this site. and it's not just me, others have commented about it too. because, you know, generally, it is considered that people should be tolerant of others' opinions, unless they are dangerous or something like that. and how is making a few innocuous puns, even if they are not "clever", dangerous? I bet you don't agree with that statement. but, and this is my key point, by the way, did you see what I did there with my use of the word generally? I used it in the same discriminatory way as you did. still editing, to make any wording changes and check for typos. |
|
|
|
|
| ▲ | rhelz 14 hours ago | parent | prev | next [-] |
| For programming, querty-typing speed is not really a bottleneck for me. I already don't think as fast as I type. I would like to be able to take notes as fast as people are talking, though, and for that you do need a chording keyboard. |
| |
| ▲ | kazinator 14 hours ago | parent [-] | | I don't think that's true. You've probably had moments when you had the entire design of a program in your head, and it required typing out hundreds of lines, or even thousands, all of them mostly conforming to the original idea. Sometimes, and more so in certain languages and the way they are used, massive amounts of boiler plate are required. Programmers use copy and paste techniques to do this, which are basically devices for massively amplifying typing speed and accuracy. When you copy 50 lines, and then change five places in the copy, that's faster than typing them from scratch. The editing commands are a kind of shorthand, which gets expanded in the editing buffer. |
|
|
| ▲ | Clubber 11 hours ago | parent | prev | next [-] |
| From what I understand, stenography adopts a keyboard to a language allowing a person to type multiple keys at the same time to write a "code" that can be translated to English. Programming languages don't have such constraints because the language can be fluid to adopt to the keyboard. A good example is C compared to the much less terse Delphi. |
|
| ▲ | gf3 15 hours ago | parent | prev [-] |
| This doesn’t really answer your question but I was on Jury Duty recently and was disappointed to learn that the stenographer was using a normal QWERTY keyboard and boring Dell computer. It seems that they used special software however that was connected to an audio feed with some recall ability. That being said there is some [support for stenography in the QMK programmable keyboard firmware](https://docs.qmk.fm/features/stenography). I’m not sure how widespread its use is. |