Pages

Sunday 27 September 2015

Big but agile

Wow, they have rules for everything! That was my culture shock back in 2001 when I first saw a quality system after joining a medical device development company.

Twelve years later, my first proper encounter with the Scaled Agile Framework (SAFe) was at Scan Agile 2013, where many an agilist in the audience was huffing and puffing and mumbling objections during Dean Leffingwell’s presentation.

If you come from a small but growing software development company, I can well understand how SAFe feels like an un-agile and overly complex framework – and it may well not be the best recipe for your situation. But for those of us who work in large systems development companies with traditional project management practices in a regulated field, SAFe provides a practical map for starting your agile journey – just make sure that you don’t stop moving.

In our business unit, we started using Scrum in our software development teams four years ago. It soon became evident that we wouldn’t reap all the benefits of agile development if we didn’t try to change the surrounding organization and the way we selected and prioritized our goals. This year, we decided to try out SAFe. It has been a busy spring and summer for us: getting trained, forming new teams, setting up our tools, collecting backlogs... but also discussing our values and management styles. Our first release planning event will start tomorrow.

Sunday 20 September 2015

Autopsy of Windows 10 File History

I upgraded our family PC from Windows 7 to Windows 10 yesterday. My first impression is generally positive: our trusty old machine feels faster, and the operating system has many small improvements.

However, today I had a closer look at the File History feature inherited from Windows 8 and had to ask myself: Was this feature created by a trainee? Were the design and code reviewed and tested?
  1. Files are copied to an external drive without any compression. Well, my drive is still large enough.
  2. If the computer has multiple users who have shared folders in their libraries, the contents of the shared folders are copied to everyone’s personal backup copy. Buy a big drive! You can of course fix this by excluding the shared folders in each user’s settings, except that...
  3. In my initial experiments, the modified settings disappeared.
  4. Last but not least, all users of the computer have access to each other’s backup files. This could have been fixed by setting the permissions of the FileHistory folder, as Paul Coddington pointed out in 2013.
Is the File History feature intended to be just a toy?