Month of March, 2008

Drupal Modules - Search, Rate, and Review Drupal Modules

Drupal Modules - Search, Rate, and Review Drupal Modules

A third-party front-end to the huge collection of Drupal modules out there, with fine-grained ratings, reviews, and more. About time!

UNIX tip: chmod's +X option

UNIX tip: from chmod(1): “The letters ‘rwxXstugo’ select the new permissions for the affected users […one option is:] execute only if the file is a directory or already has execute permission for some user (X)”. That is, when, for whatever reason, you’ve got a whole tree of files and directories, and you can’t enter some number of sub-directories because their execute bit isn’t set, you can either execute chmod -R u+x my_dirs, or, you can (now) execute chmod -R u+X my_dirs. The former will make all the files executable (Bad™) while the latter will make only directories enterable (or, otherwise-executable files executable for you). Handy to know.

Programming Languages study

Programming Languages study

A survey of quite a number of programming languages, includes analysis of classification, syntax, and scriptability. Extensive.

A better backup system based on Git

A better backup system based on Git

“A fast, powerful backup system built upon Git and efficient, compact tools written in OCaml (faster than the C counterpart with 1/5th of the code :)”