• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle


  • Well, then you have to find another name for that kind of software and define it that way. I certainly would support such an effort, i.e. to make software available to everyone at no cost.

    There’s no need to come up with new terms or change the existing ones. Free software is inherently free in price. And you can’t enforce paying for software without the restrictions put in place (e.g. drm). Here’s a quote from https://www.gnu.org/philosophy/selling.en.html :

    With free software, users don’t have to pay the distribution fee in order to use the software. They can copy the program from a friend who has a copy, or with the help of a friend who has network access. Or several users can join together, split the price of one CD-ROM, then each in turn can install the software. A high CD-ROM price is not a major obstacle when the software is free.

    Free software can have a price, but paying it is optional.


  • I meant that free software is inherently can’t have a price. Even if you provide source code only to your users, they are free to share that source code for free.

    Thus there can’t be piracy because piracy of free software is inherently allowed.

    And if you try to prevent your users from sharing the source either legally or with drm - you add restrictions to software, making it less free for your users.

    The recent situation with RedHat provides good demonstration and example of this.


  • It’s free as in freedom, not as in free beer.

    But you can’t have one without the other. Putting a cost on software is adding a restriction, thus making it less free (as in freedom).

    Free software should be available to everyone, even to people who don’t have money to pay for it (poor third world countries, students, kids).

    I personally believe, that you should pay for software that helps you earn money. For everything else - it’s everyone’s own decision to donate or not, based on a financial situation, beliefs, political position and what not.


  • janAkali@lemmy.onetoProgrammer Humor@programming.devFLOSS communities right now
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    7 months ago

    only a small number will sign up for a specific forum

    Most people don’t have to sign-up, 90% of cases should resolve on just searching the problem. Good chances it was already asked and answered.
    Most of the time, forums with few users aren’t dead, they’re just really slow, whenever you post a question - expect at least 12-hour delay. I’ve never seen a message on Discord answered 12 hours later - you either get somewhat instant response or it’s ghosted forever. Also good luck asking questions if there’s heated/rapid discussion in the room, or you have a little time and other responsibilities other than checking discord every couple minutes.









  • Actually, Librewolf team set up recently a poll “should we move to Codeberg?”. And this was one of the reasons for migrating.

    P.S. other privacy/convenience issues with gitlab:

    • gitlab.com seems to require credit card information for new users signing up, which is not really great if people just want to report bugs.
    • gitlab.com uses Cloudflare, which for a few weeks locked out LibreWolf users from accessing gitlab.com in the past.
    • GitLab requires Javascript even to just look at issues, which is not the case for Codeberg

    P.P.S. They did move their codebase to Codeberg as a result.




  • While most of the time, I remember my password, I know I could just snap and forget it right there at any point. Happened to me not once. And I’m in my 20s. Sometimes when I forget a password, I just start typing and muscle memory kicks in, sometimes it doesn’t. I guess our brains are not optimized to store long random strings of characters. You could use a long sentence as your master password or do as I do:

    Come up with a way to make up a long seemingly random password from a couple words. Then if/when you forget a password, just remember those words and reconstruct password from them.

    • Don’t use common dictionary words or anything from popular media, as it could be guessed by attackers.
    • You can write down algorithm on a piece of paper and keep it somewhere safe.
    • Words should be related but not directly:
      • two asteroid names - bad
      • asteroid name and it’s greek translation - bad
      • real city name and city name from a book - good
      • two words that both start with S and end with T - good
    • If you forget both words, you should be able to remember/look up at least one of them if you still remember how you came up with the word.