Technology

BackupSynchronizer: a Simple Directory Backup and Synchronization Script in Python

January 9, 2010
By robert
BackupSynchronizer: a Simple Directory Backup and Synchronization Script in Python

As a first exercise in Python, I decided to create a directory backup script. Here's the resulting solution.
Read more »

Tags: , ,
Posted in Python, Technology | No Comments »

Joel on Software

November 28, 2009
By robert
Joel on Software

In this book, Joel Spolsky is an iconoclast par excellence. He relentlessly refutes many of the absurdly sacred tenants that are touted by many software developers as absolute truths, in his down-to-earth tell-it-like-it-is way.
Read more »

Tags: , ,
Posted in Books, Technology | No Comments »

WP Hide Post: WordPress Plugin

July 14, 2009
By robert

The WP Hide Post plugin enables the author to write posts/pages that are hidden on the homepage, feeds and/or other places, but still visible to search engines. This is a great tool for SEO.
Read more »

Tags: , , ,
Posted in SEO, Technology, Wordpress | 141 Comments »

900GB USB Drive

May 19, 2009
By robert
900GB USB Drive

A friend of mine went to China recently and brought back a SONY, VAIO-branded USB 2.0 drive with a startling 900GB capacity.
Read more »

Tags: , , ,
Posted in Cool Stuff, Technology | 14 Comments »

Wolfram|Alpha Computational Search Engine

May 14, 2009
By robert
Wolfram|Alpha Computational Search Engine

Wolfram|Alpha, a "Computational Search Engine", will launch on May 18, giving people access to a wealth of "computable" facts and algorithms. It takes queries in simple English and produces all sorts of results in the form of tables, charts and diagrams.
Read more »

Tags: , , , , , ,
Posted in Data Mining & Analytics, News, Technology | No Comments »

Google Maps Alphabet

May 12, 2009
By robert
Google Maps Alphabet

An interesting effort from Australia to locate the 26-letter English alphabet on Google Maps.
Read more »

Tags: , , , ,
Posted in Cool Stuff, Technology | No Comments »

Google Goats

May 10, 2009
By robert
Google Goats

Google Inc. has hired 200 goats to graze its fields to eat grass and weeds and to fertilize the soil as a low-carbon alternative to mowing lawn.
Read more »

Tags: , , , , ,
Posted in Cool Stuff, News, Technology | No Comments »

Go Chrome… and Never Look Back

May 3, 2009
By robert

Once I tried the Google Chrome browser I was impressed with its speed and lightweight impact on the system resources. In spite of the essential features that it still lacks, it's currently my default browser.
Read more »

Tags: , , , ,
Posted in Commentary, Cool Stuff, Technology | No Comments »

Timing Queries and Scripts in PL/SQL

April 25, 2009
By robert

Motivation Logging is an essential feature in any software, be it during development or after release to production. One feature that I found lacking in Oracle PL/SQL is a portable, built-in facility to help developers track execution times of blocks of code/SQL. I found that SQL*PLUS has some built-in functions that provide support for...
Read more »

Tags: , ,
Posted in Oracle and PL/SQL, Technology | No Comments »

HIVE: a Data Warehousing Framework on top of hadoop

April 11, 2009
By robert
HIVE: a Data Warehousing Framework on top of hadoop

I came across this new project under the apache umbrella, dubbed Hive, related to the hadoop initiative which implements a data warehouse infrastructure that takes advantage of the core MapReduce hadoop libraries to create a query execution engine for large scale data processing. The project is still in its early development stages, but the...
Read more »

Tags: , , , , ,
Posted in Data Mining & Analytics | 1 Comment »