Live data from Hacker News

Viewing profile — bajablast

bajablast

HN member
Joined
Mon, Jan 22, 2018, 6:50 PM UTC
HN karma
29
Public activity
13 items

About bajablast

No profile information was provided.

Recent public activity

  1. comment
    Comment #17980876

    Unrelated, but I often notice that lots of stack overflow and github issues get translated into chinese by someone. It's kinda interesting to see

  2. comment
    Comment #16894125

    Half of my personal projects are set as private because I am afraid the code is not worthy

  3. comment
    Comment #16881674

    Let me see. A lazy developer that only knows Ruby compiles the entire Ruby interpreter into WASM just to run Ruby. Then the user clicks a button that does an API fetch and the whol…

  4. comment
    Comment #16881644

    Python and Ruby will never compile to WASM since they would need to have the entire interpreter compiled with it and it would be extremely slow and bloated experience. Not to menti…

  5. comment
    Comment #16494787

    I remember a while ago someone shared a SSR C implementation of React.

  6. comment
    Comment #16494773

    So I am guessing if a prop is `instanceof Promise` or some other constructor then it must trigger this response . . . is that correct?

  7. comment
    Comment #16451906

    honestly, who in their right mind would use the new Angular it's objectively worse in every area. In my experience only Angular development is maintaining Legacy code. Picking the …

  8. comment
    Comment #16451897

    Well actually a lot of things that say made in China are actually just assembled there. Like the essentially all of the core components of the iPhone are made in Japan/SK/Germany/U…

  9. comment
    Comment #16430729

    I'd prefer to be a blacksmith personally

  10. comment
    Comment #16430709

    Drinking Beer takes the edge off the massive amounts of adderall pumping through my veins after working 15 hours straight

  11. comment
    Comment #16310489

    Whoa, I was just looking at some examples of this library and it seriously looks just like JS, only give away is the patten matching(which is a feature I wish JS had)

  12. comment
    Comment #16288691

    This is awesome! Thank you for writing this Buzzword/Jargon free tutorial it's so much more helpful to have things explained in terms of concepts the reader already knows. Good stu…

  13. comment
    Comment #16206854

    Personally I have learned that TDD and unit tests are only useful in OOP settings that have side effects and have mutated state overtime. But with a more FP approach all you need t…