HN user

cfieber

9 karma

[ my public key: https://keybase.io/cfieber; my proof: https://keybase.io/cfieber/sigs/Ra8xHS5djcDZTs8btFpsGMeMGiuCn4l3gDz9Ix_eIhg ]

Posts0
Comments12
View on HN
No posts found.

sure makes me glad all that (and so much more) happens in the first negative 10 minutes on any server I deploy.

If you are doing this after your server has launched you are doing it wrong.

Spinnaker is pretty focussed on deployments and as such has those operations as first class citizens (deploy, resize, manage traffic, destroy, etc)

Jenkins is also a first class stage type - it is the way we run the build and test side of our deployments

I recently (just over a year ago) relocated myself and my family to the SF Bay Area. I couldn't ever explain (other than the OMG Bay Area salary/big name company aspect) why it mattered so much to me, but reading that Hunter S. Thompson letter really hammered it home for me.

Thanks for the link!

It is kind of a dumb test to do 'new HashMap' with the default initialCapacity then cram stuff into it in a tight loop.

It is basically testing constant rehashes which is obviously going to generate a ton of garbage

I suspect the default collection implementations would perform significantly better if they were used correctly