rantfoil | 15 years ago | on: Awesome email advice from a friend on how to learn programming.
rantfoil's comments
rantfoil | 15 years ago | on: Launching Posterous Groups: Smart email lists made easy
Thanks Emmett!
rantfoil | 15 years ago | on: Are Posterous Fudging Visitor Statistics?
These numbers are far from meaningless. At the end of the day the numbers reflect what our servers see -- they track something different from Google Analytics but they are useful as a simple ballpark for how interesting or visited your blog post was. Also, they're realtime, which GA does not provide.
rantfoil | 15 years ago | on: Are Posterous Fudging Visitor Statistics?
Here is a bit of how-the-sausage is made, but you wouldn't believe how much of a negative response we got from existing users once we went to a fully JavaScript analytics system. So by sheer volume of user input we made the decision to return to the original http request method of counting views.
We are continuing to look at ways to improve this system, possibly with Mixpanel.
rantfoil | 15 years ago | on: What does it feel like to be stupid? An anonymous Quora user explains.
We do honor DMCA takedown requests -- they're fairly easy to do and we are very mindful of taking down infringing content.
rantfoil | 15 years ago | on: What does it feel like to be stupid? An anonymous Quora user explains.
That blog is just my interesting snippets blog. It just so happened that this snippet was so interesting that the entirety made sense. I usually try to break it down into the smallest most interesting bit.
Imagine my surprise as to the reaction to this article. The blog is mainly for myself and my friends / twitter followers. There was no malice here, and I've altered the post to more prominently link to the source content.
The nature of the Internet is such: My blog drives some amount of attention. I don't monetize it and have no intention to. If Quora can make more money by the traffic I direct to it, all the better.
I did not post this to Hacker News. I had no intention of it receiving the attention that it did. All in all, I'm happy that some people got value out of the story. Whoever linked to my post should have linked to the original quora post. That's that.
rantfoil | 15 years ago | on: What does it feel like to be stupid? An anonymous Quora user explains.
rantfoil | 15 years ago | on: Ask HN: Who's hiring.. Sysadmins?
http://bitpusher.com/careers.php
On the engineering/development side we're hiring for dev-ops / infrastructure engineers who love to scale.
rantfoil | 15 years ago | on: What The Heck Are You Actually Using NoSQL For?
Redis is also great as a backing store for the Rails queuing system Resque.
rantfoil | 15 years ago | on: Ask HN: What agencies would you recommend to manage PPC and AdWords?
Google doesn't do a good job of nurturing since they tend to hire highly intelligent nontechnical people, train them all about Adwords, but then give them no real way to move up in the organization or challenge themselves.
rantfoil | 15 years ago | on: Facetime for the Mac
rantfoil | 15 years ago | on: The New Sharing Economy
It's about building communities that didn't exist before. That's significant. The modality is the difference. People didn't have a reliable and simple and cheap and instant way to connect. Now they do.
rantfoil | 15 years ago | on: Where to See Silicon Valley
It's ~$50/month -- but I would definitely give up lattes and buy black coffee for it.
rantfoil | 15 years ago | on: Ask HN: Who Is Hiring? (October 2010 Edition)
Posterous is hiring Backend and Rails engineers! We're a team of just 10 engineers -- 100% focused on being totally driven by great hackers who love building for consumer web.
rantfoil | 15 years ago | on: It’s time to nut up or shut up
rantfoil | 15 years ago | on: The London startup scene: Too much funding and boozing
rantfoil | 15 years ago | on: Ask HN: Offer of Employment retracted
rantfoil | 15 years ago | on: Ask HN: Offer of Employment retracted
rantfoil | 15 years ago | on: Ask HN: What's the big deal with startups anyways...
It just so happens software creates wealth right now. I think that's a great thing.
rantfoil | 15 years ago | on: Ask HN: What's a good, open source, distributed, worker queue?
We use DJ for jobs that MUST succeed (e.g. autopost) whereas we use Resque for more frequent but less essential jobs.