It is not funny anymore!
Annotating photos with date
Leo script to generate environment setters
Stuff yet to be fixed
Managing notes and todos
Scrum for Self : V2
Excel to record expenses
Scripting Outlook Journal
ADD and antipatterns
Lean Pivot Tables
Blogroll: Other sites I read.
Categories: with XML
Monthly
| December 2008 | ||||||
|---|---|---|---|---|---|---|
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
Disclaimer: These are my personal views, opinions and experiences. These do not reflect the views or experiences of any of my employers or clients.
Peter English opines that following Australia’s series defeat today, rebuilding is not funny anymore. However, since I’ve already spent a good part of my week long vacation watching the test match on TV, I think it is way too funny - no need to explain why, but just read the opening paragraph of the article!
To shamelessly quote a famous ad, watching Ricky Ponting’s expression during the post-match ceremonies - priceless. Even better, his claims of still being No. 1! In India, Ponting chose not to bowl Brett Lee (overrate is better than loosing a series?), but in this test, even his deputy couldn’t explain why a limping Lee was bowling when Johnson was not.
More »With Imagemagick, you can easily annotate your digital photographs with the date. This assumes that the date information is captured within the photograph - most digital cameras do this (and most common mistake I do is to remember to set the date when I insert the battery back after charging!). Here is a small shell script to do this. Save it as an executable file and then run it with all files you want to convert. The annotated files have a prefix of ts_.
More »Leo Outliner is a fantastic outliner that can be used as a plain outliner or as a literate programming editor. If you are into Python scripting, you can easily extend it to make quick utilities. Here is one such silly script.
Often, I will need to set environment variables in DOS, Unix/Cygwin environments. I end up creating scripts to do this. However, it is quite painful to have one script with commands starting with export (for bash) and set (for DOS). Most of the time I would rather like to have a simple property file - like key=value in each line - that I can use to set the environment variables.
Download this Leo file. It has a script in one of the nodes. You put your property file in child nodes with @url node types. Then, when you run the script, each such child node is taken and written out as batch file or shell script as identified by the node header text. A silly little solution that took 5 minutes and has already taken lot of pains out for me!
For a while, the site was down. This was because I was using PHP code as server-side-include module to draw the header and footer and the breadcrumbs. My ISP, csoft.net moved to a CGI based PHP execution and this doesn’t work with my scheme of things. Note : so far, csoft guys has been just great; I guess they’ll have valid reasons for this change.
I’ve fixed few of those things by moving to normal HTML mode, ignoring all SSI elements. The cross-reference between other parts of my site with the blog is not yet there and the breadcrumbs navigation on my blog is also not there yet. Both these were also using PHP and that needs to be worked on. Perhaps I should also look into switching from MovableType to WordPress now.
We all write notes while working. There are plenty of software available to maintain your notes or todo lists. Some are fancy desktop decorators like sticky notes, calendars or todo-list in side bar. I’ve been looking for a solution that lets me manage my notes and todo-lists. Many of the items out there does either notes or todo-lists; not both. Ideally, I would prefer just writing notes and todo’s automatically extracted from it. I zeroed in on six main contenders – explained in the order I used them.
So, what is the pick?
More »Last year, I wrote about Scrum for Self, an Excel sheet that I use to plan my week. An updated version is now available below.
Enhancements:
If you are interested, you can download the zip file (43KB) that has the Excel file. Extract the zip file. Open the Excel file and look at Dashboard sheet. The Excel has some sample data that you can use as a starter.
More »