High level overview of Scrum, Lean and kanban

Posted in Blogmarks | Comments Off on High level overview of Scrum, Lean and kanban

“John Smoltz wants to make one point perfectly clear: He is not finished.”

Posted in Blogmarks | Comments Off on “John Smoltz wants to make one point perfectly clear: He is not finished.”

Directory support in pywatch 0.4

The latest release of [pywatch][pywatch-git] now naively supports watching a directory of files.

Previously, if you wanted to watch more than one file you had to list them one by one or use bash glob expansion ala:


pywatch mycommand.sh file1.py file2.py file3.txt
pywatch mycommand.sh ./src/*.py

But you can now pass a directory in and all files and folders will be watched:


pywatch ./bin/test ./src/pywatch

**Note:** It won’t notice new or deleted files, but I’ll hack on that next if anyone has a pressing need for it.

Pywatch grew out of a desire to have something similar to [ZenTest’s autotest][zentest], but it’ll run any command you like whenever a file changes.

I use it almost exclusively to run tests every time I save changes to projects I’m coding at work and on personal projects.

It’s available at [GitHub][pywatch-git] and [PyPI][pywatch-pypi]

[pywatch-git]: http://github.com/cmheisel/pywatch/tree/master
[pywatch-pypi]: http://pypi.python.org/pypi/pywatch/0.3
[zentest]: http://www.zenspider.com/ZSS/Products/ZenTest/

Posted in Programming, Python, Pywatch | Comments Off on Directory support in pywatch 0.4

Business advice plagued by survivor bias

Posted in Blogmarks | Comments Off on Business advice plagued by survivor bias

MSNBC.com acquires EveryBlock

  • MSNBC.com acquires EveryBlock – Congratulations to the whole Everyblock team, I'm glad MSNBC saw the value in local data aggregation and the relationships and technical talent it takes to make it happen.
Posted in Blogmarks | Comments Off on MSNBC.com acquires EveryBlock