Archive for the 'IT' Category
ubuntu on Dell Inspiron

Here is a short description on the Installation of ubuntu 8.04 on my Dell Inspiron 9400.
Alle experiences will be updated during the next couple of weeks.

ubuntu 8.04 on Dell Inspiron 9400

Joseph Weizenbaum

Joseph Weizenbaum hat die Reaktionen auf sein Programm “Eliza” als großes Missverständnis bezeichnet. Er wollte damit eigentlich aufklären und nicht der KI Vorschub leisten.
Im Grunde ist Eliza im Sinne Weizenbaums als Synonym für die Entwicklung der Informationstechnologie, genauer gesagt für deren Nutzung, zu betrachten: ein großes Missverständnis, das zu Überbewertung und blindem Vertrauen führt. Dieses Missverständnis aufzukären hat er sich auf die Fahnen geschrieben und in aller Welt großen Respekt geerntet.

Joseph Weizenbaum hat der Welt seinen “letzten Service” erwiesen und diese Welt verlassen.

Zu seinem letzten Geburtstag hat er in der SZ ein Resumee seiner Erkenntnisse gezogen. Hier einige Auszüge:

Die komplette Kenntnis der physikalischen, genetischen, neurologischen Strukturen eines Lebewesens genügen nicht, um das Lebewesen zu verstehen.

Es ist im Prinzip unmöglich, den Menschen rein wissenschaftlich zu begreifen. Deswegen ist das Streben, Roboter in Menschgestalt herzustellen, absurd. Es kann nur aus Größenwahn oder Uterusneid entstehen.

Claude Shannons Informationstheorie lehrt uns, dass die Bedeutung einer Nachricht von der Erwartung des Empfängers abhängt. Sie ist nicht messbar, denn Nachrichten sind pure Signale, die keine inhärente Bedeutung bergen.

Die höchste Priorität der Schule ist es, den Schülern ihre eigene Sprache beizubringen, sodass sie sich klar und deutlich artikulieren können: in ihrer stillen Gedankenwelt ebenso wie mündlich und schriftlich. Wenn sie das können, dann können sie auch kritisch denken und die Signale, mit denen sie ihre Welt überflutet, kritisch interpretieren. Wenn sie das nicht können, dann werden sie ihr ganzes Leben lang Opfer der Klischees und Schablonen sein, die die Massenmedien ausschütten.

Quelle: Wir gegen die Gier, J. Weizenbaum, SZ vom 08.01.08

Reduce Annoying “requires” in ruby’s irb

It is quite annoying to use require again and again while testing anything in irb.
For that purpose it is useful to create a file called .irbrc in the home directory.
Here simply write sth like this:

require ‘rubygems’
require ‘socket’

Now every time you start irb the packages are loaded by default.

For windows it is also necessary to have an appropriate HOME Variable pointing to the right directory.

de_DE.mo

Für alle, die de_DE.mo per wget herunterlagen wollen, die Datei liegt unter

http://static.wordpress-deutschland.org/sprachdatei/de_DE.mo.zip

cu

Migration data types / column types

The data types or columns types as they are called are little bit hard to find for somebody who ist not yet really familiar with rails language.
Now here what I found about this:

The columns types are:

:integer
:float
:datetime – default format: ’2007-07-06 17:05:22′
:date – default format: ’2007-06-07′
:timestamp
:time
:text
:string
:binary
:boolean

According options are:
:limit, e.g. :limit => 32
:default, e.g. :default => “defaultvalue”
:null, e.g. :null => true means its nullable

and for native data types:
:precision, ??
:scale, ??

Theme broken

My original Theme “rusty” is broken with the new wp version (2.1).
Unfortuantely I haven’t found the reaseon yet.
Meanwhile I switched to another theme.

Newsa as soon as possible.

update Dell Inspiron 9400 to Suse 10.1

The update itself works fine so far.

Attention there are some rpm-update failures: simply click ignore otherwise the
update process may fail (according to some other experiences)

The main aspect of the update is: Sound is working now.
(The article on the Inspiron 9400 is updated

Problems:
- Java installation breaks: the following links in /etc/alternatives are wrong:

jce_1.4.2_sun_local_policy -> /usr/lib/jvm-private/java-1.4.2-sun/jce/vanilla/local_policy.jar
jce_1.4.2_sun_us_export_policy -> /usr/lib/jvm-private/java-1.4.2-sun/jce/vanilla/US_export_policy.jar

replace them by (in my case):

jce_1.4.2_sun_us_export_policy -> /usr/lib/jvm-private/java-1_4_2-sun/jce/vanilla/US_export_policy.jar
jce_1.4.2_sun_local_policy -> /usr/lib/jvm-private/java-1_4_2-sun/jce/vanilla/local_policy.jar

WP-Permalinks

Under Permalinks is a short description of well known ways how to achieve permalinks in different environments.

Dell notebook explodes

Inquirer reports an exploding notebook in Japan. If I hadn’t one, it wouldn’t bother me. But …

Inquirer article

So far no details are availbale about the device.

FIRST POST

This is the first post. This page is going to handle news and opinions about the world, linux and some more important stuff.

Right now I do not have an appropriate theme at hand. to come soon.