• debanqued@beehaw.org
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    8 months ago

    We can make some headway by pushing govs to adopt OSS. The Italians have a law “public money → public code”. The whole public sector including public schools should be switching to open source. And part of that would compel contributions of some form. Whether it’s code contributions or payment for support. People should be demanding that their tax revenue is not wasted on software that does not enrich the commons. With profit-driven corporations it’s always a game where a number of variables have to be just right for the company. But the public sector is very much overlooked.

    I recently looked at a Danish university and was disgusted with what I saw. They used MS Office and Google docs, and students were pushed to use those tools. They used Matlab not GNU Octave, because that’s what they saw industry using. Schools should be leading industry, not following it.

    • 4dpuzzle@beehaw.org
      cake
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      The main driving force behind use of proprietary software in educational institutions are the software companies themselves. They have an incentive in it. When the students graduate and join the workforce, their employers are more likely to choose the software that these new workers already know. So it’s like an investment for software companies to get their software into the curriculum. They spend considerable money and effort into it. Regular people stand no chance in pushing for free software - mainly because most of them don’t even care.

      • Sinfaen@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        This is the unfortunate truth. Mathworks tools are heavily used in the engineering space, so it’s an obvious choice for academia to teach.

        As much as I try to get my company off of Matlab/Simulink, it’s a challenge. Just so much legacy already written in it

        • debanqued@beehaw.org
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          7 months ago

          so it’s an obvious choice for academia to teach.

          I can’t agree. You could perhaps say Matlab is the default/non-critically-analyzed choice for academia. GNU Octave uses the same language as Matlab. A student who masters GNU Octave will be able to use Matlab just fine.

          IIRC, Matlab’s significant difference is Simulink. So if a class actually intends to cover Simulink then it’d perhaps be fair enough for just that class to use Matlab. But even that’s not ideal. Ideal would be the school paying students to add what’s needed in GNU Octave.

  • emptyother@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    8 months ago

    Im a big fan of “you can either pay me to fix this issue, or fix it yourself” model. Nobody should be pressured to maintain a open source project once they’re done with it themselves.

    • 4dpuzzle@beehaw.org
      cake
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      Exactly! In fact, that was the original free software MO. The whole maintainership shenanigans became a thing after companies started exploiting it for free labor.

  • Hirom@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    That’s why I like the GPL. I’m fine with people using my software for personal use, or for commercial use if that’s integrated in another open source software.

    If a company want to use my software with an unrestrictive opensource license, we’re going to have to discuss license price.

    • 4dpuzzle@beehaw.org
      cake
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      GPL code can be used in proprietary products as long as it is not distributed outside. There are a lot of such use cases.

      • wiki_me@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        At this point i think everybody should just use the AGPL instead of the GPL.

        • 4dpuzzle@beehaw.org
          cake
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 months ago

          There was an instance where Google used a GPL software (GNU units?) in their backend and didn’t release the modifications because they were technically not distributing it. So yes. It supports your suggestion of using AGPL where its purpose is not immediately apparent. It’s a good thing that people are starting to accept copyleft licenses after the anti-copyleft tirade promoted by the industry.

        • Hirom@beehaw.org
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          8 months ago

          Seconded, AGPL may be better especially in cases where software is network related.

  • Jeena@jemmy.jeena.net
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    Once my son was born I practically stopped all my involvement in open source because I valued sleep more.

  • maegul@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    When I can I try to bring up the idea of “pro bono” developer work with employed developers I know.

    Outside of FAANG it garners confused looks because it’s so alien. But the argument never gets any logical pushback because the industry is culturally sick on this issue:

    “ Do you use and rely on open source software?

    If so some percentage of what your employer gains from that should be provided back, not out of some morality but to keep afloat the open source software ecosystem you and your employer are benefiting from.

    What’s more, you and employer will gain more expertise in said software and can even ensure it is more reliable for your purposes.

    All employers of developers using open source ought to dedicate a certain number of developer-days per month to open source maintenance and proudly make this number public.

    Also, this idea isn’t new, lawyers have been doing this for decades. See this info graphic from a major Australian Law Firm showing off how 1/24th of their work is pro bono.

    That’s right, the sharks might be better people for society than your industry is for itself.

  • wiki_me@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    But the demand is high. There are lots of users, many in a corporate sense using my software to further progress their organization.

    tbh there will always be demand for free work, these small libraries that people don’t support seem like free code to me that corporations can write themselves relatively easily.

    There is a lot of challenges to this. And these are only the things I thought of. I’m sure in reality it’s even more complicated. That’s why I don’t think the moral reponsibility at the moment falls on these companies. There needs to be a system in place that handles the contributions from users and distributes them to projects and dependency projects.

    There are plenty of options and case studies for how to do this, in particular tidelift (which was started by a legit open source contributor) is one option, people manage to raise money using open collective and offer incentive through patreon (vue.js is a good example).