HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nicative

no profile record

comments

nicative
·w zeszłym roku·discuss
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 agent compared to the local one?
nicative
·3 lata temu·discuss
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 anymore (at least for now). Just chatgpt as an alternative to google/SO
nicative
·4 lata temu·discuss
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 sense to have another framework like yew as dependency to manipulate a "Virtual Dom"?
nicative
·4 lata temu·discuss
extrateterm is pretty good (https://github.com/sedwards2009/extraterm)
nicative
·5 lat temu·discuss
I learned python through codecademy back in 2016 and today I work with development professionally
nicative
·5 lat temu·discuss
Also, 'live editing' != testing in production.

You could find a bug in pre-prod and live edit it in prod
nicative
·5 lat temu·discuss
Running tests in production doesnt mean you didn't run an array of other tests in pre production envs