spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
spahl's comments
spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
And yeah OpenTelemetry is where lots of the industry is going and so are we. You can already do cool things with us and the collector but we plan on automating a lot and expand on that.
A little bit about that in this commment: https://news.ycombinator.com/item?id=25995424
spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
It's from this page: https://opstrace.com/docs/quickstart
spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
What we want to emphasize is that it is possible to build this and have the advantages of a Datadog without the drawbacks.
spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
Thanks for the feedback, we appreciate it!
spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
spahl | 5 years ago | on: Launch HN: Opstrace (YC S19) – open-source Datadog
We will also have a managed version where we deploy and maintain it for the customer in a cloud account they provide us.
spahl | 8 years ago | on: Run Kubernetes on top of DC/OS
spahl | 11 years ago | on: Google Embraces Docker, the Next Big Thing in Cloud Computing
Although it still supports lxc, docker now defaults to libcontainer (https://github.com/dotcloud/docker/tree/master/pkg/libcontai...), it's own container implementation.
spahl | 12 years ago | on: Docker Hack Day Highlights
Of course, building packages is just one of many use cases. You also want to test the installation of the new package, run integration tests...
spahl | 12 years ago | on: Docker Hack Day Highlights
Once we have tools to build debian packages easily in a controlled environment (containers), the CI server will be able to use the same tools to build and test the final package. The advantage here is that a developer can test the whole workflow and build local test/dev packages with the same tools and environment as the CI server.
spahl | 12 years ago | on: XKeyscore: NSA program collects 'nearly everything a user does on the internet'
spahl | 13 years ago | on: Vim Creep
What is wrong with sharing them?
spahl | 13 years ago | on: Yadifa, new name server by .eu
The cool thing is that you can hook into the resolving chain with C and/or python.
spahl | 13 years ago | on: PHP: the quiet powerhouse
2. You don't have to be a command line expert to start using it. All the books at http://learncodethehardway.org/ show that command line can be integrated in the language learning process seamlessly. No reason to be terrified of it, on the contrary, new coders should embrace it as soon as possible.
spahl | 13 years ago | on: PHP: the quiet powerhouse
The thing is, why choose a flawded language when there are others less flawed (nothing is perfect) for new code?
spahl | 13 years ago | on: PHP: the quiet powerhouse
And yes I did a lot of PHP but that was 5-6 years ago. I know things have changed a lot since then but the language still has a lot of the same flaws.
spahl | 13 years ago | on: PHP: the quiet powerhouse
Also, if command line is a barrier for an aspiring (web) programmer, he/she should start looking for a new career path.
spahl | 13 years ago | on: PHP: the quiet powerhouse
In what way does PHP help to get things up and running faster than other languages?