(no title)
mikebiglan | 2 months ago
Do you think these could be leveraged for AI development.
Many have moved away from terminals over the years, but Claude Code sure has brought them back into the limelight!
mikebiglan | 2 months ago
Do you think these could be leveraged for AI development.
Many have moved away from terminals over the years, but Claude Code sure has brought them back into the limelight!
skydhash|2 months ago
If we take Unix, you could have something in `~/ai/bulletify` which start with:
And quickly execute it with `:!bulletify` in Vi (with the needed motion). Pretty much the same in emacs, and you can either bind it to have a faster way to invoke it. Most IDEs is about having commonly useful utilities and features bound to the concept of a project. They don't do really well in a very dynamic environment.And Editors like VS Code and Sublime is very much a basic version of the IDE. They're familiar, but they're not that fluid.
gregben|2 months ago