Author: mattions

Lucid Lynx is pretty slick

I’ve just upgraded to Lucid Lynx. Pretty slick!


The upgrade worked out quite well and I was really surprised. My system usually runs a lot of beta/alpha softwares. One way to avoid any problem is to do a clean install. If you have all your data in your home and you have partitioned in a convenient way you can do it in a light heart way.

Unless you had to install tons of scientific softwares in /usr/local for some kind of reason.

It took me one day to get everything up to date, from to add the new slick indicator applet  to the panel, to check out the new stuff. (I gave a go to GNOME shell, but didn’t really get into it too much yet!)

gnome shell

If you just installed Lynx and don’t know what to do, check out this post.

How to set up a good partition scheme in Linux

It’s always a good idea to have at least two partitions, one for your O.S. and one for your data. There are a lot of programs which you can use to part your harddrive  (e.g.: [ gparted | qparted ]).

I’m pretty happy with my current schema, which I developed long time ago, when my harddrive was only 40 Gb. I wrote about this in this old post, which I’m translating from Italian to English.

This is a schema for an old laptop of 40 Gb, but you can extend the concept.

Harddisk: 40 Gb

/ 10 Gb (root, where you will install the operative system)

swap 1Gb (should be the same amount of RAM you’ve got if you want to suspend)

/home 29 Gb

The main idea is to create a 10Gb for your O.S., the swap for the RAM and then everything left should go as space for the home.

This is pretty good way to part your disk because:

  1. Your data are detached from the O.S., so you can clean your partition very quickly and put a shiny new one in no time.
  2. 10 Gb is maybe too many for the O.S., but I tend to install a huge amount of stuff and sometimes when writing big file you need space in tmp.

So far it works for me.

With my new (3 years old…) laptop I have this figures:

 

18.4 Gb for the root (/)

4 Gb for the swap

87.7 Gb for the /home

It’s made of gold

nexus_one

From the 26th of April is possible to preorder the Nexus One from Vodaphone U.K.
The funny part is they are asking 35£ per month with only 1Gb of data on a 24 months contract.

This is hilarious.

O2 is selling the iphone at 15£ per month, with unlimited amount of Data for a contract of 12 months.

Or you can have for 15£ per month as a tariff for a smart phone.

What exactly are they thinking in vodaphone?

I’m thinking to get a google phone just from google page and run it on O2 network…

We don’t talk about GIL

GIL is the Global Interprer Lock for python

This video makes some really cool points.

Especially around the 3 minute. You can have a proper laugh 🙂

Interesting article about python parallelization

The first rule is we don’t talk about GIL.
The second rule is we don’t talk about GIL…

Github project support soon?

It seems github will be supporting project accounts soon:

This would be very cool. Right now Neuronvisio is hosted under my account name, something not personal, but project centric make a lot of sense. Especially when you have more than one developer.

On top of this there is this amazing plugin for mercurial, which will make git user very easy if they want to collaborate with those.

Maybe Sumatra is going in this direction, maybe not. Back on this soon.