by mitchwainer on 6/20/13, 1:33 PM with 11 comments
by canterburry on 6/20/13, 4:30 PM
On the other hand, I was always taught "cash is king" in entrepreneurship. It's the easiest to spend and the hardest to make. Besides, if you are a start-up and don't have it...hacking something together is your only option.
by mathattack on 6/20/13, 4:00 PM
by JangoSteve on 6/20/13, 4:31 PM
One thing to note though is that there are a few things that just make much more sense as a service, or take more effort to actually run yourself than expected. For example, the way they set up Uptime. They moved a lot of stuff over to Digital Ocean, but it sounds like they still have a lot running on Heroku (e.g. all the apps mentioned in the post). But you need your availability monitoring app running on completely separate servers than everything else you run, otherwise it can't tell you when the service behind your apps goes down. In this case, if Heroku or EC2 go down, then the app that is supposed to alert them will also go down, and thus no alerts.
by joshowens on 6/20/13, 3:00 PM
by hkarthik on 6/20/13, 4:11 PM
What are you doing for CI?