Bush and Kerry in a boat ?

The fight just began to be serious. I mean everybody, is looking at this with aingst or fear. Ian just post today, that he doesn’t really enjoy Kerry, because it isn’t perfect for the country.

Here, I don’t really understand all stuffs. Every day there is a flash on TV about US, and something is clear. For me right now, US people don’t come from this planet, human ? really ?

I know this will be a big FUD, again .. but let me explain:

First we saw a report about a country where every man need to bring a gun. (I mean, in the law, they write: ‘Men should have a gun’).

Yesterday, the report is about TV ads for election. I saw ads, that’s say Kerry smoke drugs while army .. or others worst. I ‘m wondering where they left their dignity ? This really piss me off, I fully understand why young people don’t vote. This looks like a election at SouthPark’s school, with wrong arguments, with wrong weapons. In France, we don’t have this kind of shit on TV, and that’s fine. TV isn’t politic, I mean, they don’t support one or other candidate. Fox and CBS, please keep OUT!

And today, the current report is: Bush and Religion. And this is the worst.. frigthening … I don’t know how to write this, here: Some people on my TV set (americans) say that the US governement doesn’t try to end the war between Israel and Palestin, because the ‘old testament’ say that God will be back on earth on the Israel country..

So, yes I understand why some people want to vote for Bush, and others for Kerry. But I really think they both loose, I don’t know the words in english but this country looks (i don’t mean is.. just look) like a sick boat (ala française). So vote for the ‘not so worst’ ? Sade news today.

I want to finish this post with a picture of Mickael Moore, because I’m a big fan of this guy. Yes I know, he is an extremist, but I really think this kind of people is usefull for a democratie, because he try too explain politics for a large number of people, and even if his vision isn’t always the truth. 20 years ago, we have a lot of humorist like him in France, but most of them die…

/static/moore16.jpg

Before you send me some chirugical weapons, please keep in mind, that my vision is false mainly because I live in France. I only see pictures that french TV want me to see. And my english isn’t good enought to fully explain myself.

Update: While reading this again, I really don’t want to offense anybody. This post isn’t about people but more general.

Maxtor Diamond Star Boot Error on ST62K

I just received my new hard-drive, a Maxtor Diamonstar 90 – 8M (read 80Go and 8M of cache). So I decided to fdisk + cp -a my old distros to the new drive. Everything is ok .. I have something like this:

/dev/hda1  Win (I don't install this but leave a blank fat32 .. if)
/dev/hda2  Linux (my current debian)
/dev/hda3  BSD (NetBSD I think)
/dev/hda4  Data (10Go for what you wants)

After I finish my cp -a /dev/hda2 /dev/hdc2, I just chroot to this and run grub-install. Ok .. that’s fine (no error message), it’s time to reboot.

Ouch! My new system doesn’t want to boot, I get a ‘SYSTEM BOOT FAILURE, INSERT BOOT DISK …’ hum .. that’s sucks! Ok .. boot from a rescue CD (which I really love after a day of issue on this HD), just chroot to my new drive install Lilo instead of grub .. => Crash .. oh god .. I tried it a several times and have random crash. After 2 hours, I discover that the HD have some issues with the Prefetch Read/Write, so I disable it.. Ok, no more random crash. Now I need to fix the boot error issue. I tested several things, and took me a lot of time and i discover something. In my bios (I even made a new bios install), the default option is ‘auto detect’ from the kind of HD: Large / LBA / CHS.. And this fucking HD is detected as a CHS, so I forced it to LBA, and now it works. In fact the OS doesn’t bios so it can read/write on the HD, but Lilo or Grub use the bios directly.

To resume Maxtor DiamonStar:

  • Doesn’t support Read / Write prefetch
  • Do some bad thing w/ bios detection (I never seen this before ooo)
  • Are really quiet
  • Perform quite well: 56Mbs/sec in hdparm -t (far from my 110Mbs/ SCSI HD but..)
  • Are damn hot (really really hot !!)

I destroy 2 Maxtor HD in a previous life, I hope this one will work a bit longer. Anyway, this is really the last time I buy this shit.

Wifi Antenna TRENDNet TEW-IA040

I just receive my new wifi antenna :) I fact, I’m currently using my NetGear WG311 as a AP, this works pretty fine, but the signal is a bit low in some part of my home. I decided to buy a small antenna to have better signal.

http://www.larsen-b.com/static/tew-ia040.gif

This one is a omni antenna, with 4dBi, with a SMA connector, and a 1 meter cable.

Beside, this one isn’t really a big antenna.. it works really greater than the default antenna (shipped w/ the WG card)

Obscufated email ?

Little hack to make a bit harder for spammers to parse email address on the web.

def cryptEmailAddress(addr):
r = []
for l in addr:
r.append('&#%d;' % ord(l))
return string.join(r,'')

>>>cryptEmailAddress('jkx@larsen-b.com')
'jkx@larse....'

And simply put this in a href mailto: and enjoy :) Check the article’s pages on this website for a example.

Saki va elle réussir son challenge ?

Complètement Off-topic ici mais ca fait mon que je suis la pauve Saki ou plutôt ses mésaventures. Bien que je prèfère largement quand elle nous parle de son bricolage, de sa famille et de sa salle de bain, je dois avouer que là..

Tout le monde retient son souffle ? Alors acceptée ou pas cette thèse ?

En tout cas bon courage pour les derniers mètres..

Alinea 2

Ok let’s go. I’m working on Alinea2 right now. Alinea is the stuff that power this website and others. I’ll hope to get it working quickly.

Beside, this is a big work.. I loose my time with CSS hacking right now ! I guess I should stop this but .. i don’t.

from AlineaLib import motivation
motivation.enable()

Let’s go :)

You can find the whole stuff on PythonFr SVN.