Earlier quoted context omitted.
> I could have done the whole thing Taco Bell style if I had only manned up and broken out sed, but I pussied out and wrote some Python. And with one dumb word choice, I suddenly can't share this otherwise good piece with most audiences.
Seriously? That's no harsher language than calling someone a dick. Do you have to keep an ultra-clinical PR image for some reason or are we really that puritanical?
Processing 40TB of code from 10M projects with a dedicated server and Go
81–83 of 83 posts
Re: Processing 40TB of code from 10M projects with a dedicated server and Go
#82Earlier quoted context omitted.
> I could have done the whole thing Taco Bell style if I had only manned up and broken out sed, but I pussied out and wrote some Python. And with one dumb word choice, I suddenly can't share this otherwise good piece with most audiences.
The website it's linked on is called widgetsandshit.com. I think that's a bigger problem if you're that worried.
Re: Processing 40TB of code from 10M projects with a dedicated server and Go
#83Earlier quoted context omitted.
Yeah, I was writing a Docker image built around Prometheus' jmx_exporter intended to be used as a mixin for our Java apps, and part of what I needed to do was provide a simple script to preprocess separate config files to produce the config used by jmx_exporter. My initial thought was Python, but it needed a couple of 3rd party dependencies, and there wasn't an overly clean _and_ simple way to copy the script in from…
> I was writing a Docker image built around Prometheus' jmx_exporter intended to be used as a mixin for our Java apps, and part of what I needed to do was provide a simple script to preprocess separate config files to produce the config used by jmx_exporter Did you consider, and stop me if this suggestion is completely wild, Java?