I mention software freedom whenever I can.

Profile avatar is “kiwi fruit” by Marius Schnabel. CC BY-SA 4.0 | I am not affiliated with OpenMoji.

  • 1 Post
  • 184 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle











  • tabular@lemmy.worldtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    3 months ago

    As long as you follow the GPL license you can redistribute it, for free or at cost. Linux is mostly free as in freedom and usually free as in free beer.

    Wikipedia says ElementaryOS has a pay what you want model. So if your image is from them then you don’t have to pay (a 3rd party is free to charge you for it - bandwidth ain’t free).








  • tabular@lemmy.worldtoLinux@lemmy.mlFedora OBS Drama Resolved
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 months ago

    Has a software update ever changed something in a way you dislike? When it’s proprietary software your choices are to:

    • tolerate the anti-feature
    • downgrade and keep using an older version instead (if feasible also has demerits)
    • hope someone reverse engineers a work-around
    • stop using the software

    When the software is free (libre) then a communities can change it (e.g. removing an anti-feature) via the source code.

    Sadly it’s not enough to simply “then don’t use it” - proprietary software proliferates society (interacting socially, with the government, with banks, etc). Since it’s better to be in control of your own computing anyway then might as well promote the values of software freedom.


  • tabular@lemmy.worldtoGodot@programming.devCopyleft GDExtension?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 months ago

    Godot’s MIT license certainly let’s you redistribute the engine as part of your proprietary game. However, it equally lets others redistribute their games under the same open source license, or even a copyleft license. So it’s spirit seems equally business, hobbyists or free software moralist.

    Copyleft helps me by making sure my code can’t be included in a proprietary software. My code is there to be copied but if you make changes and redistrubte them then I get access to those changes. Maybe I use them in my software, thus improving it.