Friday, September 29, 2006

Deep Red / Crimson

I couldn't look back, you'd gone away from me. I felt my heartaches, I was afraid of following you. When I was looking at the shadows on the wall, I started running into the night, to find the truth in me...

In the crowded street, you're standing all alone, the shadow of the days hide your heart. You are bringing down the heart of the night, keeping everything off.

As if something gonna force you, now your running into the storm! Can't you see I'm always on your mind, tell me why you leave me alone.

When I was gonna be losing you in my mind, found my heart in soil. I'm looking back to the days. These are gonna break my heart, but I can never hold back. All of you in my memory, is still shining in my heart Now you're wearing the mysterious lights, it keeps me ... sticking into my heart.

My heart has been... going to be dyed in deep red ... with all the pain. There's no one to cure my pain, only without you. How I try to shout how I try to run, there's nothing I can do. The wall hiding my heart is never broken again, how I try to break!

As if something gonna force you, now your running into the storm! Can't you see I'll always on your mind, tell me why you leave me alone.

My heart has been... going to be dyed in deep red ... with all the pain. There's no one to cure my pain, only without you. How I try to shout, how I try to run, there's nothing I can do. The wall hiding my heart is never broken again, how I try to break!

My heart has been... going to be dyed in deep red ... with all the pain. There's no one to cure my pain, only without you. How I try to shout, how I try to run, there's nothing I can do. The wall hiding my heart is never broken again, how I try to break!

Cry in deep red...

Wednesday, September 27, 2006

5 Ways to Contribute to Open Source Projects Without Coding


Maybe you've seen many good Open Source projects that are no longer maintained. One of the many reasons for that may be lack of contribution. In fact, there are many one-man projects out there. Most of any program's users are just that, users, not developers. Nevertheless, average users still can contribute to Open Source programs to make them better.

I made a search for ways to contribute before writing this and I didn't find much. However, I found two very good articles: "How to Contribute to Open Source Without Coding" and "HOWTO Pay for Free Software". These articles explain how to contribute to Open Source. I summarize the information in this post, with a little info added by me.
  1. Contribute quality: help to make a better project, better looking and with new features
    • Submit bug reports
    • Suggest new features and options
    • Suggest ways to improve the framework (maybe comparing it to similar OS or comercial projects)
    • Submit some artwork (icons, backgrounds, logos) to use in the program
    • Correct spelling and grammar mistakes in documentation
    • Help maintain a web site for an Open Source project

  2. Contribute documentation: Some Open Source projects have a poor or insufficient documentation
    • Help write good documentation
    • Translate the documentation (and program text) into another language
    • Read existing documentation, follow the examples, and make corrections
    • Create diagrams, screen-shots, and graphics for documentation
    • Develop spelling and grammar style conventions for documentors
    • Build a glossary of technical terms (so non geek people can understand)
    • Convert documentation into more useful formats (i.e. DocBook)

  3. Contribute support: everybody need it at least once. Let programmer do their work while you help other people
    • Answer questions on forums, mailing lists or IRC channels
    • Contribute to (or start) an online support group
    • Help other people learn how to use the program (or programming library)
    • Write HOWTOS and post them in related forums or your own blog

  4. Contribute money: many Open Source projects have a donate button or a shop where to buy related products, but there are other ways to contribute money
    • Send a developer, project or company some money
    • Buy a Free Software product, or associated products
    • Hire Free Software developers
    • Contribute hardware
    • Contribute bandwidth
    • Advertise in their web site if they show ads
    • Buy products from companies that support Free Software

  5. Contribute publicity: If the project gets popular there will be more people wanting to contribute
    • Package the application for a particular Linux distro (or other OS)
    • Convince people to chose Open Source products when possible
    • Write reviews
    • Write about new ways of using an Open Source program

  6. Contribute appreciation: it's an extra way to contribute but may be the most important
    • Express your appreciation to developers (through email or forum post)
    • Send the programmers post cards
    • Give a project or developer a gift (some have wish lists for this)
    • Be polite when reporting bugs or asking for new features; developers has no obligation to do it after all
Although most of the list is self-explanatory I plan to post more in depth info in the future.

Finally, this list is in no way complete. You can read the mentioned articles for more information or add more tips in the comments.