Archive for the ‘IT’ Category

I use rsync (http://rsync.samba.org/) already for long time to backup files locally and also to put files to the provider when I update my sites. Yet recently I have started getting periodically the error rsync: writefd_unbuffered failed to write 4092 bytes to socket [sender]: Connection reset by peer (104) ERROR: out of memory in flist_expand [...]

To change reply and forward format in Thunderbird I am using QuoteAndComposeManager: http://nic-nac-project.org/~kaosmos/realborders-en.html I have also used Change quote and reply format. To change German Thunderbird reply to English: Extras | Einstellungen | Allgemein | Konfiguration bearbeiten Filter: reply mailnews.reply_header_authorwrote = %s said the following mailnews.reply_header_ondate = On %s mailnews.reply_header_separateor =

Jaron Lanier, You Are Not a Gadget: A Manifesto, 2010 I have listened to a nice paper in Die Zeit about this book: “Masse und Netz” by Heinrich Wefing, 2010, N 42. Well, the paper was more about the author, the book was presented rather shortly. Yet it was enough to get me interested and [...]

Sometimes I write about books and I have applied for Amazon associates to advertize these books. The use of the links from Amazon associates happened to be problematic though. They produce them as iframe and WordPress does not like iframe. When I copy the code to the HTML editor and then go back to the visual editor, [...]

I have installed WordPress through the service from my provider and it was already with the PDO plugin to enable sqlite. Well, after WordPress have been updated automatically up to 2.9.2 there were some small problems with the PDO 2.6.1 as it has not been upgrated automaticall. Below is what I have done to update [...]

When g95 is ready to use with cl, see: http://blog.rudnyi.ru/2010/05/using-g95-with-ms-visual-c.html then it is possible to use it to compile MUMPS. In addition to what is written in http://blog.rudnyi.ru/2010/05/updating-makefiles-for-mumps-4-9-2.html it was necessary to change in Makefile.ini LIBOTHERS = libf95.lib libgcc.lib -link -LIBPATH:$(LMETISDIR) OPTF = -O -i4 -fno-underscoring -fcase-upper The first line give the name the libraries on [...]

I have recently been to the MUMPS Users Meeting. The program as well as the presentations are available at http://mumps.enseeiht.fr/ud_2010.html I should say that I am using MUMPS already for several years and this is the primary solver now in my software. The advantage in respect to TAUCS is that MUMPS support all kind of [...]

Usually I use Intel Fortran with MS Visual C++. Today I wanted to check, if it possible to replace Intel Fortran by g95. The goal would be to use g95 to compile a Fortran code but then use cl to link it with C/C++ code. 1) Install http://www.g95.org/downloads.shtml Self-extracting Windows x86 (version of 2010-04-28): g95-MinGW.exe. [...]