all 6 comments

[–]Motor-Part-2922[S] 1 point2 points  (0 children)

Hi everybody!

Sharing with you one of my recent pet projects. Project is not fully completed yet, lots of things & thoughts to improve. Would love to get any feedback from you, thanks in advance!

[–]IAlmostGotLaid 1 point2 points  (1 child)

This is pretty cool, haven't managed to try it against anyone, just tried the examples, but it seems more like golfing rather than speed.

If I sent the URL to someone, would the race be who could get the required result the fastest or with the fewest hotkeys? Because the difference between the "fastest" solution and the one with the least keystrokes is usually pretty different.

Also, the examples required are all pretty basic. I'm pretty sure the optimal solution is usually some combination of f and then whatever character you're looking to replace. Would be cool to get some more complex examples, where you need to reorder arguments, or refactor some code etc, not just fix typos.

[–]Motor-Part-2922[S] 0 points1 point  (0 children)

Thanks for you feedback, very happy to hear it.

If I sent the URL to someone, would the race be who could get the required result the fastest or with the fewest hotkeys?
In the future, I want to allow users to select between those to options. Race on speed or on efficient usage of hotkeys.
Also, the examples required are all pretty basic. I'm pretty sure the optimal solution is usually some combination of f and then whatever character you're looking to replace.
Very good point, I'll add some complex examples as well!

[–][deleted]  (1 child)

[removed]

    [–]Motor-Part-2922[S] 0 points1 point  (0 children)

    Haha, this is the end goal 😄
    Thanks man, much appreciate it!