I just purchased a new Apple Mac Mini!
This new computer will serve 3 purposes:
- serve as a media hub (movies, podcasts etc)
- home computer / photo workstation
- central server for my repository of documents.
This machine replaces my EEPC in the Smart Document Sync and Backup model.
Below is a review about what I have to say about the machine after a week. (more…)
This is a good principle to follow when writing code (although it works in other areas of life too!). It may help you someday. Tell all your friends.
Directly Read The Article in Wikipedia
Read it, know it, love it. Here is the 30 second version, paraphrased:
What: DRY is a process philosophy aimed at reducing duplication
Why: Duplication increases the difficulty of change or innovation, may decrease clarity, and leads to opportunities for inconsistency.
Coolness: A modification of any single element of a system does not change other logically-unrelated elements.
Elements that are logically related all change predictably and uniformly, and are thus kept in sync.