Viewing profile — helloiamaperson
helloiamaperson
HN member- Joined
- Thu, Feb 12, 2015, 1:35 AM UTC
- HN karma
- 24
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About helloiamaperson
Recent public activity
-
comment
Comment #13034352
take a look at my post from earlier: https://news.ycombinator.com/item?id=13031870 . I'd be interested to hear your (and others') thoughts.
-
comment
Comment #13031870
Since you're doing research in this area, have you taken a look at something like https://www.dyadicsec.com/ at all? I looked at the whitepaper a while ago, and it seemed to make s…
-
comment
Comment #13024042
Check out concourse.ci [example pipeline at https://ci.concourse.ci/ ]. It fully supports building docker images - https://github.com/concourse/docker-image-resource
-
comment
Comment #12379053
I'd love to hear more about your solution. Are you saying that you've created an algorithm distinct from paxos/raft/zab that's more robust?
-
comment
Comment #12378964
Being able to rebuild critical infrastructure from source, and know that you'll be able to reliably deploy it, is a _huge_ win for security. In that case, you might be interested i…
-
comment
Comment #12235990
You should take a look at https://bosh.io/ . It does what you want wrt devs being responsible for defining how the software runs, environment reproducibility, etc. Unfortunately, t…
-
comment
Comment #12168659
As Titanous said, BOSH operates at a lower level than Flynn. You could use BOSH to deploy Flynn, hypothetically. A more direct comparison would be Cloud Foundry.
- comment
-
comment
Comment #11182052
There's a foundation that's a separate entity that owns the IP: https://www.cloudfoundry.org/membership/members/
-
comment
Comment #10971747
> I'm pretty sure it's quite valuable, though I'm also unclear what people would be willing to pay. Your solution probably works great for your needs, but this stuff is expensive t…
-
comment
Comment #10956383
> One PaaS with developers in mind is https://nodechef.com It would be interesting to see how they do. Is this your product? All of your comments are about it.
-
comment
Comment #10786899
The most production ready versions of this kind of thing are http://geode.incubator.apache.org and https://ignite.apache.org .
-
comment
Comment #10764869
Terraform's model (local state files) is not something that works well, in my opinion. Since AWS doesn't know that you want some operations done "transactionally" (like with CloudF…
-
comment
Comment #10343789
Oh, so kind of like: http://concourse.ci/ ?
-
comment
Comment #10343627
You mention Puppet and Chef, but how does it compare to more holistic tools like terraform, juju, and bosh?
-
comment
Comment #10333585
https://news.ycombinator.com/item?id=10333576
-
comment
Comment #10333582
https://news.ycombinator.com/item?id=10333576
-
comment
Comment #10333576
I'd love to hear more about your use case and what I could do to improve the situation. You can contact me with the email address in my profile if you're interested. Thanks!
-
comment
Comment #9729923
> Hell, you need a separate VM just to install it. I'm not sure why that's a problem. If you want something that's actually like heroku like in terms of uptime and what not, you ne…
-
comment
Comment #9729675
http://www.openshift.org/ or http://cloudfoundry.org/index.html , both used in production by f500 companies
-
comment
Comment #9689851
Or use cloud foundry ( http://cloudfoundry.org/index.html ) if you have a burning desire to stand up your own paas vs. just using heroku.
-
comment
Comment #9600598
> With Nix it seems like the technology is there. It works. It has a superior model compared with other systems. However, it lacks a corporate sponsor or large community to make it…
-
comment
Comment #9562257
There is. It's called Cloud Foundry: http://www.cloudfoundry.org/index.html
-
comment
Comment #9387120
Take a look at bosh: http://drnicwilliams.com/2012/05/15/bosh-what-how-when/ . It has its own problems, but it does exactly what you want, and is used for large scale deployments.
-
comment
Comment #9104871
You can run databases inside of cf as well: https://github.com/cloudfoundry/cf-mysql-release