Live data from Hacker News

Viewing profile — lucsky

lucsky

HN member
Joined
Fri, May 17, 2019, 2:56 PM UTC
HN karma
100
Public activity
64 items

About lucsky

No profile information was provided.

Recent public activity

  1. comment
    Comment #46842136

    A misspelling of "copy-on-write".

  2. comment
    Comment #45630938

    Because despite what the tagline says it's not a package manager, but a project manager.

  3. comment
    Comment #43907889

    And yet you claim that you have a "deep understanding" of how React works. Why did you ask an idiotic LLM then? Doing it yourself would have allowed you to be even more dishonest w…

  4. comment
    Comment #43902875

    The author of this article and framework either doesn't have the slightest beginning of a clue how React works or is just being extremely dishonest. I'm all for alternative and new…

  5. comment
    Comment #43722148

    I fully support artists to decide what they want to do with their music, but artists who sign contracts with labels and music companies do give up their rights, like it or not, tha…

  6. comment
    Comment #43714431

    +1000 There's absolutely no way in hell I'm going back to hoarding stupid ass CDs or MP3/FLAC files when I can legally have immediate access to tens of millions of titles. I have a…

  7. comment
    Comment #43714400

    Yes it is. If it's not available for you then blame the fucktard lawyers who made the call that it should not be available wherever you are for some dumbfuck reason. Spotify is not…

  8. comment
    Comment #43559860

    > It’s not size That's what TFA is complaining about: size. But nice pivot, hope your head isn't spinning too much.

  9. comment
    Comment #43387311

    > ...in four years Trump will be gone and normalcy will be restored Tell me you haven't been paying attention to what's going on in Trumpistan without telling me you haven't been p…

  10. comment
    Comment #43225013

    I don't have "JavaScript fatigue", what I do have is "JavaScript is a dumpster fire and React is the spawn of Satan" daily blog post fatigue. JFC.

  11. comment
    Comment #43077797

    > My Python and Go apps from 2018 still work exactly as they did on day one My NodeJS apps from 2014 still work exactly as they did on day one as well, what's your fucking point?

  12. comment
  13. comment
    Comment #42903955

    > since Xcode only got this crappy recently Xcode has been slow, messy, buggy and all around atrocious to use since day one. Being forced to migrate from MPW and Code Warrior to th…

  14. comment
    Comment #42888852

    > Kitty is cross platform In the absolute lowest sense possible, which means that it's been compiled for different platforms and it runs on different platforms, but it also looks a…

  15. comment
    Comment #42677091

    That you can use without having 4 PhDs. It's pretty good. You should try it sometime when your done fully ingesting algebraic topology theory or whatever the fuck Nix requires to k…

  16. comment
  17. comment
    Comment #42334192

    [flagged]

  18. comment
    Comment #42334174

    Overriding standard language constructs with magic behaviors is a giant no-no and a recipe for disaster.

  19. comment
    Comment #42334162

    > having worked with both more or less equally, I'd choose Vue 10/10 times over React I have the exact opposite experience, I find Vue hilariously bad to the point of being repulsi…

  20. comment
    Comment #42285433

    Right, and people would obviously love those same apps if they were written with Vue instead. Of course.

  21. comment
    Comment #42284683

    Again, you can still use class components today , feel free and have fun.

  22. comment
    Comment #42284645

    1. Nobody said that classes are bad. Yes you can encapsulate logic and state in a singleton, that's not the issue, the issue is how you then "apply" it. There was a fantastic diagr…

  23. comment
    Comment #42283671

    So he's basically publishing a 20 pages philosophical logorrhea to make the simple point that developers should pay more attention to the difference between a web SITE and a web AP…

  24. comment
    Comment #42283589

    Painfully so.

  25. comment
    Comment #42283572

    > Nowadays there is layers upon layers of magic like Functional Components with State from Hooks. 1. you can still write class based components if you want, but if you are in a tea…