Live data from Hacker News

Viewing profile — pcote

pcote

HN member
Joined
Sun, Dec 05, 2010, 4:00 AM UTC
HN karma
218
Public activity
129 items

About pcote

I hack around and make things a lot. Oftentimes, it gets thrown out there onto my Github. Occasionally, I'll even write the odd blog entry or two.

- Blog ( http://hundredminutehack.blogspot.com ),

- Github ( https://github.com/pcote ),

- Youtube ( http://www.youtube.com/cotejrp ).

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #13306331

    For me, the right fit is Python and Javascript. However, my problems and your problems are not the same. Java EE might be the best choice for what you are tackling for all I know. …

  6. comment
    Comment #13153958

    For me, Anki reviews are a morning ritual. I do whatever it scheduled for the day. Then, I take time to review weaknesses. Then I move onto doing my actual projects. A combination …

  7. comment
    Comment #12885291

    The first thing that pops into my brain is how memory allocation works on a computer. In that context, indirection works really well. My program makes a general request for memory …

  8. story
  9. comment
    Comment #12620832

    Morally, I agree with you. DRM is an exercise in futility. But you aren't really comparing apples to apples here. I radio ripped my share of music too when I was a kid. It was a pa…

  10. story
  11. comment
    Comment #12385553

    Functional, yes. I can't think of too many cases where JQuery has every prevented me from mutating anything.

  12. comment
    Comment #12385494

    That's not exactly the way I think of it. I try to be pragmatic about my tech choices, even if I might be wrong at times. To pick on your NoSQL example. There was one project where…

  13. comment
    Comment #12385276

    Nope. jQuery came first. For me, it was a matter of spending a few years in Java shops. Most of the work was so server-side focused that I ended up forgetting a lot of my Javascrip…

  14. comment
    Comment #12385193

    I almost went down the event delegation route. The only thing that stopped me was having stumbled upon a tactic that happened to work where I just attached individualized event han…

  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #12111032

    >> Seems that SV and Stanford could do a lot more to fix the issues closer at hand in the Bay Area (homelessness, unaffordable living, rising inequality) and the US in general befo…

  20. story
  21. story
  22. comment
    Comment #11444452

    >> The true roots of liberal arts (which used to include everything from astronomy to mathematics to botany) lie in creating a well-rounded, educated, sophisticated person. That's …

  23. comment
  24. comment
    Comment #11388868

    > The fact that I didn’t really know where it would end up meant that I was perhaps more open to outside suggestions and influence than I would have been if I had a very good idea …

  25. comment
    Comment #11368539

    That is a problem. When I first joined Linkedin, one of the first questions I asked openly was about the difference between "pass by value" vs. "pass by reference". There were some…