29.05.2014
Using a simple Bash script and a cron job, you can turn Photocrumbs into an automated photo sharing bot. This way, you can drop multiple photos into a separate directory, and the script/cron job combo will publish them one-by-one at specified intervals (e.g., hourly, daily, etc.).
26.03.2014
Here is a clever little trick I picked from a Hacker New thread. Using a simple custom now() function, you can keep track of things you are currently working on.
19.03.2014
Here is a problem: you need to give a bunch of DSC_xxx.JPG files meaningful names like Berlin_May_1981.JPG, Tokyo_Trip_1973.JPG, and so on. The mvdir Bash shell script dramatically simplifies this otherwise tedious task.
24.09.2012
Although Raspberry Pi is not powerful enough for heavy-duty image processing, you can still put it to some photography-related uses.
21.09.2012
You can use a dead-simple solution based on HTML pages containing the REFRESH metatag instead of a full-blown URL shortening application.
19.06.2012
An Android device is ideal for snapping photos of receipts, handwritten notes, and white board drawings.
23.05.2012
While there are several word count extensions for Google Chrome and Chromium (which is currently my browser of choice), none of them seem to be able to handle text selection in the File Thingie's text editor. So I hacked my own shell script that solves the problem.
12.03.2012
If you want to add a dash of GUI goodness to your Bash scripts, you have several options. You can use Zenity or Kdialog to quickly add simple dialogs and message boxes to Bash scripts. However, both tools are rather limited, and for a more complex GUI design you might want to give YAD a try.
09.01.2012
bitpocket may not rival dedicated file syncing services like Dropbox or Wuala, but this neat tool has a few important advantages. For starters the entire solution consists of a single Bash script which uses the good old rsync tool to perform its syncing magic.