Thursday, February 28, 2008, 09:54 PM - Computer, Common Lisp, Web Framework

But the Problem was that I have to deal quite fast with technical restrictions of PHP. That means that I have to think to much about the language itself and if you are a programming-rookie like me it's not so easy to keep track of all these language restrictions. In this way for me it is easier to write in lisp.
I have a little bit expirience with Edmund Weitz' hunchentoot HTTP-Server and I think I can do it easyer with such an setup.
I hope I'll can work a little bit on this small project the next time.
PS:
My concept of the Framework is not much more like the dispatcher of hunchentoot but I like some more functions which are more specific to web publishing which makes content-providing more flexible and easier to use.
I think the way I'd like to go is to provide an more abstract layer for the dispatcher of hunchentoot which maps the ideas and concepts of Publishing Documents in the Web to an Server.
| permalink
Monday, January 28, 2008, 10:36 PM - General, Computer, Web, Blog

Recently I found a new old website of me but this site by itself is a site which includes an older site of me.
So I'm glad that the contet I produced isn't lost but now I think that all this content should be structured.
The Problem is I don't know how to structure it. Should I convert all text-sites into content management system, or should I use wordpress as a combination of Blog and static sites. Or should I write a System by myselef.
I have really no idea....
The main problem is maybe that I don't know what I really want to do with my web-site.
Sometimes I'd like to provide interresting things I'm working on and sometimes I'd like to have a playground.
I'm going to be totally confused

Maybe I should smash all that old shit to bits (with Thors hammer Mjölnir (-; ) and start with a new small well designed and structured page.
</loose thinking>
| permalink
Sunday, October 7, 2007, 03:34 PM - Computer, Linux

Good HowTo about creating Startupscripts for Debian.
| permalink | related link
Friday, October 5, 2007, 12:15 PM - Computer, Linux

See here.
| permalink | related link
Tuesday, August 29, 2006, 06:59 PM - Computer

It is really cool, I used it to convert .cvs files in html-tables.
At the first shot I used a macro in emacs to convert the comma-divided cvs in html.
But dad told me how I can do this with repalce-regex in emacs.
The list:
foo,boo
boo,foo
The Output I'd like to have:
<tr><td>foo</td><td>boo</td></tr>
<tr><td>boo</td><td>foo</td></tr>
The RegEx:
Replace: ^\([^,]*\),\(.*\) with: <tr><td>\1</td><td>\2</td></tr>
This is my first big Regular Expression.
I found much useful things at: http://www.gnu.org/software/emacs/#Manuals
| permalink | related link
Tuesday, July 25, 2006, 01:28 PM - Computer, Linux

"linux is free and easy, so it must be a slut.." (from linuxsult.net)
http://linuxslut.net/album/linuxsluts/
| permalink | related link
Monday, July 3, 2006, 03:53 PM - Computer, Linux

But the last time I tried ubuntu (a half year ago) I was not satisfied because I found some inconsistences. I changed my password with passwd in the comandline but the password for the gnome system was still the old one (I was really confused). But in the last few tests I read about ubuntu it performed pretty good.
| permalink
Thursday, June 29, 2006, 04:07 PM - Computer, Linux

3d-acceleration, display, wlan, mouse, speaker loudness buttons, cpu frequency scaling
I was surprised when I heard about this installation-success. It seems that Linux improved very rapidly during the last half year.
<My opinion>
I think it would have been better if Marc Shuttleworth didn't have developed his own Linux OS and develop directly for Debian because Ubuntu is based on Debian. So I think the community would profit much more if they develop new features together. So they don't have to invent the wheel new.
I've seen some programms in my Debian installation which are from Ubuntu so perhaps the two distributions run together.
</My opinion>
| permalink
Wednesday, May 31, 2006, 02:29 PM - Computer, Linux
I set up an extra page for the Debian installation an a nx7000 here.
I installed debian etch via netinstal and made an dist-upgrade to sid.
Then i fetched the firmware (the driver has been instaled for default in etch) for the wireless lan card from ipw2100 an copied in the directory given in the documentation (/usr/lib/hotplug/firmware/ or /lib/firmware/ )and in the documentation are some important options for kernel compiling.
I compiled a kernel with help of debian-administrators and the options of the following intel article.

http://www.intel.com/cd/ids/developer/a ... .htm?prn=Y
Path where you can read and set the cpu-settings: /sys/devices/system/cpu/cpu0/cpufreq
Now I installed powersaved and kpowersave.
With aptitude install cupsys my Kyocera mita FS-1000+ works fine.
So far it's an pretty good linux (almost) out of the box.
the SD-card-reader
Here I found an interresting homepage: Winbond-howto
With
modprobe wbsd
modprobe mmc-block
it works
bluetooth (I don't testet it yet, perhaps it works already)
It works. But when I tried to compile the gnome bluetooth tool it wont work at all. (It's not available as an debian-package)
Things I'd like to work:
clone or enlarge the display (I've read this is possible with the X.org radeon driver or with an driver from ati)
The driver from ati wont work at my machine.
3D-acceleration
IrDA
special buttons (like suspend)
| permalink
Back