Top 10 cameras on Flickr
Top 10 cameras on Flickr. Topping the list is Nikon (D50 and D70), followed by Canon.
Top 10 cameras on Flickr. Topping the list is Nikon (D50 and D70), followed by Canon.
We feel fine analyses blog posts, and determines the current mood by gender, age and location. So you can see check if the mood of teenagers in London has improved this week. Amazing visualisations.
People
Tools and Techniques
Estimation
Reuse
Complexity
Requirements
Design
Coding
Error-removal
Testing
Reviews/Inspections
Maintenance
Quality
Reliability
Efficiency
About Research
Fallacies in Software Engineering
About Management
People
Tools and Techniques
Estimation
Testing
Reviews
Maintenance
About Education
These are from Robert Glass’ book Facts and Fallacies in Software Engineering.
Decisions are usually based on multiple criteria. You have to trade off between criteria. I’ve been involved many such decisions over the last 5 years.
Example 1: A conglomerate wanted to identify industries for growth. We shortlisted 19 industries, identified 12 criteria for the attractiveness of an industry, researched each one and plotted them on spidergraphs like below.
The intention was that, to identify the most favourable industries, you’d just pick the ones with the largest filled area.
Example 2: Another time, we had to decide among BPO vendors. Again, we picked a bunch of criteria and compared vendors against these criteria.
Example 3: Once, we had to identify stakeholders’ position on a project.
Those who were big on the right of the graph were for, and those who were big on the left were against.
In all the above cases, the same process was used for decision making.
Having applied this methodology it several times, I am convinced this process is fundamentally flawed. See how in this post: Errors in multicriteria decision making.
I was travelling on the Jubilee line, just pulling into Stratford (the last stop), when I heard this announcement.
“The next station is Stratford, where this train terminates. Thank you for travelling on the Jubilee line, and I hope you have a very pleasant evening.”
(pause)
“Unless, of course, you were the person who pulled the passenger alarm at Westminster, in which case I don’t care what kind of an evening you have.”
Juice analytics has some Excel graphing tips. You can make charts like below without using charts, using just text.
These are useful because the charts are aligned with the data.
I once used a similar technique to display people’s staffing position. The sheet below lists people, projects they’re on and how long they’ll be on. The coloured cells to the right are a calendar display of the same stuff. Makes it easy to read.
The trick is to place each week for each person as a thin cell, like below. Then the cell is populated with a formula that makes it 0 or 1 depending on whether the person is available that week or not. (The blue row #2 stores the start date of the week, and I compare this with the end date of each person’s project.)
And then, you can turn on conditional formatting.
How iPods work: how the wheel and the software inside Apple’s iPod work.
The Art of Computer Programming, Volume 4 by Donald Knuth. Pre-fascicles are available for download.