Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jambay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jambay
3mo ago
I'm curious if Linux aarch64 would be difficult to support with this.
2.
▲
by
jambay
4mo ago
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 the slope upward in the 2026 plot. It's not just hyp
3.
▲
by
jambay
1y ago
The interaction design looks fairly intuitive. Good luck!
4.
▲
by
jambay
5y ago
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. Does the open source edition address your non commercial cri
5.
▲
by
jambay
6y ago
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 turn off Entrypoint injection either during build time (it&
6.
▲
by
jambay
6y ago
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 exclusively on k8s, Waypoint is designed to center on the build,
7.
▲
by
jambay
6y ago
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. There may someday be features in a paid Enterprise edition, si
8.
▲
by
jambay
6y ago
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 Spring), and GCP Buildpacks. https://github.com
9.
▲
by
jambay
6y ago
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-autoscaling-t...
10.
▲
by
jambay
6y ago
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.
11.
▲
by
jambay
8y ago
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 pks and k8s are able to run stateless wo
12.
▲
by
jambay
12y ago
no, rocket does not require coreos, just linux, see: https://github.com/coreos/rocket#trying-out-rocket
13.
▲
by
jambay
12y ago
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 accelerating. it sure seems like rocket's approach
14.
▲
by
jambay
12y ago
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 to running many containers per host * slow - requires start
15.
▲
by
jambay
13y ago
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 currently working for vmware [1]. the ongoing work has been contin
16.
▲
by
jambay
13y ago
I think there is a typo in the go sample program. bytes = 100 Should be bytes[i] = 100 Right or wrong?