Viewing profile — nicative
nicative
HN member- Joined
- Sun, Jun 27, 2021, 6:17 PM UTC
- HN karma
- 12
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About nicative
No profile information was provided.
Recent public activity
-
comment
Comment #44040657
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 differen…
- comment
-
comment
Comment #35389176
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 …
-
comment
Comment #34143520
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 i…
-
comment
Comment #33759376
extrateterm is pretty good ( https://github.com/sedwards2009/extraterm )
-
comment
Comment #29652260
I learned python through codecademy back in 2016 and today I work with development professionally
-
comment
Comment #29260315
Also, 'live editing' != testing in production. You could find a bug in pre-prod and live edit it in prod
-
comment
Comment #29260296
Running tests in production doesnt mean you didn't run an array of other tests in pre production envs
-
comment
Comment #27904230
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 depl…
-
comment
Comment #27653863
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 …