Think Smart, Be Free, Choose Open Source

CoolGoose's blog

Top 7 things that I'd like to see in 2009

Add new comment

It seems that it's a cool meme nowadays to express your predictions for the next year so I thought I should give it a try.

1. AMD regains market share with Phenom II
2. Intel doesn't become an ass like the old Pentium 4 days when they didn't innovate at all and demanded high prices for their cpu's. Yes I'm talking to you Core 7.
3. Gnome reveals a roadmap to Gnome 3.0
4. KDE finally makes it mainstream with either their 4.2 or 4.3 release.
5. Nvidia buys VIA because of the increasing need of having a platform to offer to vendors.
6. More game makes start using OpenGL. That increases the change of games being ported to MacOSX / Linux ( See Unreal Tournament / Doom etc.)
7. I will get free cookies :D and finish my learning of django / drupal / jquery :P

Strange Digg Error

Add new comment

Trying to login in digg with konqueror got me a strange little error.

Strange Digg error

How to enable mysql 5 compatibility mode

Add new comment

You can retrieve the current global or session sql_mode value with the following statements:

  1. SELECT @@GLOBAL.sql_mode;
  2. SELECT @@SESSION.sql_mode;

And set it with :

  1. REPLACE IN my.ini the current sql-mode line WITH sql-mode="MYSQL40"
  2. Start MySQL WITH the OPTION --sql-mode="MYSQL40"
  3. Execute the query SET GLOBAL sql_mode='MYSQL40'

Free css design

2 comments

I decided to publish my attempt of making a design from scratch for belletristisch.
It is valid xhtml 1.0 strict and valid css 2.1 (according to w3).
The design is licensed under Creative Commons License and it was done in Linux using gedit and Gimp. For some strange reason i can't find my .xcf source files so i can't remember what's the font.

It's by no means perfect and it still has some small traces of inline css in it.

Demo | Download

Blood boil

Add new comment

Bloody hands that touch your skin
Make your blood boil from within
Your dreams shatter like thin glass
You are just another lass

Darkened night that falls asleep
Your emotions are shallow deep
Break the mask you love so much
Look around, await and watch

162 years since the descovery of planet Neptune

Add new comment

Neptune (pronounced /ˈnɛptjuːn/) is the eighth and farthest planet from the Sun in the Solar System.
It is the fourth largest planet by diameter, and the third largest by mass.
Neptune is 17 times the mass of Earth and is slightly more massive than its near-twin Uranus, which is 15 Earth masses and less dense.

The planet is named after the Roman god of the sea.

Urbain Jean Joseph Le Verrier and John Couch Adams are the first to discover and demonstrate the presence of planet Neptune, using only mathematics and astronomical observations of the known planet Uranus. Actually both of them demonstrated the presence of planet Neptune in approximately the same time, without knowing each-other .

Johann Gottfried Galle was the first person that actually viewed the planet Neptune. He used the calculations of Urbain Le Verrier to know where to look.

From its discovery until 1930, Neptune was the farthest known planet. Upon the discovery of Pluto in 1930
In 2006 an IAU resolution created a new official definition for the term "planet".
From that point onwards Neptune is again the last planet from our Solar System.

Syndicate content