Live data from Hacker News

Viewing profile — joeblow99

joeblow99

HN member
Joined
Thu, Jul 02, 2015, 10:57 PM UTC
HN karma
-19
Public activity
20 items

About joeblow99

No profile information was provided.

Recent public activity

  1. comment
    Comment #10652147

    Well, there's almost nothing more antiquated than banking laws so Uber for banking makes me think of a service that helps me move money around more efficiently with less hassle. So…

  2. comment
    Comment #10647849

    "loophole" is a word for "a completely legal tax maneuver I don't like"

  3. comment
    Comment #10612652

    Sounds like the meme has already gotten to you so its clearly happening.

  4. comment
    Comment #10584425

    what could possibly go wrong

  5. comment
    Comment #10539404

    biggest drawback: comes with windows 10.

  6. comment
    Comment #10531014

    All this pro-union wishful thinking is funny to read. Paul Graham is so right.

  7. comment
    Comment #10481502

    the verdict so far: NFW

  8. comment
    Comment #10471804

    oh good another open sourced MySQL management tool. This usually happens right when the company decides it's not good enough and is about to move on to something else. See Netflix …

  9. comment
    Comment #10471775

    oh EU, you had me at "internet rules".

  10. comment
    Comment #10391479

    don't like it? don't use it. It's not that hard. No big dilemma. This kind of complaint all boils down to "I wish that company was doing it MY way. I want ALL the free benefits and…

  11. comment
    Comment #10364020

    In a world where all the hard mental jobs are automated by AI, sales reps will still be employed. It may be that AI will soon write movies and build secure web applications and des…

  12. comment
    Comment #10364014

    "redistributed" is another word for "stolen by"

  13. comment
    Comment #10347192

    But it's not NoSQL so it's garbage.

  14. story
  15. comment
    Comment #9956149

    You've heard of these things called 'governments' right?

  16. comment
    Comment #9948836

    why should that matter?

  17. comment
    Comment #9823634

    Use const for all of your references; avoid using var. If you must mutate references, use let instead of var. In my 15 years of programming javascript I've never once seen this mat…

  18. comment
    Comment #9823619

    // bad const items = new Array(); // good const items = []; They obviously spent a lot of time on this guide, lots of investor dollars, and it's of almost no use.

  19. comment
    Comment #9823615

    // bad const item = new Object(); // good const item = {}; Literally useless differentiation.

  20. comment
    Comment #9822294

    some kind of queuing as well