• treadful@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 months ago

        It’s more common than you might think. A lot of companies have open source codebases. In fact, I think almost every software engineer job I’ve had so far have had at least a little public code.

  • Ugly Bob@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    5 months ago

    Existing established open source projects? Basically never.

    My own piles of shit with open source licenses? All the time.

  • matcha_addict@lemy.lol
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    I’ve created one project that no one uses. I’ve found a lot of friction contributing to existing projects. There has to be:

    • something to do
    • the maintainer is cool with having it done
    • the maintainer is okay not doing it themselves
    • is within my expertise or requires an acceptable amount of ramp up learning

    Then I have to make sure to learn their code of conduct and do it exactly the way they want. Do they want testing? Do they want me to update the docs? So I have to get green light from maintainer to start? Etc.

  • MXX53@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    My job is contributing to the building of an open source project full of shared tools and resources for businesses in my industry to share. I am part of a team of skilled developers and citizen developers across my industry that work to create shared FOSS tools to make all of us more efficient at our work.

    So about 60 hours per week.

  • roertel@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    I like to think that using FOSS daily, singing its praises to everyone and filing out the occasional bug report counts.

    • delirious_owl@discuss.online
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      It does. I wish more people recognized that bug reports are contributions.

      Probably only 1% of users file bug reports. That means for every 100 times a bug is found by a user, 99 of them won’t bother reporting it. Devs can’t fix a bug they dont know about…