"Cursorless: A spoken language for editing code" by Pokey Rule (Strange Loop 2023)

  Рет қаралды 55,390

Strange Loop Conference

Strange Loop Conference

Күн бұрын

Пікірлер: 85
@samwight
@samwight Жыл бұрын
Cursorless literally saved my job. When I was hit by a car and broke my wrist, I couldn't use one of my hands for months for typing. I was able to buy a cheap mic, install and learn Talon, and then be just about as productive as I was before. The Talon community, and cursorless especially, has such a special place in my heart because of that. They made it possible for me to turn a very tumultuous time into one that I was easily able to adapt to.
@NithinJune
@NithinJune Жыл бұрын
wow !
@chromosundrift
@chromosundrift Жыл бұрын
Fantastic! So happy for you that such a scary and horrifying experience had a silver lining! Quick note, while cheap mics are pretty good these days, it's worth noting that a _good mic_ (hopefully a mid price) can make voice control much more reliable, especially if it's positioned near and pointed at your mouth. Mic position can be an art but it can make all the difference and many people don't seem to realise. Note too that multiple mics can be better still. Finally, if you change your mic or have multiple setups, you may need to tune things for each. Doing this can be worth the effort.
@redbrick808
@redbrick808 Жыл бұрын
The visual aids on this presentation are so well done and helped me grasp the concepts much quicker. Fantastic presentation, this really held my attention!
@brollin_
@brollin_ Жыл бұрын
Cursorless was a life changing find for me as well. After I lost the use of my hands, I found Talon which made it possible for me to use a computer again, which was big. Cursorless was a HUGE benefit on top of that, that actually made it fun to program again. 1+ years later of using it and it still feels like magic when you string a novel command together on the fly. :D
@TiredOcean
@TiredOcean Жыл бұрын
The part about point-free/tacit programming paradigms being a great fit for interactive use, and drawing the comparison between bash and jq pipelines to Cursorless was a great "aha" moment. It made me realise that maintainability of a programming language is not an unalloyed good, since it very often puts pressure on other aspects of the language that impacts its interactive use - which is a separate, but just as valid use case! (One of the things I like most about doing computer work in general is when you've got a problem you're trying to figure out, and are in the fun phase of interactive experimentation. However, when you have found a potential solution/process, you've got to codify it for future use/automation, and there's almost a feeling of starting from scratch as you have to consider maintainability. I wish that transition was simpler but I have no idea what that would look like.)
@JasonStillwell
@JasonStillwell Жыл бұрын
This is vi for your throat.
@danser_theplayer01
@danser_theplayer01 Жыл бұрын
Bro presented literal computer incantations. 10/10
@Waitwhat469
@Waitwhat469 Жыл бұрын
100% agree, accessibility work helps more people than just those that absolutely need it. Another great modern example, look at subtitles! Tons of non-hearing impaired people have them on by default, because there are moments in which that little bit of extra information helps!
@randywest984
@randywest984 5 ай бұрын
You have created an incredible product. My question is can you think of a way a blind user could interact with your product without the ID marks and therefore without access to the vocabulary to distinguish what tokens are the target
@kenneth_romero
@kenneth_romero 10 ай бұрын
one of the coolest talks and tech out there.
@mattkriese7170
@mattkriese7170 Жыл бұрын
This is incredible. I have been using talon on and off, and though I was amazed with the speed at which some users could utilize the software... I found that it was hard on my voice and in turn I would get voice strain during long sessions. this really does seem to be a more efficient way, and it excites me that there are so many languages supported. Thanks for your work, and for sharing your talent and knowledge. Very cool.
@robertsmme
@robertsmme Жыл бұрын
Really interesting. I liked the sign off comment about using restrictions others experience to be an lever to innovation for them and the great good.
@garthgoldwater5256
@garthgoldwater5256 Жыл бұрын
this is incredible. super inspiring! great take on pointfree and interactive programming
@murtaza6464
@murtaza6464 Жыл бұрын
This is super awesome, and happened to show up in my feed the same week I've been working on a tree sitter parser of my own. Love seeing innovation in HCI especially in niche areas. Excellent presentation style as well
@hysenndregjoni853
@hysenndregjoni853 Жыл бұрын
Spoken VIM, nice
@jimhrelb2135
@jimhrelb2135 Жыл бұрын
One step for a more coordinated pair programming session. Call it a tool issue if you will, but as a vimmer, I like this a lot :)
@falkland_pinguin
@falkland_pinguin Жыл бұрын
Unnecessary remark: At 12:58, Pokey was probably referring to the NATO "phonetic" alphabet, also known as International Radiotelephony Spelling Alphabet according to Wikipedia. The International Phonetic Alphabet is /ðɪs/.
@isaactfa
@isaactfa Жыл бұрын
Great presentation! Apart from the specific design of, say, the vocabulary, is Cursorless inherently voice-oriented? I don't really have the desire to talk while coding, but this rigorous point-free mark->target->modifier(scope)->action pipeline approach is really compelling as a vim user.
@emma70707
@emma70707 Жыл бұрын
I've heard Pokey mention in the Slack a keyboard-based version they're testing out. I'm not sure what the priority level on that is though.
@SynchronizedRandomness
@SynchronizedRandomness Жыл бұрын
The Kakaoune editing model is also very similar to this, if you’re interested. It’s also been ported via packages to some other editors (eg Emacs).
@capability-snob
@capability-snob Жыл бұрын
Wow, I need to add this to my system shell, and would be nice to have it in emacs too. Lovely.
@PokeyRuleJams
@PokeyRuleJams Жыл бұрын
💯 stay tuned on both of those
@marksmod
@marksmod Жыл бұрын
This is crazy interesting. Most interesting language I've learnt about in years, its like completely different
@theNoriLi
@theNoriLi Жыл бұрын
What a fantastic tool for accessibly programming =] disability and work-related injury make keyboard usage challenging for so many.
@schubertludwig
@schubertludwig Жыл бұрын
Super nice! But isn’t the backwards word order an actual usability issue? If you spoke them beginning with a mark, then modifiers, then actions then you could have on screen feedback for your selection as you’re speaking. Same problem that vim had, no?
@PokeyRuleJams
@PokeyRuleJams Жыл бұрын
Great question! Flipping the order is something I’m quite curious about, and would actually be trivial to do; ~3 lines of code. I’ve got an open offer to help anyone set that up who’s interested That being said, due to the way the Talon engine parses phrases today, you wouldn’t get live feedback. We don’t know what you’ve said until you’ve completed an entire phrase, so we couldn’t highlight the intermediate targets If you paused after the mark, then in theory we could show you that target, but it’s actually ambiguous, because if you just say a letter in talon, it will type the letter But I really don’t want to discourage anybody from trying the reverse word order, because I’m quite curious how it would work Fwiw the experimental Cursorless keyboard interface does actually go in reverse order of the spoken grammar, and we do highlight the intermediate targets as you type
@julianferrone9620
@julianferrone9620 Жыл бұрын
​@@PokeyRuleJams the whole word order vs. reverse order thing reminds me of Haskell's $ vs & operators-i.e. for functions f, g, h you can compose a pipeline as either "f $ g $ h" (apply f to the result of applying g to the result of applying h to the argument) or you can run it as "h & g & f" (apply h then apply g then apply f) Live view would be super cool, I'll have to check out that experimental interface
@schubertludwig
@schubertludwig Жыл бұрын
@PokeyRuleJams thanks for the in-depth answer! Once I setup Cursorless and saw it involved Talon I realized the speech recognition wasn’t real time, so probably not immediately a big priority. Also, watching you use the system as an expert in your live coding videos made me think that most targeting doesn’t seem as complicated as I had imagined. What a fun and productive lens through which to look at editing! I didn’t realize how much of my coding tasks were “bring” actions. ;) I will try the keyboard interface soon… also so many ideas involving LLMs for natural language editing commands… what a rabbit hole of ideas you’ve open ended up for me! \o/
@AnthonyBullard
@AnthonyBullard Жыл бұрын
You could take the approach Helix did to vim commands and invert the order and highlight the target range as you speak it, and then when the action is spoken you’ll know what you acted on.
@PokeyRuleJams
@PokeyRuleJams Жыл бұрын
@@AnthonyBullard yeah that would be cool; see my answer at the top of the thread for some of the practical difficulties there, though
@yash1152
@yash1152 Жыл бұрын
26:45 tree sitter localizes those errors (i.e. rest doc is still valid) 26:59 treesitter's parse tree output: dialect of scheme (lisp)
@philltopia
@philltopia Жыл бұрын
Definitely not a point free talk! excellent stuff
@alurma
@alurma Жыл бұрын
Amazing
@RockieYang
@RockieYang Жыл бұрын
Thanks for great talk, super inspiring
@yash1152
@yash1152 Жыл бұрын
3:33 no matter how small the delay is, we wanna amortize that woww. amortized analysis of complexity. awesome.
@jacobzimmerman3492
@jacobzimmerman3492 Жыл бұрын
Hey Pokey, not sure if you’re reading these but there was a recent short presentation/paper called “A Caret for your Thoughts” that I think you’d find interesting. Cool stuff here, I love that you could teach someone kind of naturally by conversation or pair programming. I bet an interactive tutorial in the form of a podcast/recording could be fun
@MrRonah
@MrRonah Жыл бұрын
Link please? I searched for it and failed to find it :(
@cursorless
@cursorless Жыл бұрын
Thanks for the pointer! Are you referring to kzbin.info/www/bejne/qF6QlWiOobqsipY > I bet an interactive tutorial in the form of a podcast/recording could be fun Ooh interesting idea. Could you elaborate?
@garthgoldwater5256
@garthgoldwater5256 Жыл бұрын
is that talk the “A Caret for Your Thoughts?” video on the veztron youtube channel?
@the-pink-hacker
@the-pink-hacker Жыл бұрын
So it's vim for the voice?
@aredrih6723
@aredrih6723 Жыл бұрын
Not sure how much it contrast with vim motion (with proper tokenization of the AST) outside of the pointfree aspect. Arbitrary word selection could be one but I'm more expecting of eye tracking tracking for that one (though the tech is a bit lacking there). Unfortunately, the current impl receiving sentence by sentence make cursorless incompatible with time sensitive eye gazing. On the point free exemple, I'm curious how it would behave in a 1k line document with instances on top and on the bottom. Would it replaces everything matching ? Even outside of your view ? What if you want to only replace half ? Also, I guess the usability depends on the work environment (open space might be a bad mix) and how much feedback speed matters to the user (keypress vs spoken word). For the world order, I'm curious what language where the verb is at the end would prefer. Japanese comes to mind (at least to my limited understanding) with flexibility in the sentence structure (lots of context in no particular order (distinguished by following particle) followed by a verb (optional of course 🤡)), and they implicit subject repeat from sentence to sentence (if 2 successive sentence talk about the same thing, only the first has the topic); so `this` as the default mark might less obvious. Either way, good job on making to address your specific condition and building a community around it. I can only wish it goods things. (and (obvious but always true) don't worry about random internet user, you know you're delivering value to your user ~) Good luck on the project.
@4xelchess905
@4xelchess905 Жыл бұрын
I think one key difference with Vim is that default commands are optimized by syllables, as opposed to key strokes. Syllables are slightly longer to utter, but there are a lot more of them, and we learn them right from birth. My guess is that you can restrict edit to scopes and selections, and you have a lot of ways to finely build selections in one or several sentences. With the help of the LSP, you might even be able to select a variable instead of a mere token and have every only select that variable rather than all the instances of the name in unrelated scopes. In an other comments, pokey talks about an "experimental Cursorless keyboard interface [that] does actually go in reverse order of the spoken grammar, and we do highlight the intermediate targets as you type", ala kakoune/helix. Also, since it is integrated inside VS code (and more generally the goal seems to be a plug-in rather than a standalone editor), I surmise you can actually seamlessly switch between cursorless and regular commands depending on which is the simplest/fastest for your needs.
@strangeWaters
@strangeWaters Жыл бұрын
I use it on and off. It's difficult but workable.
@andreas_arvidsson
@andreas_arvidsson Жыл бұрын
Truly an inspiration for the (coding) children! :D
@melodyogonna
@melodyogonna 11 ай бұрын
I thought it was going to be about Vim, instead it's something completely different that addresses a fear I've silently had for a long time - that I might lose my hands someday, and with it the possibility to program. My face split into a wide smile immediately I heard what this does.
@fburton8
@fburton8 Жыл бұрын
Glassk! Shrock!!
@ancbi
@ancbi Жыл бұрын
with how much this works like a spoken vim, wouldn't it be funny if you have to speak something unintuitive to exit cursorless?
@PokeyRuleJams
@PokeyRuleJams Жыл бұрын
Haha. Reminds me of “whale quench”. In Emily’s strange loop talk on voice coding, she said “whale quench” to exit vim, as that’s the talon for pressing wq, and then “whale quench” went viral 😄
@jishcatg
@jishcatg Жыл бұрын
@@PokeyRuleJams Now I'm going to hear that every time I do it.
@danielrhouck
@danielrhouck Жыл бұрын
The thing thatʼs weird about this talk is… he doesnʼt mention a place to *start.* How do I enter a *new* line of code, instead of modifying an existing one? Iʼm sure the resources he mentions at the end cover that, itʼs just weird
@Ben_EH-Heyeh
@Ben_EH-Heyeh 11 ай бұрын
Looking at Cursorless Git... All of the language support files are written in Scheme, a dialect of Lisp, why is Scheme not a supported language?
@jaysilence3314
@jaysilence3314 Жыл бұрын
Cursorless should be excellent for live coding on Twitch,TV. Yet there seems to be no one doing this.
@josevargas686
@josevargas686 Жыл бұрын
it is too difficult, no one is stepping up to the challenge, a gold mine unmined!
@hikesandbiking1181
@hikesandbiking1181 Жыл бұрын
pokey you rule!
@RyanLynch1
@RyanLynch1 Жыл бұрын
wow this is actually so cool! i really want to try this
@yash1152
@yash1152 Жыл бұрын
18:37 _"what paradigm cursorless is as a prog lang"_ lemme guess, this aspect of it is "array programming" !?
@yash1152
@yash1152 Жыл бұрын
31:45 yep, uiua tacit array programming language
@yash1152
@yash1152 Жыл бұрын
0:06 "spoken language for editing code" i always wanted helix/kakoune/vim modal navigation & editing keybinds to be considered an actual formal language, rather than just "commands" - just like this person considers his creation to be a programming language.
@yash1152
@yash1152 Жыл бұрын
12:38 _"little hats on a symbol of token, special word for that symbol"_ ahhw, i'd like to use the IPA flight names then: India Golf Niner Nine Charlie Tango
@yash1152
@yash1152 Жыл бұрын
12:57 on yeah, ofcourse IPA got a mention here (:
@SSJ3Tim
@SSJ3Tim Жыл бұрын
@13:07 I really want to hear how you say "jury" with one syllable!
@PokeyRuleJams
@PokeyRuleJams Жыл бұрын
😂 yeah I’ve wondered the same thing. The creator of Talon is apparently able to do it. I personally just have it remapped to “Jane” 😊
@ed_halley
@ed_halley Жыл бұрын
Just ran into this, and looked at a few jams. I don't see an example of just typing: how do you create content, spell identifiers you can't yank from elsewhere, etc.? There's gotta be a literal mode somewhere.
@DebanjanBasu
@DebanjanBasu 9 ай бұрын
I see some vim like structure in the grammar
@sathirasilva4958
@sathirasilva4958 Жыл бұрын
Does anyone know what presentation tool is he using?
@ShadowDrakken
@ShadowDrakken Жыл бұрын
probably better to say "simple scopes and smart scopes" rather than "dumb scopes" :P
@chaquator
@chaquator Жыл бұрын
ive been interested in programming by dictation since seeing the apple vision pro with eye tracking. i would gladly throw away my mouse and maybe even keyboard and just program with my eyes voice and sometimes hands
@roeniss
@roeniss 4 ай бұрын
Point-free programming == pipelining?
@superscatboy
@superscatboy Жыл бұрын
Is "whale" one syllable? I would've said it's two. Way-ul.
@PokeyRuleJams
@PokeyRuleJams Жыл бұрын
Ha never thought about that. It’s “jury” people usually go after 😄
@teromc
@teromc Жыл бұрын
Idk, but pronunciation in the dictionary is /weɪl/ (phonetic symbols) and Google says "sounds like wayl".
@redpepper74
@redpepper74 Жыл бұрын
Ls are kinda weird, sometimes they add like half a syllable if you put them after a vowel. (And yes it is strange to think about fractional syllables but there’s no real reason we can’t)
@hytmal
@hytmal Жыл бұрын
Mandarin is not a written language. Chinese can be written in Traditional or Simplified. Cantonese and Mandarin are spoken dialects.
@PokeyRuleJams
@PokeyRuleJams Жыл бұрын
Ha that’s fair. I should probably have thought of that, as someone who studied mandarin in college for 2 years 😅
@yash1152
@yash1152 Жыл бұрын
16:09 16:16 english: VAO order 16:24 different word order, _probably_ wouldnt be hard thanks a lot. yeah, i would definitely not use this order.
@ehsanu1
@ehsanu1 Жыл бұрын
This seems like a great fit for allowing LLMs to edit code efficiently, with some training.
@ueaj4576
@ueaj4576 Жыл бұрын
was thinking the same thing
@thenwhoami
@thenwhoami Жыл бұрын
This is an extra step an LLM would have to take vs. just outputting code directly.
@clray123
@clray123 Жыл бұрын
​@@thenwhoami I think what was meant was editing existing code, not outputting new code. But I suppose for that we already have diff/patch, so there is indeed little use for some relative positioning commands if you can just train the LLM to generate well-formed patches.
@wege8409
@wege8409 Жыл бұрын
I tell you what, coding in the age of AI is really a pleasure
@thenwhoami
@thenwhoami Жыл бұрын
This is really cool, but I can't help but wonder how LLMs will upheave this. Sure, this is much more precise, you can edit something in exactly the way you intend on the first shot, every time. An LLM on the other hand will spew out code that may not have been what you wanted initially, but then you can tell the LLM to make specific edits to your code in (using your natural language), and through that process you can still arrive at what you want. Thanks for the talk!
@fennecbesixdouze1794
@fennecbesixdouze1794 Жыл бұрын
I think that generative AI could be really powerful for doing day-to-day code editing by voice command. Soon we will be able to give generative AI instructions to refactor sections or blocks of code, out loud in natural language, and let the AI assistant do the typing for us, within the full context of the file and project. Editing as well as navigating project directories, finding files, definitions, functions, etc all by voice in natural language.
@nil0bject
@nil0bject Жыл бұрын
whale is one syllable? natural language models can replace this easily
VS Code Tutorial - Become More Productive
5:55:51
freeCodeCamp.org
Рет қаралды 342 М.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,3 МЛН
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
"The Economics of Programming Languages" by Evan Czaplicki (Strange Loop 2023)
43:58
Strange Loop Conference
Рет қаралды 128 М.
"Concatenative programming and stack-based languages" by Douglas Creager
40:30
Strange Loop Conference
Рет қаралды 15 М.
"Performance Matters" by Emery Berger
42:15
Strange Loop Conference
Рет қаралды 487 М.
How I animate 3Blue1Brown | A Manim demo with Ben Sparks
53:41
3Blue1Brown
Рет қаралды 1,3 МЛН
Resonate Webinar | December 18th 2024
1:09:09
Resonate HQ
Рет қаралды 124
"Birdsong as code" by Chris Ford (Strange Loop 2023)
35:58
Strange Loop Conference
Рет қаралды 10 М.
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 914 М.
"Voice Driven Development: Who needs a keyboard anyway?" by Emily Shea
41:18
Strange Loop Conference
Рет қаралды 32 М.
"Outperforming Imperative with Pure Functional Languages" by Richard Feldman
34:55
Strange Loop Conference
Рет қаралды 90 М.
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН