Live data from Hacker News

Viewing profile — twii

twii

HN member
Joined
Sun, May 28, 2017, 11:28 AM UTC
HN karma
44
Public activity
19 items

About twii

No profile information was provided.

Recent public activity

  1. comment
    Comment #15035268

    Quite funny the whole thing is about 5 GPU's and the image on the repo shows 6. There are too many good guides on the internet already, this one doesn't even come close providing a…

  2. comment
    Comment #15007238

    I hope crypto currencies will eventually enable people and companies to more easily donate with micro payments to free software developers without the need for the greedy/stealing …

  3. comment
    Comment #14988992

    So, the author thinks this is harmfull?: var area= ( width, height ) => width * height; If not, it is just clickbait for me.

  4. comment
    Comment #14966891

    Omg, so this guy thinks he knows why I'm hating Javascript? Well, it's definitely not because of the lack of types, or because without Prettier my code looks shit, neither would it…

  5. comment
    Comment #14962532

    Interesting. How many kb's will be added to your bundle, including dependencies?

  6. comment
    Comment #14919479

    As mentioned in one of the comments, this is nowhere near the definition of functional programming. > It beats complex for-loops Nvm. I still prefer for loops in most cases, in som…

  7. comment
    Comment #14908713

    > For parsing desktop facebook.com, 10-15% of client-side CPU time is spent parsing JavaScript. The prototype we implemented reduced time to build the AST by 70-90%. Whatever the w…

  8. comment
    Comment #14725103

    Depends also on what job I guess?

  9. comment
    Comment #14720521

    Looks a bit like one of JunkyXL's setups. Fortunately for mankind there is no way you can make better music with a setup like this compared to a poor man's basic setup. Most 'poor'…

  10. comment
    Comment #14719268

    Good post with loads of valuable points. This document clearly shows that "master" programmers focus on very different things than a beginner might expect. A beginner can get reall…

  11. comment
    Comment #14704709

    Finally.. Although I am not optimistic about seeing results soon. Companies will go to extremes to circumvent such rules. But it's shocking to see their lack of insight: > software…

  12. comment
    Comment #14703714

    I cannot agree more with you! Besides, if men think they are better in tech, why do I see so much rubbish code produced by them? Imao it's just men's ego's, sexism and stupidity th…

  13. comment
    Comment #14688665

    What a ridiculous assumption. It is not about age! I've seen both young and old horrible coders. Of course you can have a slight advantage from experience if your'e older, but the …

  14. comment
    Comment #14451383

    > Whenever you program in ECMAScript2016("Javascript"), you should take advantage of its features. That's a trap, I should rather make my code as readable, scalable and bug free as…

  15. comment
    Comment #14449546

    You assume a lot. We can refactor another round: function logFsResult( type, err ){ var msg= ''; switch ( type ) { case 'append': msg= ( err ) ? 'Failed to update file' : 'Successf…

  16. comment
    Comment #14448829

    nah, this is valid javascript, Go came later, they might have copied a thing or 2 from C, like javascript did.

  17. comment
    Comment #14448798

    No, it's not a joke. A junior dev can read this code and it will be very hard to create bugs. Inlining with arrows is just a more functional approach, as I would write in Coffee: e…

  18. comment
    Comment #14448492

    I still don't get the need for Promises.. Almost all examples, just like this one in the provided link, talk about solving callback hell with Promises, while callback hell is just …

  19. comment
    Comment #14433990

    Working with React for almost 3 years now. Came from Angular, Bootstrap, jQuery, etc.. Done small and very large projects with it. It scales better than anything I've used before. …