I'm creating a website to promote early stage sites and ideas
21–30 of 112 posts
Re: I'm creating a website to promote early stage sites and ideas
#22Re: I'm creating a website to promote early stage sites and ideas
#23Okay, I'll go for it. I'm very curious to see how the traffic will compare to Hacker News. Yesterday I put a link to my company ( http://algorithmic.ly ) in a comment and the response was overwhelming. I've heard that traffic from different sources can behave drastically differently in terms of conversions, and HN is notoriously bad with conversions, so I wonder how it will compare.
Re: I'm creating a website to promote early stage sites and ideas
#24I'm not involved in either btw.
Re: I'm creating a website to promote early stage sites and ideas
#25Re: I'm creating a website to promote early stage sites and ideas
#26Re: I'm creating a website to promote early stage sites and ideas
#27Even though I'm already subscribed to betali.st and erlibird, I just can't seem to get enough of sites like this. Bookmarked.
Are there other similar sites that you could name (either for closed or open betas)?
Note: I moderate r/SideProject. This subreddit has similar content to "Show HN," but each link spends more time on the front page. It is also a good place to test submission titles before posting to HN.
Re: I'm creating a website to promote early stage sites and ideas
#28Cool idea. I might suggest creating a static version of your site and hosting it on s3. This will make it much more stable if you have a high read rate. Then you can point the new submissions to a app server or something. You don't have to get fancy with this or anything, a simple 'wget -r http://www.kickoffboost.com/' and upload that to a s3 bucket, etc.
All you have to do is set the cache control headers for your landing page to something like "max-age=300, public". That way cloudflare's servers will eat the vast majority of your requests, but no one will see content older than a few minutes.
We got HN'd the other day and this kept our median response time around 25ms, even for our slow rails app.
Of course you have to make sure your landing page is publicly cacheable for this to work (i.e. no user specific data), but that's a small price to pay for a drastic reduction in the amount of traffic you need to serve.
Re: I'm creating a website to promote early stage sites and ideas
#29For anyone who likes this sort of thing, you should also check out http://betali.st/ I'm not involved in either btw.
Re: I'm creating a website to promote early stage sites and ideas
#30Okay, I'll go for it. I'm very curious to see how the traffic will compare to Hacker News. Yesterday I put a link to my company ( http://algorithmic.ly ) in a comment and the response was overwhelming. I've heard that traffic from different sources can behave drastically differently in terms of conversions, and HN is notoriously bad with conversions, so I wonder how it will compare.