Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nicative
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nicative
11d ago
I can help. What's your question?
2.
▲
by
nicative
1y ago
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 loc
3.
▲
by
nicative
3y ago
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 no
4.
▲
by
nicative
4y ago
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
5.
▲
by
nicative
4y ago
extrateterm is pretty good ( https://github.com/sedwards2009/extraterm )
6.
▲
by
nicative
5y ago
I learned python through codecademy back in 2016 and today I work with development professionally
7.
▲
by
nicative
5y ago
Also, 'live editing' != testing in production. You could find a bug in pre-prod and live edit it in prod
8.
▲
by
nicative
5y ago
Running tests in production doesnt mean you didn't run an array of other tests in pre production envs
9.
▲
by
nicative
5y ago
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, imagine that you add a c
10.
▲
by
nicative
5y ago
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 when perhaps you just