Category Archives: Software

Server ordered

So with one last changes of the heatsink to a Supermicro SNK-P0038P (bigger than the Intel) and of the chassis to the more silent SC743 TQ-865B-SQ, the server is now complete and I have placed the order. Now the waiting … Continue reading

Posted in Devops/Linux | Leave a comment

Server specs/what a journey….

Incredible how much you learn while looking for the correct parts for a server. Initially I started out with an Intel S5500HCVR motherboardĀ  based on the 5500 chipset and an Antec Take 4 650 case and a Noctua NH-U12DX 1366 … Continue reading

Posted in Devops/Linux | Leave a comment

Oh no, the server virus strikes again…

It is flue season again, but this time it is not a regular flue but more like a server virus. I have had this virus before and it usually ends up in me spending a lot of money on very … Continue reading

Posted in Devops/Linux | Leave a comment

Should I get a new server?

In 2006 I got myself a new server. The old one was already 7 years old and was at its limit. Memory was tight and the setup was not ideal. For instance, I had 2 internal hard disks with a … Continue reading

Posted in Devops/Linux | Leave a comment

Backup script made available

I have been using a backup script for my linux server for a longer time now. This script creates backups based on snapshot volumes using linux Logical Volume Management. This has been quite a useful script as I can create … Continue reading

Posted in Devops/Linux, Software | 2 Comments

Productivity and Workplace Design

If you are working at a company where cost savings are really really important, then chances are that after reducing cost factor number 1 (wages, i.e. headcount and hourly rate), cost factor number 2 is up. And that is office … Continue reading

Posted in Misc, Process/WoW | Leave a comment

Quality == Culture

From “Toyota Culture: The heart and soul of the Toyota way”. “If a Toyota leader was asked why they allowed the line to stop, she might make the point that the value the organisation places on quality is higher than … Continue reading

Posted in Process/WoW | Leave a comment

Planning experiences…

After all these years, one thing keeps on coming back: If a project is very well plannable then it is probably not an interesting project.

Posted in Process/WoW | Leave a comment

Using CDI to Inject Dependencies into Unmanaged Objects

Contexts and Dependency Injection (JSR-299) is a great standard which is part of Java EE 6 and really simplifies Java EE programming, at least if you stay completely within the confines of Java EE. However, applications that use CDI also … Continue reading

Posted in Java | 1 Comment

Java EE 6 as the method of choice for application development

In the past I have worked with J2EE 1.4 and admittedly, it was terrible. A lot of plumbing code was required to make applications. Luckily, Spring and Hibernate came to the rescue: Spring for the general infrastructure parts (roughly session … Continue reading

Posted in Java | Leave a comment