How does that compare to using agent mode in VS Code? Is the main difference that the files are being edited remotely instead of on your own machine, or is there something different about the AI powering the remote…
I think it does help in some scenarios like small scripts or if you are learning something new. But often it adds an overhead. You have to check constantly wether or not to accept the suggestions. I dont use copilot…
Isnt Yew (https://yew.rs/) similar in regard of the react like way to update the html document? I understood that Dioxus goes beyond and is the whole platform to run the app by including a webview, but wouldnt make…
extrateterm is pretty good (https://github.com/sedwards2009/extraterm)
I learned python through codecademy back in 2016 and today I work with development professionally
Also, 'live editing' != testing in production. You could find a bug in pre-prod and live edit it in prod
Running tests in production doesnt mean you didn't run an array of other tests in pre production envs
Even within the same repo, it is very likely that the old version of your code will coexist with the new version during the deploy roll out. Often having different commits and deploys is a requirement. For instance,…
Nice. I used to think that creating the smallest services, function, methods, etc would produce the easier software to deal with from the programmer perspective. But turns out you will end with many interfaces to keep…
How does that compare to using agent mode in VS Code? Is the main difference that the files are being edited remotely instead of on your own machine, or is there something different about the AI powering the remote…
I think it does help in some scenarios like small scripts or if you are learning something new. But often it adds an overhead. You have to check constantly wether or not to accept the suggestions. I dont use copilot…
Isnt Yew (https://yew.rs/) similar in regard of the react like way to update the html document? I understood that Dioxus goes beyond and is the whole platform to run the app by including a webview, but wouldnt make…
extrateterm is pretty good (https://github.com/sedwards2009/extraterm)
I learned python through codecademy back in 2016 and today I work with development professionally
Also, 'live editing' != testing in production. You could find a bug in pre-prod and live edit it in prod
Running tests in production doesnt mean you didn't run an array of other tests in pre production envs
Even within the same repo, it is very likely that the old version of your code will coexist with the new version during the deploy roll out. Often having different commits and deploys is a requirement. For instance,…
Nice. I used to think that creating the smallest services, function, methods, etc would produce the easier software to deal with from the programmer perspective. But turns out you will end with many interfaces to keep…