Viewing profile — x0rg
x0rg
HN member- Joined
- Sat, Nov 16, 2013, 5:45 PM UTC
- HN karma
- 127
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About x0rg
No profile information was provided.
Recent public activity
-
comment
Comment #46593843
Wow that's great, I'm definitely going to try it. This guy knows what he is doing.
-
comment
Comment #32603792
This all makes sense to me, thanks for the comment. I am aware of the --command option, but I didn't manage to do everything I wanted with it, but honestly that was a while ago. I …
-
comment
Comment #32603714
I run nix in a vm all the time. The point of this project seems to be to avoid this approach and use local dev natively, which would be a godsend. I am pointing out that there are …
-
comment
Comment #32603700
I have been using nix myself quite a lot, but mostly in already isolated environments, both a vm and GitHub codespaces.
-
comment
Comment #32603544
Yeah I know, my whole comment was about nix-shell and about this project posted here, not generally on nix.
-
comment
Comment #32603515
This is shelling out to nix-shell ( https://github.com/jetpack-io/devbox/blob/97c19c370287e203bb... ) which means that it will only support bash AFAIK. I've seen a lot of discussio…
-
comment
Comment #32295030
Do you have a more real world example of a darwin-configuration.nix? I want to see how this looks like and maybe hear about experiences with it longer term.
-
comment
Comment #18050381
I can tell you my story: I tried for years to stay in Italy and work there (it's my home country). As a software engineer I had to work 70 hours per week with no way to get a decen…
-
comment
Comment #17380283
Disclaimer: this is all AWS related as this is the cloud I'm using. I haven't tried Google Cloud Functions or the Azure equivalent. I've been working with Lambda a lot more lately …
-
comment
Comment #16177051
But does it still make sense to have conferences so big? re:invent is so big it is extremely hard to actually attend sessions and there are logistics problems like sessions being i…
-
comment
Comment #14909171
True, it is not too much of a sales pitch, but still something that really can't be seen as impartial, for natural reasons (it comes from the company behind Mesos) and it looses a …
-
comment
Comment #14908397
Those kind of articles are not so useful, Mesosphere is the company behind DC/OS and Mesos and they have all the interest in the world to say that Mesos is the best. Things like ".…
-
comment
Comment #12587794
I was wondering how to make this automated through some sort of pipeline that needs a human to click "go on with the next X % of the rollout and how I would do it with kubectl with…
-
comment
Comment #12585496
I'll definitely do it, too bad for the 50 nodes limitation that can't fit my use case.
-
comment
Comment #12585485
Plus, kube-aws doeesn't really allow of easy maintenance of the cluster (i.e. cluster updates) as far as I know.
-
comment
Comment #12585477
Is there a way to do this properly in AWS without nginx? It would also be great to have features to switch only percentage of the traffic to an app when doing blue/green deployment…
-
comment
Comment #12584941
Great stuff, happy to see this, especially the part that concerns the setup of the cluster, but still too much in early stages. Currently I'm learning a lot on how to get started o…
-
comment
Comment #12469758
We ( https://tech.zalando.com ) also made some work to use Helm to deploy Patroni ( https://github.com/zalando/patroni ), our solution HA PostgreSQL. We have a PR open, if you want…
-
comment
Comment #12060861
I hope the future of cloud will really be managed OSS as service. Google is doing a great job with Kubernetes and GKE and I hope the other providers will understand that. Microsoft…
-
comment
Comment #12037006
In zappr ( https://github.com/zalando/zappr ) you can, check it out. An example: https://github.com/zalando/zappr/blob/master/.zappr-example.... .
-
comment
Comment #12036949
Another tool is https://github.com/zalando/zappr . We built this and we are currently quite happy with it and open to suggestions, issues, PRs.
-
comment
Comment #11439781
For those interested in a comparison between Spark and Flink, a recent article from our blog here: https://tech.zalando.com/blog/apache-showdown-flink-vs.-spar...
-
comment
Comment #11376146
Great, the docs are a bit bad for that, I'll have a look at the code :-)
-
comment
Comment #11373320
Sure, even though having multiple schedulers support (for different type of workloads) would be great to increase the cluster utilization, which is one selling point of such system…
-
comment
Comment #11255105
Isn't Netflix using Mesos (see http://techblog.netflix.com/2015/08/fenzo-oss-scheduler-for-... )? I don't understand what role it plays here.