2009-12-22

Last Minute Weihnachtsgeschenk

Ein Last-Minute Weihnachtsgeschenk in zwei Größenvarianten. Die angegebenen Größen der Grundplatten können als Orientierung dienen. Ansonsten kommt es auf die genauen Maße nicht an.
Zeitaufwand ca. 1-2h, je nach Ausstattung des Hobbykellers - also durchaus noch morgen Nachmittag oder gar am 24. Vormittag zu schaffen. ;-)

Variante 1 (Grundplatte 36cmx36cm)





Variante 2 (Grundplatte 16cmx16cm)



2009-12-10

CouchDB API: Inspect parameter

While playing with couchdb/couchapp often I want to inspect api function parameter. Javascript does not provide a buildin function to do some inspection but this one does a good job. After removing the logging stuff it can be used e.g. to inspect show function parameter.

Inspection show function can be found here.

Permission denied (publickey).

After successful configure github access using Win/msysgit I have to fight on the Linux front. Just copy the private key file generated with puttygen didnt work:

[thomo@sun .ssh]$ ssh git@github.com
Enter passphrase for key '/home/thomo/.ssh/thomo__github_private.ppk':
Permission denied (publickey).

I neither enter a passphrase nor was able to change the empty phrase using ssh-keygen -P. :-|

To solve the problem I export the private key in OpenSSH format: