Live data from Hacker News

Viewing profile — nicative

nicative

HN member
Joined
Sun, Jun 27, 2021, 6:17 PM UTC
HN karma
12
Public activity
10 items

About nicative

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
  3. 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 …

  4. 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…

  5. comment
    Comment #33759376

    extrateterm is pretty good ( https://github.com/sedwards2009/extraterm )

  6. comment
    Comment #29652260

    I learned python through codecademy back in 2016 and today I work with development professionally

  7. comment
    Comment #29260315

    Also, 'live editing' != testing in production. You could find a bug in pre-prod and live edit it in prod

  8. comment
    Comment #29260296

    Running tests in production doesnt mean you didn't run an array of other tests in pre production envs

  9. 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…

  10. 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 …