Viewing profile — jambay
jambay
HN member- Joined
- Wed, Aug 14, 2013, 8:32 PM UTC
- HN karma
- 40
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About jambay
Recent public activity
-
comment
Comment #48483485
I'm curious if Linux aarch64 would be difficult to support with this.
-
comment
Comment #48069048
There has been so much discussion about the increase of volume in CVEs. I love that it's super apparent from looking at that graph of CVEs by year, there is a noticeable bend in th…
-
comment
Comment #44293374
The interaction design looks fairly intuitive. Good luck!
-
comment
Comment #30129852
HashiCorp employee here. Nomad has an open source core which is very capable. There is an Enterprise edition for those that want support and access to several Enterprise features. …
-
comment
Comment #24795965
Hi, we are not intentionally hiding how Waypoint works. We attempted to make the Entrypoint functionality very clear in the documentation with explicit instructions for how you can…
-
comment
Comment #24791273
Hey Jacques! Good to chat with you again :) Yes, the plugin architecture is an essential part of Waypoint and we hope to see a large ecosystem of plugins. Rather than focuses exclu…
-
comment
Comment #24791214
I work at Product Mgmt at HashiCorp. We do hope to have Waypoint as a HashiCorp Cloud offering in the future. Yet we expect the have the core workflows available in open source. Th…
-
comment
Comment #24791016
I work at Product Mgmt at HashiCorp. There is a Java Spring example here that uses buildpacks from either Heroku, Cloud Foundry Paketo (VMware Tanzu team that works closely with Sp…
-
comment
Comment #23443599
I'm curious if you tried the new autoscaler [1] that is in Tech Preview? Is there something it's missing for your scenarios? [1] https://www.hashicorp.com/blog/hashicorp-nomad-auto…
-
comment
Comment #23443570
Autoscaling is in Tech Preview as of March: https://www.hashicorp.com/blog/hashicorp-nomad-autoscaling-t... Disclaimer: I work at HashiCorp in Product Management.
-
comment
Comment #18638306
i work on pcf at pivotal. i'd love to hear how we can improve. spring boot should work great with "cf push" and when it doesn't we would love to know why and make it better. while …
-
comment
Comment #8683490
no, rocket does not require coreos, just linux, see: https://github.com/coreos/rocket#trying-out-rocket
-
comment
Comment #8682604
it's a very exciting time for Linux Containers. it's been a fun to watch the evolution from BSD jails to lxc to docker, but the rate of innovation and usefulness is certainly accel…
-
comment
Comment #8356181
AWS Beanstalk for docker does work, but has some weaker points of relative comparison: * inefficient - 1 docker image per AWS instance, which is expensive to run scaled up compared…
-
comment
Comment #6488258
yes, cloud foundry has been using warden for PaaS isolation between hosted apps for awhile. it was originally authored by redis and cloud foundry contributor pieter noorduis curren…
-
comment
Comment #6214029
I think there is a typo in the go sample program. bytes = 100 Should be bytes[i] = 100 Right or wrong?