'Concentrate on improving outcomes, not improving output.'
Peter Brooks @fustbariclation explains why you must look at long-term outcomes to improve value in your organization: https://t.co/RKjcYBPO2I
#servicegovernance#ITIL#BuiltonITIL
@ewnupdates Why can't they get comfortable chairs? #Leather#chairs are essential if you've got #pets, particularly #cats, but they're too slippery for comfort. Are they, perhaps, worried about falling asleep - it isn't so easy in a leather chair.
@kaimarkaru It is compounded by the #misunderstanding that service desks are minor, technical, irrelevances to #business#operation.
Most organisations haven’t even heard of what #service#governance is, so boards think only of ‘service management’, reasonably concluding it is irrelevant.
A handy spell to remove #html or #xml formatting - such as <html>, </body> and so forth. To be used in #sed or #vi, on #linux (of course):
%s/<[^>][^>]*>//g
It will work unless you have odd formatting where the <stuff> goes over more than one line.