Unit testing has fortunately become an important issue in many software projects. The idea of automatic software based unit and integration tests is actually quite old. The typical Linux software that is downloaded as source code and then built with steps like tar xfzvv «software-name-with-version».tar.gz cd «software-name-with-version» ./configure make sudo make install often allows a …
Monatliche Archive: März 2016
The Language Issue
I had started a poll about the issue if this blog should be written in German or in English. I would consider it a tie, but I have established the habit of writing this blog in English and translating a small fraction of the articles to German and I will keep it like that for …
Perl Training in Switzerland
Very soon we will have the opportunity to participate in advanced Perl trainings and even some trainings about presentations. Here are the Details. I found these trainings useful, when I visited them. They are done by Damian Conway, one of the core developers of the Perl programming language. The courses will be held in English. …
Microsoft SQL Server will be available for Linux in 2017
Deutsch Microsoft has officially announced that their database MS SQL Server will become available for Linux in 2017. I think the time has come for this. Since the departure of Steve Ballmer Microsoft has become a little bit less religous and more pragmatic. There are good reasons to be skeptical about companies like Microsoft and …
„Microsoft SQL Server will be available for Linux in 2017“ weiterlesen
Microsoft SQL-Server ab 2017 auch für Linux
English Microsoft hat angekündigt, den MS-SQL-Server auch für Linux anzubieten. Ja, die Zeit ist reif dafür. Es gibt genug Gründe, Vorbehalte gegen die Firmen Microsoft und Oracle zu haben, aber deren DB-Produkte sind gut und wenn es mehr Konkurrenz gibt, ist das auch gut. Ich denke, dass Oracle noch etwas besser ist, aber andererseits ist …
How to make a scanned PDF smaller (Linux)
When scanning a paper, it is possible to use a lot of parameters within xsane. The output format can be chosen also, for example PNG, JPG or PDF. The outcome may be a PDF-file that is way too big, easily more than 10 megabytes for a single page. It is quite easy to transform it …
Chemnitzer Linux-Tage
In the German city Chemnitz the conference „Chemnitzer Linux-Tage“ (Chemnitz Linux days) will take place from 2016-03-19 to 2016-03-20. Links: * Informatik aktuell (German) * Wikipedia (German) * Offiical page (German)
Laziness
In conservative circles, laziness has a slightly negative connotation, but in IT it should be seen positive, if we understand it right. If we as humans get our job done in a more efficient way, by working less, this laziness is a good thing. So let’s be lazy by becoming more efficient. For now, just …