I want to change the node name of a beam instance dynamically.
The usecase is in a cluster of VM's I would like the startup process to lookup the ip information and then pick a name from that.
node()
# => :nonode@nohost
# Lookup ip and change name
node()
# => :myapp@x.x.x.x