No Christmas presents for me, please!

I am quite content and grateful for what I have, and if I really want something it is either way too expensive to ask for, or I would buy it when I need it.

If you really want to give something, invite me for a home-cooked meal, buy me a beer, donate to something you feel is nice (and if you’re still lost, or need a recommendation, donate to the EFF or the homeless), or use the money on better presents for others.

 
16
Kudos
 
16
Kudos

Now read this

Giving your servers fun pet names with Terraform

You are probably aware that that Terraform have a random number module that works like this: resource "random_integer" "server-id" { min = 100 max = 999 } However, this isn’t very helpful as is, because it would regenerate new numbers... Continue →