Labelling in Outlook 2003 ala Gmail
Time tracking tools
Outlook 2003 + Flags = todo list
Scrum for Self : V2
ADD and antipatterns
« LEAD over rows
» Notes on Microsoft Project 2000
Oracle adds records to Blocks, which are grouped into Extents, in turn grouped into Segments.
And Segments are in Tablespaces. Records get filled into Blocks according to storage parameters,
viz., PCTUSED
and PCTFREE
. Consider the hypothetical values of
PCTUSED=40, PCTFREE=20
.
This means that 20% of each block is reserved for future updates: When the block gets filled(used) to 80%, the block is no longer available for more inserts. As records get deleted from the block, the used space in the block decreases. When the used space gets below PCTUSED, the block becomes available for new insert. This process repeats itself over and over again.
Similar thing happens when you have management processes defined by a committee that
doesn’t consider how people work in real life. That can be very easily depicted
by using a parameter called PCTUSELESS
.
I believe resources should be managed in such a way that they don’t need to
bother too much about PCTUSELESS
. Management needs to
collect statistics and co-ordinate team building functions. However, such
processes shouldn’t be so much as to be perceived as micro-management or
evolution of processes with no benefits.
Note to self: write a tutorial on how to benefit from using MS Project in terms of time, resource and cost management.
Hmmm...
Compiler Error: Variable 'PCTUSED' is defined more than once.
Compiler Warning: Variable 'PCTUSELESS' undefined.