Live data from Hacker News

Viewing profile — djacobs

djacobs

HN member
Joined
Thu, Jun 10, 2010, 12:26 PM UTC
HN karma
2,409
Public activity
509 items

About djacobs

No profile information was provided.

Recent public activity

  1. comment
    Comment #18571505

    Totally agreed. Wikiwand has made me excited every time I see a Wikipedia link because the reading experience is so well thought out.

  2. comment
    Comment #18477334

    This is the way we should be talking about privacy. Using vivid examples that are relevant to everyday people’s lives on both sides of the political divide. Avoiding broad, philoso…

  3. comment
    Comment #17511319

    Interesting to see that this headline typo (copied from the Gizmodo article) has lasted on the front page of HN for 9+ hours! Chalk it up to only reading the beginnings and endings…

  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #15660317

    I agree, the substance was there, but the story could use some editing and organization. If it were me, it'd look something like: 1) How people think URLs work, the good parts that…

  10. comment
  11. story
  12. comment
  13. comment
    Comment #12456653

    This looks excellent. I've wanted to build something like this for a while, and I'm excited to play around with it. Nice work!

  14. story
  15. story
  16. comment
    Comment #12119379

    I had the same reaction: https://www.youtube.com/watch?v=puK5CwThaq4

  17. comment
    Comment #12089450

    I looked through the patterns and I wonder what makes them 'idiomatic'? I've found it useful to use wrapper libraries like Enzyme [0] and Teaspoon [1] when testing React components…

  18. comment
    Comment #10993413

    Thanks for the response. If the choice is between manually specifying that (type of) code for every kind of object (and likely moving to a #create factory method) or using a native…

  19. comment
    Comment #10991253

    I'm not yet convinced that it's just syntactic sugar. For example, what (generic) code is `super` syntactic sugar for? Even if it is just syntactic sugar, that syntactic sugar make…

  20. comment
    Comment #10940421

    IMO for web apps that you have open all the time (maybe Asana, Google Docs), native OS navigation and window management is significantly better than tab navigation. Of course it do…

  21. comment
    Comment #9972137

    True, a paid service is probably more likely to be around in a few years (in general), but does that matter for distributed source control? I guess if you depend on non-git feature…

  22. comment
    Comment #9927553

    I think my experience is different from yours (I don't let spikes make it past my own branch), but as far as production goes, we're on the same page!

  23. comment
    Comment #9913400

    I'm all for using tools that don't make bad things easy, but I think threeseed is saying that for hacks and spikes, the "later point" you're referring to might not matter. (I agree…

  24. comment
    Comment #8951560

    I restarted my modem and router two times before I realized that the network was fine and that it was just Facebook that was down. Props to their ops team for uptime that is so rel…

  25. comment
    Comment #7601736

    Backbone Marionette would make the LOC comparison a fair one and is worth looking into if you haven't already. Marionette is an especially good answer for people who like the Backb…