Fubaredness Is Contagious

Dmitriy Samovskiy’s Blog

Entries from March 2008

Benefits of Virtualization – Part 2

March 31st, 2008 · Comments Off

Virtualization can also serve as software delivery medium. You know, like floppies, CDs and DVDs. You do sacrifice space and some CPU power, but get a controlled installation environment in exchange. This comes handy if a product you are trying to distribute takes some effort and knowledge to install correctly.
To illustrate this concept, I am [...]

[Read more →]

Tags: virtualization

Benefits of Virtualization

March 26th, 2008 · Comments Off

Almost everybody is familiar with better resource utilization as one of the benefits of virtualization. You can reduce the physical footprint (have fewer physical pieces of hardware) and still run the same number of “standalone” servers as before virtualization.
I think however that there is another huge benefit that doesn’t get as much attention – virtualization [...]

[Read more →]

Tags: virtualization

LinkedIn + RSS = Finally!

March 21st, 2008 · Comments Off

LinkedIn finally offers personalized RSS feeds.

[Read more →]

Tags: Uncategorized

Guido on Python 3000 and You

March 18th, 2008 · Comments Off

Guido van Rossum, creator of Python programming language, published slides of his keynote at PyCon 2008 here.
A note to self: come back to to this link when it’s time to migrate to py3k.

[Read more →]

Tags: python

“Least Used” Load Balancing

March 14th, 2008 · Comments Off

See an interesting discussion on benefits and shortcomings of “least used resource” mode of load balancing at High Scalability.
Here is what I think:
When dealing with TCP-based services (say http), my solution is not to use this load balancing mode at all precisely for this reason [you bring a new server online - and all of [...]

[Read more →]

Tags: technology