Live data from Hacker News

Viewing profile — pmichalina

pmichalina

HN member
Joined
Mon, Jul 10, 2017, 8:55 PM UTC
HN karma
-15
Public activity
20 items

About pmichalina

No profile information was provided.

Recent public activity

  1. comment
    Comment #21758721

    They could be using this: https://github.com/javascript-obfuscator/javascript-obfuscat...

  2. comment
  3. comment
  4. comment
    Comment #19235459

    People using it would beg to differ. Just don’t use their service.

  5. comment
  6. comment
    Comment #19235439

    It’s not “the community”. It’s a bunch of loud mouthed busy bodies and bureaucrats flexing their authority because it gets them a hit of that dopamine.

  7. comment
  8. comment
    Comment #18334249

    Even just one poorly designed library can cause serious memory issues and trigger a ton of events. Usually it’s the marketing and ad people that throw around this “but they are asy…

  9. comment
    Comment #17887805

    Tests are good of course, but that assumes the tests are valid. I’d rather trust compiler to ensure runtime safety.

  10. comment
    Comment #17887795

    Throwing is a side effect breaking flow of control for no good reason. It’s takes you down the same path as all other spaghetti code. Not as much elegance as it is about purity. Mi…

  11. comment
    Comment #17886071

    Assertions, throws, and try-catch are code smells. Really bad design choice considering we have more elegant solutions like monads.

  12. comment
    Comment #17864733

    Isn’t this how the web was supposed to work?

  13. comment
    Comment #17805497

    “Treating something like a disease” encourages one to not take ownership of the issue but instead provides a mechanism to play victim and give up. It’s victim mentality, denies the…

  14. comment
    Comment #17805479

    I suppose it’s collapsing up since 2009?

  15. comment
    Comment #17802743

    Collapsing? Nocoiners lol

  16. comment
    Comment #17774366

    Why not both?

  17. comment
    Comment #17671477

    Typical statist mindset.

  18. comment
  19. comment
  20. comment
    Comment #17302665

    lodash and moment are poor choices to showcase. lodash is mostly moot with ES6 and beyond. date-fns is a cleaner version of moment.