Cross platform desktop app using tauri v2 which allows you to define shortcuts and bind them to prompts. You can then copy text, press the shortcut and paste result from gpt.
in similar vein gui tools for git killed the need of remembering commands. it is so painful watching somebody struggling with git when something "advanced" as rebase needs to done and they only know how to use git via vscode integration
100%. Learning is effort. Exercising is effort. Getting better at anything is effort. You simply can't skip the practice that's the reality. If you want to *learn* something from scratch AI will only help with answers but you still need to put the time in to understand it.
I was playing with resumable execution and I agree that language-level support would be immense improvement. That said, I was able create library that would take javascript code and execute it line-by-line where after each line the state is stored but user needs to use state object to store all intermediate results which are persisted. But there is still problems if the computation fails during on some line. We can retry it but if it broke the entire execution state then we have a problem.
I wonder how to achieve the transaction-like (commit/rollback) behavior that will works across boundaries. Doing it on language-level is the way. Compiler/interpreter can handle all the state serializations.
Yep, can confirm that emoji flags are evil. We had same problem. Windows users reported missing flags and few google searches away we found out that emoji flags are not supported.
There are maybe some but not as popular as Rails. I think everybody in node/js community advocated to build your own stack with libraries and write glue code yourself.
reply