I suddenly realized that QR Codes are everywhere. Except my business cards. http://pypi.python.org/pypi/qrcode/2.0 That should allow me to solve that problem and move on.
Okay. This is seriously cool.
The Universal Data Element Framework (UDEF) provides a controlled vocabulary that should be used to seed a project's data model.
See http://www.opengroup.org//udef/
We're looking at applying UDEF retroactively to an existing schema.
What a pain in …
more ...Just updated the Stingray Reader. There was an egregious error (and a missing test case). I fixed the error, but didn't add a test case to cover the problem. It's simple laziness. TDD is quite clear on how to tackle this kind of thing. Write the missing test case (which …
more ...
I'm looking forward to this. I'll be talking about Python.
See this: http://nedbatchelder.com/blog/201204/python_iteration_presentation.html Nicely done, very thorough presentation on some Python fundamentals. The nature of iteration and generator functions is easily overlooked.
more ...As part of coming to grips with CouchDB (and a particularly odious graph-theory problem) I've been looking around for design guidelines, hints and tips.
This MongoDB Schema Design document is quite helpful. The Link vs. Embed section clarifies the essential tradeoff here. In SQL world, link is the only tool …
more ...As the #3 ranked contributor on http://programmers.stackexchange.com, I've provided my share of advice. 554 Answers to be factual about it. The moderators, however, have decided that I'm no longer welcome. It was simply shocking to be firmly (but politely) shown the door.
The issue was Python. Specifically …
more ...Check this out: http://hyperpolyglot.org/scripting.
It's a side-by-side comparison of PHP, Perl, Python, Ruby. I'm not sure why, but it seems sort of cool.
Things like "offside rule" to describe indentation in Python are confusing at first. The "regions which define local scope" section on Python makes precious …
more ...I got a long list of requirements from a firm that's looking to build a related family of web sites. They were down to a Django vs. Ruby-on-Rails decision.
As you can see, they've done their homework in thinking through their needs.
I grouped their "high-level requirements" into several categories …
more ...