HN user

cpsaltis

227 karma

Engineer, researcher, entrepreneur, co-founder

Posts27
Comments22
View on HN
ubuntu.com 5y ago

Fully open source, multicloud stack with Ubuntu, LXD and Mist

cpsaltis
7pts0
thenewstack.io 5y ago

The True Meaning of ‘Open Cloud’

cpsaltis
1pts0
news.ycombinator.com 5y ago

Ask HN: Price/performance benchmark for cloud VMs?

cpsaltis
1pts0
blog.equinix.com 5y ago

Packet is now Equinix Metal

cpsaltis
4pts0
blog.mist.io 5y ago

Options for moving files between Git repos

cpsaltis
1pts0
blog.mist.io 6y ago

Please improve vSphere's RESTful API

cpsaltis
1pts0
blog.mist.io 6y ago

Comparing clouds: Billing for stopped machines

cpsaltis
1pts0
blog.mist.io 6y ago

Multi-Cloud Has the Edge

cpsaltis
2pts0
blog.mist.io 10y ago

JavaScript MVC Showdown: AngularJS vs. EmberJS

cpsaltis
6pts0
blog.mist.io 11y ago

A Review of Microsoft Azure’s API

cpsaltis
3pts0
blog.mist.io 11y ago

Using the Cloud to Fight for Net Neutrality

cpsaltis
6pts0
blog.mist.io 11y ago

First Look on Digital Ocean’s New API

cpsaltis
1pts0
blog.mist.io 11y ago

Open-source multi cloud orchestration

cpsaltis
2pts0
blog.mist.io 11y ago

Manage your Docker containers along with your servers and VMs

cpsaltis
2pts0
blog.mist.io 12y ago

Hybrid and multicloud on the rise: An interview with G. Karidis, CSO SoftLayer

cpsaltis
1pts0
blog.mist.io 12y ago

Reducing CPU load in D3.js transitions

cpsaltis
2pts0
blog.mist.io 12y ago

Cloud is not a one-size fits all solution. Jonathan Siegel (Rackspace) interview

cpsaltis
1pts0
blog.mist.io 12y ago

Testing with Jenkins, Ansible and Docker

cpsaltis
161pts23
blog.mist.io 12y ago

Building a mobile-friendly web app using Ember.js and jQuery Mobile

cpsaltis
2pts0
blog.mist.io 12y ago

Getting 100% uptime on public cloud. An interview with T.Luu, Nephoscale CTO

cpsaltis
1pts1
blog.mist.io 12y ago

5 wrong ways to store passwords in the database

cpsaltis
2pts0
blog.mist.io 12y ago

PaaS is a blessing, not a curse

cpsaltis
2pts0
blog.mist.io 12y ago

Set up your own OpenStack Havana in 10 minutes

cpsaltis
4pts0
blog.mist.io 12y ago

EU Parliament adopts resolution to set standards for cloud interoperability

cpsaltis
47pts34
blog.mist.io 12y ago

How to create a libcloud driver from scratch: the NephoScale case

cpsaltis
8pts0
news.ycombinator.com 14y ago

Ask HN: Open source alternatives to beebole.com?

cpsaltis
2pts0
www.guardian.co.uk 14y ago

A supercomputer predicts the future

cpsaltis
2pts0

The main issue with virt-manager is that it's a desktop application and you can't really collaborate with others when managing infrastructure.

Cockpit solves this issue. The feature set in slightly different but mainly it is limited as to what you can manage.

When running different types of infrastructure at the same time, e.g. KVM + AWS + Azure + ... it won't help much. In such cases it would make sense to check out Mist (https://github.com/mistio/mist-ce), which does something similar to Cockpit but for ~20 infra techs.

At a high level, Mist is a more "general purpose" platform which supports more providers (20) and more workflows. This increases the perceptual complexity, however it isn't more complicated to use than your average public cloud console. In fact, we strive to keep things as simple and as agnostic as possible. I'd be happy to arrange a demo if you like to see it in action. You can reach us on Github or from our website at https://mist.io.

LXD is indeed nice, but it still isn't very widely adopted. I believe this comes down to 3 main issues:

1) It's strongly connected to Canonical and Ubuntu. This is mostly a matter of perception and it is an actual community project. However, I can understand people not feeling comfortable with "snap install lxd".

2) It sits somewhere in between k8s and docker engine. Over time, it will probably get more k8s-like features but still it is a weird position to be in.

3) It lacks a reach ecosystem of tools supporting it and a web UI. This makes it hard for newcomers to adopt. We're working on a web UI ourselves as part of our open source cloud management platform (https://github.com/mistio/mist-ce) and love to hear your thoughts.

It is sad that so many servers are still vulnerable on an issue that has been reported through all major mainstream news networks. We've witnessed several attacks many days after Shellshock was fixed, and chasing down the botnet scripts we saw hundreds of servers compromised.

The story and scripts were published on a blog post in case anyone wants to check out a standard botnet attack:

http://blog.mist.io/post/100582053116/anatomy-of-a-shellshoc...

Chaining jobs and parallel ones are both very important. Especially the last one since it saves you a lot of time waiting the tests to complete. Also a big plus is to be able to run certain set of tests only when a specific event is fired eg ran test A when somebody pushes to branch X

Assuming an average valuation/yearly revenue ~= 20 it means that for $3.5bn the should make $175m a year. If they have 350m photo shares a day (!!!) this number seems very well within their reach. They can even afford to monetize less aggressively and thus more user-friendly. I think it's one of these cases where numbers are so huge that they work in their favor whatever they do.

The biggest pain I've experienced with similar web interfaces was mobile. For the desktop there are a few that are decent, but on mobile they generally suck. So do the native email clients for Android and iOS.

Do you plan to stick with a desktop version? Will you always design 'destop first'?