Tag Archive for 'life'

Every Sky is Blue…

By randomly browsing the net, I’ve found a cloud photo from Croatia which look like the one I put as a header of this blog.

every-sky-is-blue.png

Of course the picture is not the same, because my clouds are from North of France. Just a funny coincidence…

Samsung Q35 XIC-5500 : Tiny Review of a Strong Compact Laptop.

samsung-q35-xic-5500.jpg I’m the happy owner of a brand new Samsung Q35 XIC-5500 laptop. Here is a review of the machine hardware, not the software.

The hard disk of the machine is supposed to be a 120 GB one, and as usual a hidden partition is reserved for windows backups. I deleted this one and reformatted the whole disk. After this operation, fdisk (fdisk -l /dev/hda) report me a total usable space of 112.4 GiB. Not bad.

Now I’ll tell you what I noticed about the aesthetic and the usability of the machine itself.

samsung-q35-touchpad.jpg The touchpad has a good soft touch, but is located so close of the keyboard that I inadvertently activate it while typing. This is quite bad, especially when you write long texts. I think with some practice I’ll be able to move my fingers to avoid this unintended behavior.

I feared having a glossy screen but I’m finally happy. This one is not as reflexive as I thought, and bright colors are welcomed for watching movies. I still hadn’t the opportunity to test it in a sunny environment. October is not the sunniest month in the north of France ! ;)

samsung-q35-strange-keys.jpg To keep the machine as compact as possible, some keys of the keyboard were located in unusual places. Page Up / Page Down keys are for example on the right and on the left of the Upper key. Home and End need the function (Fn) key to work. This slow me down because I use them a lot when programming or editing blog posts.

The fan is located on the right side of the machine. I’m right handed so it’s not cool (pun intended). In reality it’s not a problem at all since the fan is not often activated during “normal” use (Internet surfing, mails, etc…).

I don’t like having sounds connectors in front of the machine.

The battery is unpleasant because half of it appear outside the laptop case. But having twice the capacity (6 cells instead of 3) is welcomed.

Finally the laptop is not ultra-mobile. It’s a very compact laptop (only 1.9 Kg), but not “ultra”: it has big margins around the keyboard and the screen, and is as large as usual 14” laptops. It is also as thick as others, because of the optical drive.

My Conclusion: If you need an ultra light laptop or if you are a gamer, this is not a machine for you. But if you need a light-weight notebook with everything heavy laptops have (including the optical drive), it’s a very good deal. I paid mine 1160 € on a French online store. This laptop is not an object of design. But for 100 € more than a 13” MacBook, you have a compact machine with superior hardware: Core 2 Duo, 1GB of RAM, 120GB HDD, 7 hours of max autonomy and 1280×800 screen. This is why I choose this machine, and I’m very happy with it ! :)

Welcome sista !

Just a little post to announce the opening of my sister’s blog: justinespace.

How to wake up early, the geekest way

Mobile Phone, Broken Screen

I was in a country far far away last month. So far that there was no broadband access (yes, this is possible). Anyway… Generally I use my mobile phone as a clock and as an alarm clock. Unfortunalty I brake it down just before my night flight.

So, to simplify, I was abroad in a hotel, the sun was down since a while, I was tired, and I had to wake up early. No electronic devices to help me, except my laptop… And then came the idea to combine cron and mplayer to automaticcaly play some MP3s at a given time.

Here is how I’ve done it. First, as root, create an empty file in /etc/cron.d/. Let us call it wake-up:

touch /etc/cron.d/wake-up

Then edit it to put the following command:

15 6 * * * root mplayer /home/kevin/music/CoolCavemen/AllCoolHits/*.flac > /dev/null 2>&1 /dev/null

This mean that mplayer will be launched at 6:15 and will play all FLAC files from the /home/kevin/music/CoolCavemen/AllCoolHits/ directory. I let you adapt those parameters to fit your needs.

Random Tips:

  • Take care of time zone (system time and local time are very different).
  • Check that your volume is not muted and crank the volume up !
  • Run the mplayer /home/kevin/music/CoolCavemen/AllCoolHits/*.flac > /dev/null 2>&1 /dev/null command alone in another terminal before you go to sleep to be sure it work (i.e. to check that all sound-related sub-systems are loaded).
  • Be sure that cron deamon is up an running (do a /etc/init.d/crond restart if you are not sure).

Quelques Mots en Wolof…

Juste quelques mots en Wolof que j’ai appris aujourd’hui:

  • [beu soubeu] -> a demain
  • [beu lundi] -> a lundi
  • [kokala] -> qui c’est ? (aggressif)

Aprés la korité, aprés la tabaski, on se souhaite la bonne année:

  • personne 1: [dewenati] -> bonne année
  • personne 2: [fakeldewan] -> a l’année prochaine !