Search
Categories
Category Archives: programming
RESTful API Design
I just stumbled on Geert Jansen’s book ‘Thoughts on RESTful API Design.’ Here he has documented things he learned while designing the Red Hat Enterprise Virtualization API. The nice thing is that the source to the book is on github … Continue reading
Rynsc on Windows 7 Under Cygwin
Getting rid of permission denied errors in rsync under Windows 7 Continue reading
Posted in programming
Leave a comment
Sequence from every Nth Item of another Sequence
The phrase ‘every Nth item‘ may be off here, but it is close enough what I want to do (reduce a data set for charting purposes). # data = sequence of data items # nth = you want every nth … Continue reading
Posted in programming, Python
12 Comments
In-Application Customer Feedback
Matt Wilson asked about ‘awesome web-apps to let customers suggest/vote/comment’ on upcoming features.‘ This gave me the idea to post about ErgMate’s in-application feedback mechanism. In addtion to sending an email to the support mailbox, there are two other ways … Continue reading
Posted in Micro-isv, programming, Python
Leave a comment
Restful Interfaces to 3rd-Party Websites in Python
Here are the slides and examples from my Code Mash 2.0.1.0 talk: Restful Interfaces to 3rd-Party Websites with Python (PDF) examples.tar.gz
Posted in programming, Python
Leave a comment
(Unofficial) Concept 2 Online Logbook REST API
My unofficial interface to the Concept 2 Online Logbook is ready. This allows one to programmatically get information from the logbook (such as your total meters rowed to date) or to add workouts to the logbook from another program. For … Continue reading
Posted in indoor-rowing, programming, rowing
Leave a comment
Test Driven Development in Python
The slides from my Code Mash presentation on Test Driven Development in Python are now online at: http://powertwenty.com/kpd/downloads/TestDrivenDevelopmentInPython.pdf It is an introduction to TDD, some tools that work well when doing TDD in python, and the results of a case … Continue reading
Posted in programming, Python
5 Comments
Thoughts on CodeMash 2007
Wow, CodeMash turned out to be a fabulous conference. The atmosphere was one of learning from others in a friendly way – people checked their religious wars at the door. It was a fun conference. Feeling a little under the … Continue reading
Posted in programming, Python
2 Comments
Code Mash – TurboGears
Just finished listening to Kevin Dangoor’s talk on TurboGears at Code Mash. His talk was a general overview of TurboGears features. While I’m in the middle of prototyping a TG application, there were a few things I wasn’t aware of: … Continue reading
Posted in programming, Python
Leave a comment
Super Tank Lives!
As a kid, my older brother and I would head up to the local arcade and play Atari’s primitive tank combat game. This was a long time before Doom, a time when simple gray-scaled graphics sufficed. I spent a long … Continue reading
Posted in programming
Leave a comment