/ #blog 

Compiling Debian on Inspiron 8200

I installed Woody (the “stale” release) on my Inspiron 8200 and followed both the link mentioned below and Stephan Wehrheims Instructions and got a running system fairly soon. After compiling the kernel (and flipping options rand^h^h^h^h with care and deliberation) I was left with a kernel that booted but didn’t have network connection. The ping command claimed: sendto: Network not reachable. Digging around on Google convinced me that my kernel compilation experiments had gone astray. After some consultation with working .config files, I ended up with this file: ...

Jens-Christian Fischer
/ #blog 

Where's the user-friendly text system?

My wife just called me - all up in rage. She just lost two hours of work. We are using Groove extensivly to distribute documents between ourselves and the different locations (at home, in the office, on the various laptops) we are using. After she had worked on a document in Word that she had opened from Groove she saved it. Groove detects the changes and asks you if you want to save the change to Groove as well. Now by mistake, she said “No” - and presto - everything was lost. Of course it’s easy to blame everything on the user. “You didn’t read the message when you clicked on No, so it’s all your fault”. But is it really that easy? Jef Raskin stipulates in his book The Humane Interface that computers should treat the users input as sacred - never putting it in jeopardy. That means, that a computer can undelete deletions at all times. To restore things, even - or maybe - in spite of - the user making the wrong decision about which button to press. We are humans, we make mistakes. So the question: Which programs are humane? Which text editor has unlimited undo/redo - even across sessions? What environement already has these features? Do you have any suggestions? ...

Jens-Christian Fischer
/ #blog 

XXE - the Docbook Editor

When I write documentation I use DocBook to write structured text. DocBook is either in SGML or XML and can be - shall we say - interesting - to write in Emacs, my tool of choice for text processing. Enter XXE by french company XML Mind. XXE is written in Java, does WYSIWIG editing of DocBook (or other XML schemata), uses CSS to format things on screen, can convert to HTML, RTF and PDF. It’s extremely fast, very full featured and generally a joy to use. If you need to write DocBook - go and check it out. Oh - the standard version is free too - and has a very liberal license for use. And XMLMind just released version 2.4 ...

Jens-Christian Fischer