Slashdot Mirror


How To Contribute To Open Source Without Being a Programming Rock Star

Esther Schindler writes "Plenty of people want to get involved in open source, but don't know where to start. In this article, Andy Lester lists several ways to help out even if you lack confidence in your technical chops. Here are a couple of his suggestions: 'Maintenance of code and the systems surrounding the code often are neglected in the rush to create new features and to fix bugs. Look to these areas as an easy way to get your foot into a project. Most projects have a publicly visible trouble ticket system, linked from the front page of the project’s website and included in the documentation. It’s the primary conduit of communication between the users and the developers. Keeping it current is a great way to help the project. You may need to get special permissions in the ticketing system, which most project leaders will be glad to give you when you say you want to help clean up the tickets.'" What's your favorite low-profile way to contribute?

46 of 120 comments (clear)

  1. The most needed thing... by Hydrian · · Score: 5, Insightful

    Documentation.... This is the most needed thing in open source.

    --
    No good deed goes unpunished.
    1. Re:The most needed thing... by Dexter+Herbivore · · Score: 4, Informative

      There's 2 comments on this story so far, and yours has hit on my major bugbear. Documentation is the biggest issue with most projects that I've seen. Even simple in-code comments help cut down the time required to understand the thought process behind the code.

    2. Re:The most needed thing... by TheRaven64 · · Score: 5, Informative

      Shame you're posting at 0. If you aren't a great coder, read some existing code and document what it does. If you don't understand it, probably the next person along won't either. Find the person who wrote it and get them to give you a quick explanation, then write up that explanation in more details. Add doxygen comments. This is also a great way of learning a new codebase. If you think something is wrong, ask - you may have just spotted a bug.

      Beyond that, look at the bug tracking system. See if you can reproduce bugs. If you can, try to produce a reduced test case. Detailed bug reports are incredibly valuable. Taking a bug report that says 'foo doesn't work' and saying 'when given X input, foo crashes with this stack trace. Valgrind output is {attached}. Problem appears to be in bar.c, but I don't know enough to fix it.' is amazingly valuable. Even just looking at the bugs, working out which person is most likely to be able to fix it, and making sure that they are aware of the bug is helpful. One of the best things about LLVM's development model is that when someone files a bug related to my code it gets assigned to me quickly, so I don't have to spend any time reading bug reports - ones I am likely to be able / wiling to fix are emailed to me automatically. This only happens because people are paid to do it. On other projects, volunteers who are willing to do this (tedious) work are worth their weight in gold.

      --
      I am TheRaven on Soylent News
    3. Re:The most needed thing... by baenpb · · Score: 2

      Also the reason it's harder to get newbie programmers(like myself) interested in an open source project. "Welcome to the group, you're in charge of what the rest of us don't want to do!"

    4. Re:The most needed thing... by jank1887 · · Score: 2

      definitely agree. If a tool you use actually has something like a user manual or a help file, read through it and submit comments/improvements/suggestions (probably should check with project leader first so he doesn't just think you're being a grammar jerk. there may also be a way he prefers you submit doc. changes.) If there's a tutorial set, work through them and note any discrepancies. Tutorials often fall behind software revisions. Last, write some of your own tutorials and offer to make them part of the documentation or wiki, or host then on your own site.

    5. Re:The most needed thing... by utkonos · · Score: 4, Insightful

      One thing I would love for someone to explain is why are projects so worried about so-called churn in their repositories? To be honest, I would agree that documentation is something that is sorely needed. And when it isn't missing is typically a bit of a mess. But if you go and submit patches for documentation, devs tend to start whining about making too many changes and "repository churn". Personally, I would have though that the point of using a repository in the first place is so that you can have a developer commit their attempt at documentation then have others who are better at things like technical writing or even writing period come along behind and clean up what is there. Too many times I hear devs saying that docs only should have significant improvements and major error corrections. That going over a doc with a fine tooth comb and correcting all grammar, spelling, punctuation, and style mistakes will wake some mythical churn beast inside the repository that will eat everyone's code. The idea of keeping whitespace changes separate from content changes is clear, but that is only so that the translation teams can know what patches and changes they can safely ignore.

    6. Re:The most needed thing... by JoeMerchant · · Score: 4, Interesting

      Yeah, man, like we're a semi-pro-football club, members have all been playing for 10+ years and we've all been on the team together for 3 or more, and there's lots of people who want to play with us because we totally kick ass, and man like, thanks for showing up, you know, why don't you start off our next game?

      If you want to contribute code quickly, think about joining a smaller project, or even reviving an interesting looking dead one.

      If you want to be a part of something big and high profile, be prepared to work the bottom of the bug list, or do some documentation.

    7. Re:The most needed thing... by ProppaT · · Score: 5, Informative

      I think this is everyone's biggest issue with Open Source. It also seems to be the "least wanted" by programmers working on the projects.

      As a professional tech writer, I've offered my services to a few open source projects that I'm a fan of but feel have a major lack of documentation. In each case I've been rejected. I've basically been told, "Our programmers write all of our documentation." The existing documentation in each case might as well say "just figure it out." I've offered GUI design in the past as well. Lets just say this didn't go over well at all.

      It seems that Open Source is a programmers club more than anything. It's a real shame. There's so much talented work going into the development of the software that it would be nice if the rest of the work (documentation, gui design, graphic design, etc) was doled out to the experts. There's nothing wrong with admitting that you're not super talented at everything.

      --
      Wise men say, "Forgiveness is divine, but never pay full price for late pizza."
    8. Re:The most needed thing... by Anonymous Coward · · Score: 5, Insightful

      ...this is exactly the way you put it to volunteers if you want to look like a complete tool - and want them to fork your shit just so they don't have to deal with you.

    9. Re:The most needed thing... by nschubach · · Score: 4, Insightful

      I don't know if I agree with the premise.

      Ideally, IMHO, code comments will tell you 'Why' you chose to do something instead of what is being done. If I wanted to know what is being done, I'd read the code. If I want to know why they chose to split the array instead of slicing it (arbitrary example)... that's what comments are for. For someone to come in and make a comment on why some algorithm was chosen over another is like trying to read minds.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    10. Re:The most needed thing... by petdance · · Score: 5, Insightful

      You can list "Uncovered and documented bugs on Firefox" on your resume? I thought only paid work experience applied.

      You can put anything on your resume that you want. There is no Resume Police. You should put on your resume anything that will make the reader say "Hey, I need to bring this person in for an interview." Conversely, you should not put anything on your resume that does NOT make the reader say that. Your two summers at McDonald's? Don't bother, even though it's paid work experience. Blog post on the topic: Should I put _____ on my resume?.

      With any experience on a resume, you'll want to quantify it as much as possible. Compare: "Uncovered and documented bugs on Firefox" with "Uncovered and documented 47 bugs in Firefox over a six month period." The latter gives the reader a better idea what it is you've done. More on using numbers in your resume: Numbers and resumes.

      Where did you get the idea that it could only be paid experience? Did something tell you that? If so, I'd love to find out what book or blog told you so that I can bookmark it as bad advice.

    11. Re:The most needed thing... by tibit · · Score: 2

      Avoiding repository churn is an euphemism for being change averse as a way of life, no matter what. It's a negative personality trait. I wouldn't loudly proclaim it.

      I mean, what the heck, do they worry that they'll overflow the revision counter in subversion of something? What kind of idiocy is that ... I'm glad nobody has ever told me not to submit something just to prevent "repository churn". I hope it's not some wider-reaching phenomenon...

      --
      A successful API design takes a mixture of software design and pedagogy.
    12. Re:The most needed thing... by AdrianKemp · · Score: 3, Informative

      Actually, many hirers like to see a service position on a resume. I get the point you're making but that's actually kind of a lousy example.

      If you worked at a fast food place for more than six months, or went back two summers (showing that they actually wanted you to come back) it means you can eat shit and grin*. Whether that came from the public or your manager or both, it's something many people who hire like seeing.

      *Not that they'll necessarily put that to the test in the position you're applying for, but being able to put up with somewhat hostile environments without flipping out is a plus

    13. Re:The most needed thing... by idontgno · · Score: 4, Insightful

      Even simple in-code comments help cut down the time required to understand the thought process behind the code.

      Developer docs are sorely needed, true, in many projects. But to my mind, the more grating lack is USER documentation. You know, decent manuals on how to use the software. No amount of commenting code will ever help with that, and I suspect is the area where non-developer contributors can help out the most.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    14. Re:The most needed thing... by AdrianKemp · · Score: 3, Insightful

      The few marginally serious contributors I know have attributed that attitude to two things (they mostly have the same attitude whether they'll admit it or not).

      1) They feel that proper (G)UI design as well as documentation and otherwise slows down coding. That's not even really wrong in a technical sense, but holy hell is it wrong in every other sense.

      2) They don't want someone coming in after they've done all the "hard work" and telling them that something should really behave differently because it would be more user friendly.

      It's a bad attitude, it's a common attitude among programmers, I even catch myself thinking that way once in a while.

      I suspect it will always be a bane of OSS, because the buck starts and stops with programmers and we're generally an egotistical and stubborn lot.

    15. Re:The most needed thing... by David+Gerard · · Score: 2

      Or, to put it another way, employers love someone who shows actual evidence they will work for their pay without being a whiny little bitch with first-world problems.

      --
      http://rocknerd.co.uk
    16. Re:The most needed thing... by gorzek · · Score: 2

      Welcome to the rest of the software industry. Guess what "junior" developers are hired to do? They get stuck with the crap no one else wants to bother with, and once they prove themselves, they get to move up the food chain (either within the company, or having gained enough experience to bail for a better job.)

    17. Re:The most needed thing... by i_ate_god · · Score: 2

      like python and postgresql?

      --
      I'm god, but it's a bit of a drag really...
    18. Re:The most needed thing... by spasm · · Score: 2

      I've contributed documentation to a few projects, but only those who use a wiki approach to documentation. The one attempt I made to contribute documentation to a piece of software I used a lot but which didn't have a wiki ended the same way as yours - 'thanks but no thanks'. I don't think wikis make for the absolute best documentation (unless someone puts a lot of effort into organization, you end up with a lot of randomly arranged howtos), but they're extremely low threshold as far as getting end users to help you document your software, and give the programmers one central location to look at from time to time to correct and update the documentation based on what changes have been made to the code.

    19. Re:The most needed thing... by serviscope_minor · · Score: 2

      As an open source developer, I think I speak for many of us when I say please don't be put off, we're not all like that.

      I consider documentation to be very important. One of the biggest contributions made to my project was someone essentially documenting a large amount of it. It has certainly made a big improvement to the community as people cna join much more easily. Also it introduced a culture of documentation which makes other people more likely to document.

      For GUIs, it's a bit more tricky. Programmers my well not be experts at GUI design, however...

      Because of the "scratch your own itch" nature of OSS, GUI improvements that make the workflow of the person hacking the GUI worse are unlikely to be accepted easily. One thing programmers are unlikely to do is make their own life worse voluntarily.

      Likewise, changes which make the GUI more similar/consistent with other existing programs and systems may well be met with hostility. This is especially so if the programmers and users are more familiar with the system being changed. Doubly so if it's an old program. An example of such (not that anyone's tried to change it) is xfig which has a rather unusual mode of operation, but is efficient when you know how to use it and predates modern conventions.

      The other problem is that if you design (rather than program) the GUI, then you need someone else to do the implementation. Even if the design is excellent, the other programmers simply might not have the time.

      --
      SJW n. One who posts facts.
    20. Re:The most needed thing... by csumpi · · Score: 2

      Attitude like yours is probably why many programmers are deterred from contributing.

      I mean nothing like submitting a patch that you worked hard on, tested, documented, just to be completely ignored. Or being told that you are a moron, your patch is not in line with the "semi-pro-football club"'s ways or some other bullshit.

    21. Re:The most needed thing... by pclminion · · Score: 2

      a master coder's "obvious" code can be completely obfuscated to a novice programmer

      Truly masterful code is never obfuscated. In fact, it looks a lot like novice code, pseudocode even. It's an amazing coming together of all the right ideas, all the right interfaces, to make code that reads exactly like what it does. Masterful code makes you wonder how the hell the programmer made it look so incredibly easy.

      You may have heard of a joke about "write only code," commonly applied to perl and some other languages. Masterful code is more like "read only code." It means exactly what it says, it looks elegant and simple (and in fact it is), HOWEVER, a novice isn't capable of writing it. If a novice attempted to do the same thing as the master, it might eventually work but it'll be a jumbled mess. The right ideas didn't pop into their thought processes in the right order, at the right times.

      Of course, not all code in the world has to meet the criteria for "masterful" status (nor is there any official such thing). There's tons of functional, important code which is difficult to comprehend. But to me, if I look at a piece of code and can't understand it, I usually blame the code, not myself.

      This is really, really important for new programmers to understand. If you go out there and grab the source to some massively popular open source project, chances are you're going to find a complete mess. Don't make the mistake of thinking it's because you're never going to be a good programmer -- the code might look incomprehensible because it IS incomprehensible. You don't have enough experience yet to really tell the difference!

  2. release day help outs by i.r.id10t · · Score: 3, Interesting

    I have a few linodes around that 99% of the time have plenty of spare bandwidth, so I will typically start seeding the torrents when a new release hits, even of a distro I don't use, and I'll upload 25gb or so.

    --
    Don't blame me, I voted for Kodos
  3. A few easy ones by gmuslera · · Score: 4, Informative

    Localization is always needed, either correcting, improving or adding translations for an open source project.

    Doing themes, skins, plugins, macros, whatever is around it that is not specifically programming and could need less or different skills than programming.

    Also actually using it and being vocal about that fact, the social component make people aware that exist that software, that have users that you know, and that there is a point of contact with the community behind it.

    Documentation, and everything around documentation (i.e. putting in your blog or in a comment how to do x with that software)

    1. Re:A few easy ones by houghi · · Score: 2

      What is needed is people who know nothing to do beta-testing. Sure, feedback is appreciated from people who know how to code, what is needed is feedback from those pesky users.

      Or even just a 'thank you' to the makers, so the makers will be motivated to go on. An email saying something like "Thanks for making this program. Keep up the good work. I really like it." will be great to programmers.

      Or if you have time, tell them why you like it, what you like and what you dislike. As long as it is constructive, it might end up in a newer version.

      The worst that could happen is that they disagree.

      --
      Don't fight for your country, if your country does not fight for you.
    2. Re:A few easy ones by grumbel · · Score: 2

      Localization is always needed, either correcting, improving or adding translations for an open source project.

      While localization is an easy way to put time into a project, I find it is more often done only because it's easy, not because there is a need for it. I personally have given up on accepting localization on my newer projects simply because the overhead of maintaining those localizations is just to big and not worth the effort. And half the time the localizations are worthless anyway, as they are almost always outdated and incomplete, as getting localization updates never happens in sync with the release. This is of course a much bigger issue for text heavy apps.

      Doing themes, skins, plugins, macros, whatever is around it that is not specifically programming and could need less or different skills than programming.

      Same as for localizations, probably even more so. More stuff doesn't make a project better, it just means more stuff the maintainer has to worry about. The focus should thus be on making the existing stuff better, more smooth and more compatible, not just on making more of it.

      Case in point: Gtk3 themes, there are hundreds of them, yet none that replicates the old Clearlooks of Gtk2, which used to be the default in Ubuntu for quite some years. Most of the Gtk3 themes also lack polish and throw tons of errors. So while specific themes that replicate popular Gtk2 looks or a convert tool to make Gtk2 themes compatible with Gtk3 would be very valuable, just yet another mindlessly thrown together half-done theme really is not.

    3. Re:A few easy ones by David+Gerard · · Score: 2

      What is needed is people who know nothing to do beta-testing. Sure, feedback is appreciated from people who know how to code, what is needed is feedback from those pesky users.

      This. Get in there and break shit.

      Or even just a 'thank you' to the makers, so the makers will be motivated to go on. An email saying something like "Thanks for making this program. Keep up the good work. I really like it." will be great to programmers.

      And this. Debian reportbug even has a "--kudos" option for the purpose :-)

      --
      http://rocknerd.co.uk
  4. Test new releases on your platform by Anonymous Coward · · Score: 3, Interesting

    There are lots of platforms and the developers might not have access to all combinations of hardware and compilers. It's always good to hear about tests of new releases even (especially) if it's simple "works for me" on such-and-such platform.

  5. Bug Reports by Anonymous Coward · · Score: 3, Interesting

    Report bugs you find with detail, and any errors you receive, what you were doing when you received the error, etc. Enable automatic bug reporting if the program has such a feature.

  6. Also... by SomePgmr · · Score: 5, Insightful

    Well, if you're a programmer feeling like you may not be a programming rockstar and are afraid to contribute... consider that most projects are not written by programming rockstars either. The codebases might be large and intimidating because people have put in a lot of time getting lots of things to work, but it's often packed with cases of, "it's good enough for now". And that's not necessarily a bad thing, it keeps things moving forward.

    I know Steve Jobs isn't the right character to invoke here, but he once said:

    Once you discover one simple fact; and that is everything around you that you call life was made up by people that were no smarter than you. And you can change it, you can influence it, you can build your own things that other people can use. Once you learn that, you'll never be the same again.

    I lean on that from time to time, and it's usually right. The only trick is knowing when it's wrong. ;)

  7. New feature review by greg1104 · · Score: 4, Insightful

    Speaking as someone who contributes to PostgreSQL, one of the projects mentioned in TFA, the easiest way to contribute something useful to that project while having some fun too is to test out new features. Reviewing a patch that hasn't been committed yet is part of the community process for validating what features get committed. And testing recently committed features is useful too, to help flush out bugs in them before release. Working on new features seems to be more attractive to new contributors than trying to fix old problems, and good reviewing skills flow naturally into becoming a code contributor too.

  8. Rock Star Programmers? by davevr · · Score: 4, Insightful

    Um... I guess you haven't seen much open source code... Rock stars are definately not required.

  9. Re:Open Source doesn't have bugs by CBravo · · Score: 2

    Actually the message is coming from inside. That's where the chip is.

    --
    nosig today
  10. Unix Philosophy by Anonymous Coward · · Score: 3, Interesting

    I had written a Python script consisting of about a couple of hundred lines of code (including comments) for a task I do on a regular basis. I've been meaning to add features to it but haven't touched the code for over a year because to be honest, although I had structured it into proper functions/procedures only doing one task and group similar code into packages and had commented it, it was still a bit of a mess.

    I recently stumbled upon the Unix philosophy and it gave me a different perspective on how to program. I think the biggest eye-opener for me was the concept of connecting a number of small programs via streams to make larger programs. I've done this many times by for instance by piping the contents of find through grep to find a piece of text in a number of files but it did not occur to me that this could be used in programming. The implication is that rather than writing a lot of code, it could be easily done in a lot less lines by calling an existing program and putting the output into a data structure to be used by the program.

    I've been googling more about the Unix philosophy and I have tried to apply it to the Python script I had written. The things that stood out was writing a program that did one thing well and prototyping to get the program working then refining afterwards. I've had a look at my code and see a lot of functions and procedures that do a number of tasks. An example of this was one that was extracting data from a data structure and putting it into a pyGTK treestore. I had separated this and redesigned a new function to extract the data so that it outputs text to the function that puts it into the one which populates the pyGtk TreeStore. A useful thing about this is that it is easier to pull the code from this and insert it into other programs if I wish. As well as this, I am looking at other ways to make the code easier to debug and to add extra functionality.

    I think a lot of the Unix philosophy is common sense and I'm sure it is second nature to experienced programmers but to casual coders like myself, it is a number of guidelines that points me in the right direction.

  11. Support by gedeco · · Score: 2

    Obviously some users need support.
    If you are good at troubleshooting, this is the way to go.
    Good troubleshooting has also value for the programming rockstars.

  12. Oh my, no. by Esther+Schindler · · Score: 3, Insightful

    Your resume is a document that shows what you have done, and backs up your assertion that you're qualified to do the stuff you've applied for. What you're paid -- or whether you are paid -- is not relevant. Accomplishments are.

  13. Bug replication by grumbel · · Score: 2

    My biggest issue with Open Source is bug replication and bug report management. By the time I get to use a software and it has made it's way into the Ubuntu repositories it is already a few month old. Bug reports on that software in turn are often of limited use as a newer version might already fix the issue. The problem is that going through all the trouble of actually getting a new version, all the dependency, getting it compiled and setup is rarely practical. Thus a lot of bug reports end up hanging in the Ubuntu bug tracker, as nobody is going to spend time on checking that the issue still exist upstream and then reporting the issue to upstream, maybe including a better test case then found in the original report.

    So simply put: If you want to help, act as a mediator between the developer and the user. Browse the bugtrackers and forums for problems users have, replicate them and check that those issues still exist. Then provide test cases or fixes for those issues to upstream and workarounds to the users.

  14. Installers by SoftwareArtist · · Score: 2

    Designing and building installers. It's something many programmers hate to do, and it's so critical to the success of the project. If installation doesn't go smoothly, many people will just stop there and never start using the program. It's also quite challenging, given all the subtle differences you encounter between different OS versions and even individual computers.

    --
    "I'm too busy to research this and form an educated opinion, but I do have time to tell everyone my uninformed opinion."
  15. Things I do by David+Gerard · · Score: 4, Informative

    I'm a sysadmin and totally not a coder. But I'm also a writer. So

    1. Install it on stuff. In particular, install it on platforms that aren't Fedora or Ubuntu. Document problems you find. Cross-platform = robust.

    2. Documentation, FAQs. The documentation always lags. 1. will generate lots of stuff you write up. Wikis can always do with maintainers too.

    --
    http://rocknerd.co.uk
  16. Re:Why I hesitate by David+Gerard · · Score: 4, Informative

    LibreOffice, however, has a collection of easier fixes specifically to lure people in. And it works. Every project should do this.

    --
    http://rocknerd.co.uk
  17. Open Advice by hackertourist · · Score: 3, Informative

    A recent /. story discussed the bookOpen Advice which is about finding ways to contribute. It's worth reading.

  18. I wrote similar article 8 years ago by CountJoe · · Score: 2

    Just wanted to add that I wrote a very similar article 8 years ago: ContributingToFOSS.

  19. Documentation by minderaser · · Score: 2

    I know I'm far from the first to say it, but write docs. Here's how.

    cheers

  20. Tickets by Dennis+Sheil · · Score: 2

    With regards to the ticketing system - if someone posts a ticket for a problem, see if you can reproduce the problem with their particular version. See if the problem still exists in the head of the latest code trunk. See if the problem is a duplicate of another problem. See if the problem is with the program, or somewhere upstream, say, a library that the program depends on. If so, report the problem upstream.

    Core developers are busy, and most projects can use people who deal with and clean up tickets, leaving only real problem tickets to deal with. Also, sometimes a program or library from Gnome or freedesktop.org will have tickets in the trouble ticket systems of Debian, Ubuntu, Fedora, SLES, Gentoo etc. Someone doing a little coordination will be helpful.

    The thing is, even top notch programmers unfamiliar with a large program are initially at a disadvantage to a middling programmer who is well-familiar with a large program. Everyone is initially at a disadvantage when a program breaks, no matter what the skill level. But even if your programming skill level is very low, most projects can benefit from extra help. Even if you just confirm a bug exists on your system too, or that you can't reproduce a bug - this helps core developers save time.

  21. Adopt a core library module by doom · · Score: 3, Informative

    "What's your favorite low-profile way to contribute?" Well, since you're asking...

    Something that's been on my "todo" list for ages is to volunteer to maintain some of the modules in the core perl library. That's something that any solid perl programmer ought to be able to help with (even if your C skills aren't well tuned-up at present), and I've been told that there's a shortage of people willing to do it.

    Writing documentation is a great idea too, of course, but while the perl docs can always use some work, they're actually pretty good compared to some other projects. Perl programmers seem to like to write things down.

    Andy Lester himself is famous for being willing to write test code. That's a good way to go, of course: there are still some big projects out there that barely have any tests.

  22. Re:Why I hesitate by grumbel · · Score: 3, Informative

    -I'm afraid of what setting up the dev libraries would do to my normal environment I use for normal work.

    You should never install anything into the global directories, instead install things into your home directory by setting the prefix:


    PREFIX="/home/juser/dev/software/" ./configure --prefix=$PREFIX
    make
    make install

    Then when you want to compile/run anything depending on the installed library:

    PREFIX="/home/juser/dev/software/"
    export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig/";
    export LD_LIBRARY_PATH="${PREFIX}/lib/";
    export LD_RUN_PATH="${PREFIX}/lib/"
    export LIBRARY_PATH="${PREFIX}/lib/"
    export CPLUS_INCLUDE_PATH="${PREFIX}/include/"
    export C_INCLUDE_PATH="${PREFIX}/include/"

    For Python, Ruby, etc. you might need a few more variables to make things visible to them, but generally speaking there is almost always a way to install stuff locally without messing up the rest of the system.