Live data from Hacker News

The pain of a successful Hacker News launch

volument.com

1–10 of 22 posts

Re: The pain of a successful Hacker News launch

#2
I wanted to try Volument but I noticed that their website wasn't redirecting to https, they had set the HSTS header and forgot about http since they only ever saw https on their browsers. This put me off because I thought, if they got this wrong, who knows what else they got wrong?

I emailed them and they replied very soon and fixed the problem within a day, though, so at least response time was excellent.

Re: The pain of a successful Hacker News launch

#4
Cheers for shipping a product! I recall the post, and as a heavy Google Analytics user the landing page made some very salient points. This post was honest and challenges the fantasies of many hopeful hackers. "Catastrophic Success" is no joke.

I can sympathize with the challenges of running a web scale analytics tool, after helping build and run an analytics stack for an ad network. Even with our relatively small group of customers and lots of planning, the data was abundant, the queries became quite slow, and the pipeline was never "real-time" enough for some.

The web is a noisy place! URLs parameters are tricky to canonicalize into pages when dealing with many properties. There is a constant stream of nonsensical referrers and even referrer spam. Traffic can be exceptionally spiky, and cascading failure in the pipeline is inevitable without careful planning. Data loss is irrecoverable, and any incident needs to be carefully explained to users of the product so they don't deceive themselves into making decisions based on missing data.

One specific point I'm concerned about from the post is that while comparing HackerNews traffic to organic search, their analysis fails to account for relative traffic volume. Its always easy for a small volume traffic source to show outstanding metrics, but miss the broader point: quality traffic sources usually don't scale. A useful analysis should assign weight to overall volume. ORDER BY MAX(CTR) will tell me that some keyword/referrer was the top performer at 80%, but without knowing that was for 3 visitors I could easily get the wrong ideas. I think analytics tools aspire to make it difficult to come to incorrect conclusions, acknowledging that most of their users will have no meaningful background in statistics.

All of those challenges are surmountable, but it definitely gives some credence to the talented engineers who have make analytics stacks look easy. I wish Volument luck in their journey and will keep an eye on their progress, because their pitch remains quite appealing.

Re: The pain of a successful Hacker News launch

#6
Volument reveals us, for example, how the people that come from Google search generate much more traction than the other market segments. A super valuable piece of information that we will use on our marketing.

Does it show that people coming from HN want to glance at your startup and see what it does, whereas people coming from Google have no idea what to expect and take longer to work out who you are and what you do?

Does it show that neither Google users nor HN users know what you do, but HN users are more experienced with websites and spend less time mentally categorising them?

Does it show that HN users are less interested in marketing / conversion than people who Googled for a related term enough to find your site?

What's the super-valuable insight and how will you use it?

Re: The pain of a successful Hacker News launch

#8
This article comes across as being really fake. You can clearly tell that the goal is to to drive additional traffic to their v1.0001 instead of actually diving into what they did wrong. Were they really investigating an entire new DB and user interface in the few days after launch? If your initial design is so far off that it requires a complete rewrite on day 1 of launch, then you have serious problems. That is not “avoiding pre-mature optimization”. That is an architectural failure.

Re: The pain of a successful Hacker News launch

#9
It's a strange type of depression where you come right back for more. "Learned helplessness"? Masochism?

I'm slightly irked by this use of "depression" anyway. It somewhat trivialises one of the top 10 deadliest diseases, whose sufferers are already facing the constant pain of their disease being considered "fake" or a lack of character or laziness etc.

Sorry for being the "language police". It's just a minor point, and I know the word is commonly used in this way. But even ignoring the issue above, I think there are simply better words for the specific situation: "depression" evokes the spectre of inactivity, of helpless, and of despair. But you did tackle the problems that came up, so words such as "challenging" (yeah, I know), "frustrating", "stress", "maelstrom", or "adventure" may not only improve the text's language, but also project a more positive image for potential customer.

Post reply on HN