More signs of Oracle's view of Solaris
Well, that was fast. Back in ReadingSolarisTeaLeaves I wrote:
Any free version of Solaris 10 is now basically a sampler, muchlike Oracle has done with a personal use version of their database,and I wouldn't be surprised if the Solaris license was revised toreflect that in a while.
When I wrote this, I was thinking 'in six months or so'. Infact it was less than a month; as Ben Rockwood wrote recently , Solaris isno longer free to use. You can
My theory on why our worklogs work for us
I mentioned in the last entry that 'worklogs',email reports of what we've done on our systems, work for my current jobhere at the university but did not really work for my previous job, tothe extent that we fell out of the habit of writing them. As it happens,I have some theories on why this happened; in fact, I think that thereare two important contributing factors, one technical and one cultural.
The first is that we have an official search interface (and
張五常的劣譯
The evolution of checklists in my work
Over the past few years, I've become a real fan of using checklists . But I wasn't always this way, and I think how I evolvedto using checklists in my work is an interesting illustration of howsmall cultural things can make a big difference.
As far as I can reverse engineer the evolution, it goes like this:
A few years ago I switched jobs within the university, moving to a newgroup . The new group had and has a strongculture of writing what we call '
作個悶演說
幸福如飲水
她可能真的很幸福,然而,這
和你在一起
但無論什麼時候聽都舒服
The Young Victoria ("宮廷眷戀─維多利亞與阿爾拔親王") ------ 不太有看頭的宮廷愛情片!
Film : The Young Victoria (2009)
Directed by Jean-Marc Vallée
Written by Julian Fellowes
Starring Emily Blunt/ Miranda Richardson/ Jim Broadbent/ Paul Bettany/ Mark Strong/ Rupert Friend/ Thomas Kretschmann/ Julian Glover/ Michael Maloney/ Rachael Stirling
Music by Ilan Eshkeri
Running Time: 105mins
1. 近幾年好像有很多齣宮廷片,都是一些少不免的權力鬥爭,勾心鬥角的內容!
Testing in the face of popen()
Suppose that you have a program that runs another program and uses itsoutput; for example, you have a high level analysis program that runsa low level state gathering command (or several commands) to gathervarious information.Here is something that I have recently learned the hard way:
You really want to give your high level program an option to getthis status output from a file instead of by running the commands.
Doing this saves you from having to recreate a specific scenarioeach time you want to test how your