Live data from Hacker News

Singapore software vendor says own hardware in colo costs $400M less than cloud

theregister.com

201–202 of 202 posts

Re: Singapore software vendor says own hardware in colo costs $400M less than cloud

#201
post #184

Earlier quoted context omitted.

At my company we operate something similar to that with 2 system engineers and 2 network engineers. 2 main offices and 2 separate physical COLO datacenters + lots of satellite offices and remote workers. Everything is HA and we have a DR site that is mostly unused. Everything is backed up securely (push only) and can be easily restored (database aware) extremely quickly if needed. In an absolutely worst case shit hit…

> Does this take awhile inititally to setup? Yes it does. This is fundamentally the difference to me. I've worked with hardware before, and if your business and load is predictable, and you understand how to architect it before going in, it's a good option. You can put in a bit of extra up-front work and get more control and lower costs. But most tech companies are not like this.

The other issue I have ran into is that developers all have worked at a startup where they had really shitty on prem setups. As in just a bunch of devs hacking it together without much thought and no actual sysadmin or system engineer / dedicated ops people. That leaves a bad taste in peoples mouth

Re: Singapore software vendor says own hardware in colo costs $400M less than cloud

#202
post #176
post #83

Earlier quoted context omitted.

if you're serving static assets

Which is what most of web sites are, frameworks come from cdn cache, user specific queries from origin.

And if latency is important, you need that origin to be close to the user.

The front end is the least latency critical component in a lot of stacks, because the user downloads it once and can cache it on their machine, whereas every single action they make using that UI is subject to the latency of going to your back end

Post reply on HN