Live data from Hacker News

Viewing profile — tom_pinckney

tom_pinckney

HN member
Joined
Tue, Jan 05, 2010, 2:39 PM UTC
HN karma
61
Public activity
31 items

About tom_pinckney

Cofounder at Hunch and Siteadvisor, former MIT CS grad student and undergrad.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #15567518

    Sellers and buyers can now use eBay Authenticate to get independent confirmation that goods are as authentic. It’s starting out just focused on certain types of handbags and luxury…

  4. story
  5. story
  6. comment
    Comment #15561240

    Consider fashion or home goods. Frequently you see something you like based on pattern, texture etc that cannot be easily described in words. Image search is the perfect fit for th…

  7. story
  8. story
  9. comment
    Comment #1139430

    The idea is that you'd probably trust the guy who actually sold 1,000 dresses to Macys more than the guy who just says they're a great dress manufacturer.

  10. comment
    Comment #1107678

    Yeah, redis is pretty interesting. I think we'd have to add some sort of client side caching on top of it so that we're not fetching the same objects over and over. Tend to saturat…

  11. comment
    Comment #1107674

    Anything Stonebreaker does is interesting, but I don't know enough about VoltDB to have anything to say. Definitely curious where it goes.

  12. comment
    Comment #1106510

    memcached is a poor-man's distributed shared memory system for clusters. We've been layering on top of it to try and fix deficiencies with things like client-side caching, persiste…

  13. comment
    Comment #1106491

    In the name of completeness, there are also great packages like OpenMPI and OpenMP. At least for my particular applications, though, there's either 1) a steep learning curve for pr…

  14. comment
    Comment #1106316

    Yeah I didn't mean to sound like that's ALL there is. But I was time and again surprised how often buying decisions had nothing to do with the product, company's need etc. I guess …

  15. story
  16. comment
    Comment #1106294

    I vowed after my first startup never again to build an enterprise product for this reason. Plus I don't like golfing and drinking with some random guy in Omaha trying to convince h…

  17. comment
    Comment #1092302

    Worth checking out pysco as well http://psyco.sourceforge.net/ Though in practice I find that if performance really matters using numpy or writing a C extension module usually work…

  18. comment
    Comment #1091125

    Definitely want to second the advice to use EXPLAIN. MySQL has a lot of very specific limitations about when it will and will not use the available indices. It also matters how you…

  19. comment
    Comment #1090652

    I guess I just object to paying Wilson $5k to run search-and-replace for me. And I certainly wouldn't trust LegalZoom to actually have documents written by people who understand st…

  20. comment
    Comment #1090561

    someone needs to build a web app that asks a few basic questions, gives you some check boxes to click and then generates all the standard PDFs you need for seed funding, employee a…

  21. comment
    Comment #1090478

    Points also to the issue that thinking about security from a perimeter point of view (everything outside firewall is bad, everything inside is good) is outdated. There is no inside…

  22. comment
    Comment #1088918

    Yeah, there are definitely Excel models, but personally I find it easier to think Python than Excel. Over time I think there's an interesting opportunity to simulate more what-if s…

  23. comment
  24. comment
    Comment #1088796

    Another great education OS is xv6 from MIT http://pdos.csail.mit.edu/6.828/2009/xv6-book/index.html

  25. comment
    Comment #1087982

    If you're interested in building consumer products, using popular consumer products like Twitter is a must. It's just sort of expected that you have this background when you go tal…