I see news about Microsoft crafted a switch OS on Debian Linux platform, announcing its SQL server of Linux and may be some more. Though this is a surprising news as Microsoft windows has released its best OS so far, which is more stable and fast compare to its ancestors, so what could be the reason to move towards Linux is a question. Is this related to the security aspect of the operating system or is it the open source nature of the platform and the community support it has or is it just the recent decision to move towards it ? Whatever it is, I see this as a strong move towards making its environment and platform more robust and performant.
Read on →Blogs
Is Microsoft biased towards Linux
Memory Management in Python
I came across the interesting write up somewhere on website on memory management in Python. Here are some data facts which I liked,
Python allocates memory transparently, manages objects using a reference count system, and frees memory when an object’s reference count falls to zero. In theory, it’s swell. In practice, you need to know a few things about Python memory management to get a memory-efficient program running. One of the things you should know, or at least get a good feel about, is the sizes of basic Python objects. Another thing is how Python manages its memory internally.
So let us begin with the size of basic objects. In Python, there’s not a lot of primitive data types: there are ints, longs (an unlimited precision version of ints), floats (which are doubles), tuples, strings, lists, dictionaries, and classes.
Read on →VMware Player and Hyper-V are not compatible
I run my VMs using vmware player for multiple operating system like Ubuntu, CentOS, Fedora, Suse, Mint Linux. One fine day I noticed this error “VMware Player and Hyper-V are not compatible” from the vmplayer while starting Ubuntu. This was bit surprising for me as I had run the same vm couple of times.
I realized that disabling the hyper-V could fix this problem, but I was still curious, as of why could this start all of sudden?
Read on →Jekyll Simply So Simple
Jekyll one of the fast and simple static html page generator is really easy to start of with. I am so addicted to it now. Still exploring it more, there are so many features available and installing it is as easy as it can be.
Read on →PyCon India 2014
Yes, PyCon India 2014 is happening in Bangalore. Interesting topics are on there for you on day 2.
Workshops are also been conducted as a part of day 1 program. I have attended the one in year 2012 and some of the topics were really good to know and worth attending.
The topics which focus on large data processing, performance, high scalable application in python, complex data structure would be worth to attend.