How To Get Hired As An Open-So …

How To Get Hired As An Open-Source DeveloperCompanies looking for open source skill sets are very focused on the proven abilities of the engineer in the work environment. In other words, if you can do it, you are the right candidate. With proprietary systems, like Microsoft technologies, there’s a tendency to look at things like certifications as a prerequisite for hires.

I never had much use for trans …

I never had much use for transparent terminals. They annoyed me, but with my own photos on the desktop it’s kinda nice to see familiar scenes in the background of my terminal as I work.
Here’s the settings I use with MGT:

I like having a light coloured background (black on light yellow) so here we go..
Settings->Tab Preferences->Image

  1. Check the “Transparent” box.
  2. Set “Shaded Background” to 41%
  3. Set “Adjust Contrast” to -69%
  4. Set “Gamma Correction” to -14%
  5. Tint the background with whatever colour you like.

The aim would be to get a lightly transparent image, that’s discernable but not distracting. These work for me, but YMMV!

Adbusters: Buy Nothing Day – i …

Adbusters: Buy Nothing Day – it was December 2nd here in Ireland. Did anything change? I don’t think so. I bought veg and sauce for dinner last night in the local SuperValu and it was busy, busy, busy!
If consumers want any change, not spending isn’t how to do it. Spend differently. Buy produce that most people don’t buy. Go to your local corner shop instead of the huge supermarket. Hey! Prices will be more expensive, but that’s ok, you’re making a difference. *huh!*

If you can't get at your IDE C …

If you can’t get at your IDE CD burner because Nautilus keeps loading the ide-cd module try the following trick:

Login as root and enter the following, you might have to repeat the command a few times as Nautilus probes the CDROM on a regular basis.
# /sbin/rmmod ide-cd cdrom ; /sbin/modprobe ide-scsi

Of course, I should just modify my /etc/modules.conf but I CBA!