Category: Uncategorized
-
what a nice comparison of build tools: Make, Rake, Ant, Gradle
http://hyperpolyglot.org/build Includes a table listing all their features and showing how the others deal with it. Make allows you to insert a dash between the tab and before the statement in order to ignore that statement’s exit code. The other build tools do not have that feature.
-
AIX moans: “Cannot open or remove a file containing a running program”
http://www.linuxmisc.com/11-unix-aix/994cba5a5792b68b.htm I came across this phenomenon in various contexts on AIX. It really sounds like “text file busy” from the old Unix days. Looks like the guys who misuse this error message for there miserable situations actually mean “cannot open or remove a file“. I call this capturing. Looks like some variants of the “copy” utility…
-
last night’s online e-book purchases through o’Reilly Media
PacktPub–Instant_Nokogiri.20130826122153.pdf (ruby xml) TidBITS–Take_Control_of_Your_Online_Privacy.20130827161623.pdf nostarch–Book_of_GIMP.20130128094115.pdf nostarch–Perl_One_Liners.20131101112448.pdf (perl) rockynook–Testing_Cloud_Services.20130826101828.pdf (testing)
-
studied RT (AKA “Request Tracker”) and its model of roles a little
The wiki seems to be more useful than the book [link]. I added a few notes on the roles at the entry on the book here on the blog at http://blog-en.jochen.hayek.name/2013/05/oreilly-media-book-rt-essentials.html.
-
my VirtualBox on Mavericks crashed today, so I upgraded to 4.3.4
https://www.virtualbox.org/wiki/Downloads
-
Mavericks disorders the windows within my “desktops”
That’s rather bad with my long running applications like the Chromium browser or my virtual machines running within VirtualBox. I have to stop the browser or even VirtualBox itself. And just a few minutes “ago”, VirtualBox even aborted abruptly without saving the states of the virtual machines. I hate that.
-
“FRITZ! Labor” – FRITZ!Box-Beta-Firmwares
http://www.avm.de/de/Service/Service-Portale/Labor/ Die 7390 ist zwar hardware-ausstattungs-mäßig nicht mehr das Flaggschiff, hat aber immer noch die modernste Firmware, nämlich die “06.00”. Die 7490 hat anscheinend noch Stabilitätsprobleme; man bekommt irgendwie häufig Beta-Firmware-Updates angeboten, die neueste ist die “05.60-27017”. Ich leiste mir “gerade” den Kick, den Update meines Heim-Routers aus der Ferne anzustoßen. Bin mal gespannt, wann…
-
Perl modules to deal with config files à la “Java Properties”: Config::Properties and Config::Properties::Simple
https://metacpan.org/pod/Config::Properties https://metacpan.org/pod/Config::Properties::Simple
-
a Perl module helping to validate subroutine parameters: Params::Validate
https://metacpan.org/pod/Params::Validate https://metacpan.org/pod/Perl::Critic I will consider employing this module sooner or later. And Perl::Critic as well …