• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • Regular, non tinkerers people, normies have different needs, none of which Linux has a advantage on.

    Speed, privacy, old hardware support, benefits from community modifications (gaming performance kernels etc).

    Can KDE snap to 3 screens evenly? Or4? Or 1/4, 1/2, 1/4? Because Win11 does it out of the box.

    Yes

    I started with the GUI flatpak interface first and after those apps didn’t work, I went to google/forums. At the end of the day, I still didn’t accomplish a simple task Win11 has out of the box.

    I still dont understand what you were trying to achieve that you couldn’t have done, at worst, in Synaptic package manager (a GUI program).

    You saying I’m spreading misinformation implies you don’t acknowledge my frustrations and grievances.

    I don’t mean to say you’re doing it intentionally, just that when you state Linux can’t do these things it’s not exactly correct.


  • Adanisi@lemmy.ziptolinuxmemes@lemmy.worldthe perfect browser
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    15 hours ago

    Lol I already stated how you absolutely can write MIT code in a GPL project (this also makes your point about legal precedent moot, since the license of the GPL code technically does not dictate the license of other code, just the software using the GPL code). Did you miss that or choose to ignore it? I also never said there’s anything wrong with permissively-licensed code.

    The rest is clearly ad hominem. If I were a fan of authoritarianism, I’d write proprietary software.


  • I’m obviously going to be downvoted for this, but the second you ask me to use the terminal is the second the OS is not ready.

    Well then I suppose Windows is not ready if every update you need to run a PowerShell script to debloat and disable telemetry.

    I spent a few hours in terminal trying to install something after trying everything in flatpak.

    And you didn’t consider to use the graphical package manager which can do the same thing?

    Windows 11 split screens out of the box. It can even tile. You can even use hotkeys to snap left and right.

    So can I, on KDE Plasma. Admittedly, I don’t know what the situation on Cinnamon is.

    In order for normies like me to switch, you have to make the OS at as easy to use as Windows.

    For non power user use-cases it is absolutely possible to use as easily as Windows.

    Respectfully, please dont spread misinformation about what Linux is and is not capable of.



  • You’re being extremely disingenuous, and you know it.

    It is mutually exclusive. You cannot “protect freedom” and impose restrictions on freedom.

    It protects ALL freedom EXCEPT the freedom to take away freedom from the original code. If you are desperate to allow this, write your code from scratch instead of using GPLed code, nobody is stopping you.

    Also, no, you just explained how the licences worked and didn’t provide a single argument as to why having the freedom to licence your work however you want is a bad thing.

    The GPL absolutely does not prevent you from licensing your work however you like. You can write BSD code and put it in a GPL program no problem. The only condition is that if you use GPL code you must not take the freedom away from it. If you don’t like that, replace the GPL code and suddenly the project is completely BSD or whatever have you.

    And I did give you an example of why pushover licenses aren’t great. Because it would prevent custom ROMs on android from being possible.

    The GPL doesn’t ensure that the software stays free, it ensures that it keeps control of the software and all future additions to it even if they’re completely unrelated.

    This is a ridiculous assertion.

    A) The GPL is a license. You say “it keeps control” as if it’s some person or organisation controlling the code. It isn’t. I could say the same about the BSD license, it “keeps control” by forcing the user of the code to leave all copyright notices intact, even if it’s combined into code of a different license. How horrible. Why can’t the code be under my terms where I get to get rid of attribution?

    B) If you make an addition to GPLed code, it absolutely is “related”.

    C) As I said earlier, the GPL does not stop you licensing your code however you like. See above.

    Also, copyleft is just newspeak for copyright.

    No, it’s a play on words because it uses the copyright system for the opposite of which it was originally intended. It was intended to lock down “intellectual property” to it’s owner, but the GPL uses the functionality of copyright law to do the opposite and force that users of the code always maintain the freedom to modify, share, and redistribute copies.

    Are you a proprietary software developer who relies on permissively-licensed code for your work, by any chance?


  • Adanisi@lemmy.ziptolinuxmemes@lemmy.worldthe perfect browser
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 days ago

    You’re assuming that the GPL protecting freedom and protecting itself are mutually exclusive. They aren’t. Again, the GPL is written to ensure the code remains free forever.

    Also, I’ve already pointed out the flawed nature of licenses like MIT and BSD, and if the GPL could be relicensed to them, it would provide a very easy way for proprietary developers to strip the freedom from the GPLed code when passing a derivative on to their users.

    It is unfortunate that it cannot be relicensed to other copyleft licenses, as that would not pose such a problem, but without an explicit list of licenses it can be relicensed to I’m not sure that’s even legally possible under copyright.


  • Adanisi@lemmy.ziptolinuxmemes@lemmy.worldthe perfect browser
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 days ago

    I fail to see how the share-alike nature of the GPL is “authoritarian” and “doesn’t respect your freedom”.

    It is built to guarantee the freedom of the user. It’s imperfect, as it has to work within the constraints of the copyright system, but it’s a hell of a lot better than licenses like MIT for propagating freedom to end users.

    Here’s a real world example:

    If I want to root my android device with KernelSU or build a custom ROM, I need to recompile the heavily customised kernel built by the vendor for my specific device. Because Linux (the kernel of android) is under the GPL, the manufacturer is compelled to give the user the same freedoms that were given to them, which means I can download the source code and do this.

    If Android were based on, say, the FreeBSD kernel instead, this would be impossible. There would be very few, if any, android custom ROMs, because the vendor could, and would, withhold the modifications they made to the kernel.