Viewing profile — timaelliott
timaelliott
HN member- Joined
- Wed, Mar 14, 2012, 6:56 AM UTC
- HN karma
- 254
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About timaelliott
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #4272947
Thank you Dr. Obvious.
-
comment
Comment #4272818
http://hyperpolyglot.org/scripting is a similiar resource for php, perl, python and ruby only.
-
comment
Comment #4266271
I use http://sugarsync.com personally which provides versioning and also lets you arbitrarily sync directories, not just the 'dropbox' one.
-
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…
-
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.…
-
comment
Comment #4252523
I like that you guys pointed out more efficient ways to do stupid things :)
-
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…
-
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.
-
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 …
-
comment
Comment #4240764
Took about 45 seconds of Google+Yelp to determine it's http://www.yelp.com/biz/mirai-chicago
-
comment
Comment #4237728
Nice try, overpriced US universities and for-profit degree mills.
-
comment
Comment #4233329
Awesome response from Spolsky but that's not Quora. You can tell because it has users and content :)
-
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%…
-
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…
-
comment
Comment #4227878
What unit suffix is 'l'
-
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 …
-
comment
Comment #4227198
http://en.wikipedia.org/wiki/Travelling_salesman_problem
-
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"
-
comment
Comment #4226840
I use droplr for quick screen-sharing, pastes, file-transfers, etc. I do not use it for anything sensitive whatsoever.
-
comment
Comment #4226836
They really should have more intelligent individuals manning public-facing support channels.
-
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.
-
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…
-
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…