Forgot your password?

typodupeerror

Comment: Makes sense based on my usage. (Score 1) 251

by BluePojo (#29274411) Attached to: Drop in P2P Traffic Attributed to Traffic Shaping
It seems to make sense that p2p usage would drop a bit during peak normal usage. I know I turn off my torrents when I am using the internet, especially during games and any time I'm doing a DD. I don't care if my torrents run over night while they're not keeping me from doing things actively.

Comment: Clearly a targetted post: (Score 5, Informative) 434

by BluePojo (#29241183) Attached to: Highly-Paid Developers As ScrumMasters?
If you work on an agile dev team, this post uses every day language. (yeah, velocity is not an unusual word when referring to backlog burndown rate :D) If you're just an enthusiast or work in IT, this post is crazy off the wall nuts.

At any rate, to respond to the post:

The best method of handling who is the scrum master I have encountered is by not giving the job to one single person. A rotation every 4 sprints seems to work well (we do 2 week sprints), as it spreads the load of scrum master around and it keeps us from getting into a rut when doing sprint planning and retrospectives, as a different person is running it every 2 months. You're right that giving your strongest developer the task of scrum master is asking to have your strongest developer not code as much, but if you have your intern running scrum, you may find that lack of understanding of prioritization will impact your velocity quite a lot more than giving extra work to your lead.

One additional thing to note is how efficient you are in scrum master tasks... if you're hand writing stickies to put on the scrum board, you're probably wasting time. Any half decent script monkey should be able to write a script to parse your backlog and generate stickies for you. :)

A bug in the hand is better than one as yet undetected.

Working...