Lists

It’s as simple as 1, 2, 3…

Archive for August 9th, 2008

10 Linux T-shirts that will make you smile

Posted by Fibonacci on August 9, 2008

There are times when I want to let my geekiness out and I want the world to know about it. I decided to share with you my favorite collection of Linux t-shirts that you also might like. Please share your ideas for healthy geeking in the comments.

  1. XP or Better
  2. Make install not wor
  3. You mouse has moved
  4. No place like ~
  5. World without fences
  6. Real Linux commands
  7. Run DOS run
  8. 666 is not evil
  9. 10 types of people
  10. SUDO

If you liked this article, please share it on del.icio.us, StumbleUpon or Digg. I’d appreciate it. :)

Posted in Humor, Linux | Tagged: , , , | 32 Comments »

5 Programming Rules You Should Already Know

Posted by Fibonacci on August 9, 2008

It never hurts to remind you these small recipes aimed at programming novices:

1. Keep it simple. As in everything in life there are many ways to solve the same problem, but not like in life, in programming it is better to choose the simplest solution. The benefits of that are: code maintainability, easy to explain to others, easy to understand what you did with your code months ago.

2. Use design patterns. Design patterns can speed up the development process by providing tested, proven development paradigms. Effective software design requires considering issues that may not become visible until later in the implementation. Reusing design patterns helps to prevent subtle issues that can cause major problems, and it also improves code readability for coders and architects who are familiar with the patterns.

Read the rest of this entry »

Posted in programming | Tagged: , , | 3 Comments »