So, I've mostly kept to computers and programming on my blog, but I've decided
that I'll blog about food, at least this once.
Stumpy Burger is a small Burger place that opened up about a week ago in Provo.
I noticed its sign about a month and a half ago, but looking in the window
revealed that it surely wasn't open yet.
I went to drop off my car for a long repair, and I pulled my bike out of the
trunk. On the way home I decided to check to see if Stumpy Burger was open yet.
It was, but I had to wait a little before they opened for the day.
When I went in, I was met by a friendly staff. I ordered a Cheezie Burger,
which is basically a Stumpy Burger with cheese. I got pickles and grilled
onions, which are both ...
Virtualization has many advantages. I use a Virtual server for this website. Virtualization helps in testing new environments and new software. One can run a virtualization package on a mac, and use windows without rebooting. If I am working on a project, and someone reports a bug, I can set up a virtual machine that replicates the environment that the bug happens in.
The trouble comes when someone decides to move production things to virtual servers.
Where I work is a prime example of an extremely inefficient use of computing resources due to virtualization. The virtualized machines were meant to give individuals their own server quickly and easily. This is fine. It was decided to host a few services on the virtualized machines instead of using existing machines. There is one virtual machine running mysql on one distribution of linux. There is another virtual machine running another linux flavor that ...