• 7 Posts
  • 883 Comments
Joined 6 years ago
cake
Cake day: May 31st, 2020

help-circle

  • Hmm, don’t think you should need to compile it yourself? They offer downloads for Windows and macOS, and on Linux, the normal Firefox from the distro sources generally already has this compile flag enabled, as far as I know.

    I mean, I actually never had a need for unsigned extensions, so never tried it myself, and obviously I wouldn’t know, if every single distro does it the same.

    As for wanting to contribute to the statistics, I do understand that desire. But I believe, for the most part, it’s the user agent that counts. I doubt, they would set that to something else in the unbranded builds…


  • Posteo is mostly just a deployment of RoundCube.

    Mind you, I do assume they have deployment scripts and code for handling payments and such, which aren’t open-source.

    I also have to say, though, a hosted service using open-source is *nice*, because they will hopeful contribute back to that, but it’s not much beyond that.
    You cannot know, whether they actually run the software that they publish in their repository, so auditing the open-source code hardly tells you anything about the trustworthiness of the actual service.








  • Ephera@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    3 months ago

    Should perhaps add that you can generally run Linux distributions off of a USB stick for that first impression.

    Just follow a tutorial for how to install Linux and when you see the actual installer on screen, you can just close the installer without installing and then click around in the UI.

    It will be slow, because it’s running off that slow USB connection, but otherwise this is pretty much the operating system as it is when fully installed.








  • AGPL is specifically for web services. For example, if Nextcloud were provided under the GPL, Amazon or the like could serve a modified version of Nextcloud without having to hand out their modifications. As far as the GPL is concerned, Amazon is the user and the software just happens to accept requests from the network.
    With AGPL, those who use the software over the network are also deemed users and therefore have the right to access the source code.



  • I imagine, it’s just too much of a niche and practically not enforceable anyways.

    You would need to somehow know that a web service is a using a modified version of your library, then you’d be able to demand those library changes to be open-sourced.

    And well, just in general, covering all kinds of niche use-cases isn’t terribly healthy for open-source licenses, because each modification is something that can be challenged in court and which might be incompatible with other licenses.
    Ultimately, a library under such a specialty license would probably not see much use either. You could only really depend on it in AGPL applications. And at some point, you do have to ask yourself, if it’s even useful to develop your library then.


  • Seriously, though, when you work in IT, you constantly use VPNs as basic infrastructure, just to connect devices into larger networks. It is such a fundamental technology that the Linux kernel – the core of the operating system – ships an implementation (WireGuard).

    Trying to regulate that is akin to regulating cables. Sure, cables can be used to access things you might not want. But good luck writing a law that prohibits the use of cables only specifically for the things you don’t want, without being so complex that it results in tons of bureacracy for all kinds of organizations.

    And even then, it would necessarily lead to legitimate use-cases being prohibited, because you often cannot, and really should not be able to, see the traffic that users send over the infrastructure you provide them.