Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Bug Open Source Programming

What Aspects of Open Source Projects Do You Avoid? 344

paulproteus writes "I'm a Debian developer and a part-time contributor to a few smaller projects. I do a lot of free software-y and open source-y things. Sometimes, though, I don't do them. I figure some other Slashdotters might have similar hang-ups — we contribute to a project, but there are parts that we really dread thinking about. So I wrote a post about having these hang-ups, and I made a place on the web to share how others can help your project. What are the parts that, in your projects, you would be relieved if someone else looked at for you?"
This discussion has been archived. No new comments can be posted.

What Aspects of Open Source Projects Do You Avoid?

Comments Filter:
  • public relations (Score:3, Insightful)

    by Runaway1956 ( 1322357 ) on Sunday March 14, 2010 @03:55PM (#31474082) Homepage Journal

    As long as I don't have to make freindly with the natives, the headhunters, and the unwashed masses, I'm happy.

  • by multipartmixed ( 163409 ) on Sunday March 14, 2010 @03:59PM (#31474104) Homepage

    Please, for the love of God, somebody come along and write a test suite for my project. I'm sick of breaking code by accident! ;)

  • by betterunixthanunix ( 980855 ) on Sunday March 14, 2010 @04:04PM (#31474148)
    Hey now, we cannot have it both ways. If we want to push community support, that means that we have to be ready to answer the same novice questions over and over again, especially since a lot of concepts are lost on Windows and Mac OS users -- like the idea of a package manager. Yes, it may seem like the most obvious question in the entire world, but I frequently get asked things like, "How do I install <some really common package>," and if we are unwilling to answer such basic question, people will just get scared (and subconsciously assume that "Linux is not ready for the desktop").

    We may find it annoying, but we absolutely should not avoid it. In fact, we should being doing it more often.
  • by maxume ( 22995 ) on Sunday March 14, 2010 @04:05PM (#31474158)

    You could say "I choose to respect the GPL in situations where I am not prepared or legally able to do the work necessary for compliance."

  • by 10am-bedtime ( 11106 ) on Sunday March 14, 2010 @04:07PM (#31474172)

    Ahhh, can't resist...

    Real hackers don't dread unpleasant tasks. They write code that (perhaps write code that) does the unpleasant task for them.

  • Re:The GPL. (Score:2, Insightful)

    by nloop ( 665733 ) on Sunday March 14, 2010 @04:11PM (#31474206)
    The only thing it restricts is your ability to fork a open project and close the source. I don't know if I'd call changing that an improvement...

    And don't give me the "viral" lie. Boxee closed the code it wrote and left the GPL XBMC guts open just fine. You just can't close already open code.
  • Re:The BSD license (Score:1, Insightful)

    by xenoterracide ( 880092 ) <xenoterracide@gmail.com> on Sunday March 14, 2010 @04:22PM (#31474270) Homepage
    One way of stopping a wildfire is to use a controlled burn to burn off the area before the wildfire can reach it. Fighting fire with fire works.
  • by 93 Escort Wagon ( 326346 ) on Sunday March 14, 2010 @04:23PM (#31474280)

    I think the answer is obvious - what most developers avoid like the plague is documentation.

  • by Jeff DeMaagd ( 2015 ) on Sunday March 14, 2010 @04:23PM (#31474288) Homepage Journal

    Going off on not wanting to be called a troll without explaining why GPL is so troublesome to you doesn't help the discussion that you're supposedly trying to have here.

  • by vlm ( 69642 ) on Sunday March 14, 2010 @04:27PM (#31474318)

    What are the parts that, in your projects, you would be relieved if someone else looked at for you?

    How about unreproducible bugs?

    I hate the whole situation.

    The bug reports; "Uh, I got an error or something when I tried to run it" "OK, what was the error" "I don't know" "So how do you know theres a problem?"

    Failing to reproduce the error. This ties in with the "prove a negative" problem. When to give up? Just document what I'm doing and hope for the best, I guess.

    Problems that are probably specification failures but you can't prove it. Closely tied to mystery black boxes that do something, but no one is entirely certain what. Even funnier when there isn't really a spec, just kind of a goal. Best of all, when two groups make opposing policy decisions and want you to consider each other's design to be a bug.

    When to close out the hopeless bug. Well, it doesn't hurt anything to keep it open. But bean counters like easily counted beans, like how many open bugs. Will I insult the submitter by closing it? Some 3rd party weirdos like to get involved at that stage, "I'm morally superior to you because I never give up on a bug like you did, ha ha ha" while the reality of the situation is they merely have more spare time, a poor self image, and a desire to very publicly display it. aka the "ticket ss" "I am morally superior and I say we will have order here! Order! Achtung!"

    Finally, last but not least, circumstantially, crazy/insane people seem to encounter more unreproducible bugs than typical people. Don't know if they're more ornery so the tend to report more, or more creative so they tend to find more, but I do know they're a pain to deal with.

    Other than that, its not so bad.

  • by maxume ( 22995 ) on Sunday March 14, 2010 @04:29PM (#31474330)

    People can use GPL code without giving anything back. They just can't modify it and hide those modifications from their users.

  • by betterunixthanunix ( 980855 ) on Sunday March 14, 2010 @04:31PM (#31474342)
    What makes you think that corporate programmers are necessarily going to do drudge work better than volunteers? I guess you have only ever worked with big name proprietary software, where a lot of care was taken; I have seen many proprietary software packages that are barely usable, but they are niche products with little competition and thus there is no incentive for anyone to do a good job. So, where is the proprietary advantage?
  • by gringer ( 252588 ) on Sunday March 14, 2010 @05:07PM (#31474598)

    Here's some advice that I find useful when reporting bugs:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html [greenend.org.uk]

    There are some non-obvious things in there, such as trying things that clearly won't work, if asked to by the programmer:

    Somebody reported a bug to me once, and I asked him to try a command that I knew wouldn't work. The reason I asked him to try it was that I wanted to know which of two different error messages it would give. Knowing which error message came back would give a vital clue. But he didn't actually try it - he just mailed me back and said "No, that won't work". It took me some time to persuade him to try it for real.

  • Re:Ego (Score:5, Insightful)

    by dvice_null ( 981029 ) on Sunday March 14, 2010 @05:15PM (#31474664)

    > A lot of open source coders seem to avoid UI aspects and usability like a plague

    - Programmers write code.
    - UI designers design UI
    - Technical writers write user documentation
    - Graphical designers draw buttons and icons

    The problem is that majority of open source developers are programmers and UI designing is a completely different profession.
    Two possible solutions:
    - Programmers must learn UI designing also
    - We need more UI designers to join us

  • Could you please tell me your projects, so I can avoid them and hence breaking my system? ^^

  • by DaveV1.0 ( 203135 ) on Sunday March 14, 2010 @06:19PM (#31475320) Journal

    What makes you think that corporate programmers are necessarily going to do drudge work better than volunteers?

    Judging from the quality of 99% of the FLOSS software out there, I would say that primary difference is that corporate programmers actually do the drudge work whereas the volunteers don't. Or, more specifically, no one volunteers for the drudge work so it doesn't get done.

  • Re:Ego (Score:1, Insightful)

    by Anonymous Coward on Sunday March 14, 2010 @06:23PM (#31475366)

    Yes, because every girl dreams of giving a blowjob to guy that 1) works for free 2) sits on computer all day long 3) just goes on and on about the wonders of open source 4) doesn't make any money

    I think there will be a huge line of girls waiting!

  • by tepples ( 727027 ) <tepples.gmail@com> on Sunday March 14, 2010 @06:23PM (#31475370) Homepage Journal

    Actually, the GPL extends plenty of freedom to developers; the only restriction is that those developers cannot impose any further restrictions than those imposed by the GPL

    Another problem is that a lot of works, even works under "permissive" licenses, are licensed incompatibly with the GPL. For example, how would one make a video game using engine code and scripts under the GPL with, say, textures under the Creative Commons Attribution License? One might claim that the game engine code, scripts, and non-program assets make up an "aggregate" under the GPL [gnu.org], but I'm still having trouble figuring out what constitutes "other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program", if the engine puts specific requirements on those files.

  • Open Source Nazis (Score:5, Insightful)

    by Niobe ( 941496 ) on Sunday March 14, 2010 @06:50PM (#31475566)
    What Aspects of Open Source Projects Do I Avoid? The part where I get yelled at by a developer for filing a bug that I tried diagnose to the best of my ability but didn't mange to fix myself. Because, as we know, you shouldn't even USE open source software unless you're willing to DEVELOP it as well. Pffft.
  • by tepples ( 727027 ) <tepples.gmail@com> on Sunday March 14, 2010 @07:51PM (#31476014) Homepage Journal

    You have a point about Freeciv, but the other two projects you mentioned aren't exactly poster children for the kind of project I was thinking of: well-known even among the non-Linux-using majority and under a free license since first publication. Yes, I know this is a no-true-Scotsman fallacy, but I'm looking for some way for Free gaming to compete on the same level as non-free gaming. If a proprietary platform can have a system seller (e.g. Mario series or that Xbox game that Beyonce sings about), a Free platform needs a system seller.

    I dispute whether NetHack is as well-known as its fans think. Google queries "call of duty" game, "diablo ii", and even "animal crossing" game return about 10 to 100 times as many results as nethack.

    The Ur-Quan Masters isn't exactly an "open source project" in the sense of the article because it wasn't made free until 2002, a decade after it was first published. It was freed only after it had already made as much money as it was going to make as proprietary software on two platforms (PC and 3DO). Micropolis (the Free version of SimCity classic) is in the same category.

  • by bill_mcgonigle ( 4333 ) * on Sunday March 14, 2010 @09:53PM (#31477106) Homepage Journal

    Interestingly, some projects could _really_ use a manager, but open-source projects are often begun by programmers who want to get away from having a manager.

    There are a few floating managers disguised as QA people and community liaisons that manage to do a pretty good job at this without being recognized. Some of them read here. You're appreciated.

  • by EvanED ( 569694 ) <{evaned} {at} {gmail.com}> on Monday March 15, 2010 @12:00AM (#31477996)

    Until your certificate expires.

    A self-signed cert would be perfectly fine for most sites out there. Sure, it's susceptable to MitM attacks, but there's a reasonably big step from "I can eavesdrop" to "I can reroute your connections to me."

    The biggest obstacle to this is the horrendous hoops you have to jump through to OK a self-signed cert in browsers.

  • by GreatBunzinni ( 642500 ) on Monday March 15, 2010 @06:19AM (#31479784)

    I run a couple of small FLOSS projects and I have to confess that producing documentation is by far the most painful task that I need to accomplish. It basically demands that you put down in writing something which, as you've just spent a considerable slice of time which may amount to years writing it, to your own eyes is so blindingly obvious to use that you shouldn't be wasting your time writing about it. Adding to that, it's frustrating to document code because as the source code is easily accessible anyone can just fire up a text editor and read it.

    To make matters worse, sometimes you are forced to rewrite a portion of your code. When you do that, if you already have some documentation written then you are forced to go back, find any reference to that particular behaviour and rewrite it to reflect your changes. And pray to God that you don't have to yet again rewrite everything all over again (or write a new copy of the docs) to reflect a minor version. Tools like Doxygen do help mitigate this problem but they are only good enough to handle code references, and they do that at expense of filling the project with long winded comments which, if you happen to use an editor which doesn't support code folding all that well, make up reading and writing code a bit needlessly complicated.

    Ignoring some other nasty aspects of writing/maintaining a documentation, at least to me documentation boils down to wasting your time. It's a task which doesn't have any noticeable positive feedback and it always feels like you are completely wasting your time with fluff tasks. After all, if you've written an excellent documentation then your users will simply read it and go on with their lives while you never get to hear about it.

    But although that's my personal view regarding producing documentation I also understand the need for it. It's extremely important to provide (and also have available) a decent documentation. Without it your users (and sometimes even you) are left disoriented and forced to waste time with basic things. But that won't make the job of generating it any more enjoyable than it already is.

  • Re:RTFM (Score:3, Insightful)

    by GigaplexNZ ( 1233886 ) on Monday March 15, 2010 @07:34AM (#31480224)
    Next question: WTF is RTFM? ;)

Scientists will study your brain to learn more about your distant cousin, Man.

Working...