Live data from Hacker News

Viewing profile — timaelliott

timaelliott

HN member
Joined
Wed, Mar 14, 2012, 6:56 AM UTC
HN karma
254
Public activity
73 items

About timaelliott

No profile information was provided.

Recent public activity

  1. comment
    Comment #4313048

    Facebook is relatively new to the advertising game and probably doesn't have the sort of experience that Google, MSN and Yahoo have in dealing with the immense amount of click frau…

  2. comment
    Comment #4284501

    Groupon actually has substantially changed their payout terms, from their 10-Q http://investor.groupon.com/financials.cfm > Our current merchant partner arrangements are structured…

  3. comment
    Comment #4272947

    Thank you Dr. Obvious.

  4. comment
    Comment #4272818

    http://hyperpolyglot.org/scripting is a similiar resource for php, perl, python and ruby only.

  5. comment
    Comment #4266271

    I use http://sugarsync.com personally which provides versioning and also lets you arbitrarily sync directories, not just the 'dropbox' one.

  6. comment
    Comment #4258763

    He already told you, they are good with the goddamn customers. They have people skills, they are good at dealing with people. Can't you understand that? What the hell is wrong with…

  7. comment
    Comment #4252915

    I don't disagree nor do I use heroku, it's moot for myself. I was just commenting how row-limitations were a very NoSQL way of enforcing data limits and inappropriate for an RDBMS.…

  8. comment
    Comment #4252523

    I like that you guys pointed out more efficient ways to do stupid things :)

  9. comment
    Comment #4252057

    I disagree. By restricting the number of rows I think you're just going to end up with folks creating sloppy schemas specifically to avoid going over the limit. post.categories (va…

  10. comment
    Comment #4249426

    Is making otherwise innocuous changes which have a substantial impact on user behavior important to the startup culture? No, no at all.

  11. comment
    Comment #4242867

    I fantasize about computers too. I tried to picture clusters of information as they moved through the computer. What did they look like? Ships? motorcycles? Were the circuits like …

  12. comment
    Comment #4240764

    Took about 45 seconds of Google+Yelp to determine it's http://www.yelp.com/biz/mirai-chicago

  13. comment
    Comment #4237728

    Nice try, overpriced US universities and for-profit degree mills.

  14. comment
    Comment #4233329

    Awesome response from Spolsky but that's not Quora. You can tell because it has users and content :)

  15. comment
    Comment #4233308

    Why do you think you'd only get paid $33k? If that's the case, that's suggesting the compensation and ownership is: Co-Founder: $33k Salary, 45% Equity Co-Founder: $33k Salary, 45%…

  16. comment
    Comment #4227940

    Yes. In 2008/2009, another engineer and myself built an ad-platform that received around 500M impressions per day, 5M clicks per day. And it wasn't just recording a tweet or publis…

  17. comment
    Comment #4227878

    What unit suffix is 'l'

  18. comment
    Comment #4227852

    Twitter's attitude is laughable. Yes, you have a decent amount of traffic but you're also only dealing with ~160 uncompressed bytes (plus whatever overhead) per event. The hurdles …

  19. comment
    Comment #4227198

    http://en.wikipedia.org/wiki/Travelling_salesman_problem

  20. comment
    Comment #4226921

    Yeah, just not cutting it for me. I understand the workarounds but the reality is they shouldn't be required. I should be able to right-click a directory and "Add to Dropbox"

  21. comment
    Comment #4226840

    I use droplr for quick screen-sharing, pastes, file-transfers, etc. I do not use it for anything sensitive whatsoever.

  22. comment
    Comment #4226836

    They really should have more intelligent individuals manning public-facing support channels.

  23. comment
    Comment #4226798

    Redis is a key-value store. S3 is a distributed file system. Can we stop labeling the set of "not a rdbms" data storage mechanisms with the stupid fucking "NoSQL" moniker.

  24. comment
    Comment #4226560

    Hrm, so for a proximity search it basically has to take a combination of all potential encompassing geohashes and then do a second-pass (substantially reduced data set) using a hav…

  25. comment
    Comment #4226551

    So you make the r-tree 3 dimensions (lat,lng,time). PostgreSQL supports this. I dunno I can't envision Solr being more efficient than a properly designed RDBMS for these situations…