• 0 Posts
  • 35 Comments
Joined 3 years ago
cake
Cake day: August 25th, 2023

help-circle
  • The AGPL license allows the license holder to specify additional terms of the license that require preservation of specified reasonable attributions or legal notices - this is covered in 7B, and the onlyoffice license specifies that the logo must be preserved for attribution.

    Assuming a logo legally counts as reasonable attribution (IANAL) that would put only office in the right here, but holy shit, the fact that the license allows these modifications to be put on line #655 rather than line #2 is absurd. I, like most people I assume, only read far enough into the license to figure out whether it’s MIT or GPL






  • bjorney@lemmy.catoTechnology@lemmy.worldServo vs Ladybird.
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    1 year ago

    If I was the maintainer, I too would probably reject the PR because it didn’t remove the gender entirely.

    Cool, but that isn’t what happened here. The PR was closed immediately because the maintainer considered using gender neutral pronouns “personal politics” - he had ample opportunity to clarify his stance, or simply comment ‘resubmit in passive voice’, but he didn’t. Clearly the problem wasn’t the active voice, it was the summary of the change, because when that exact same PR was re-submitted much later with a commit message of ‘Fix some minor ESL grammar issues’, it was accepted with no discussion

    As an aside, I absolutely disagree with the use of passive voice. It’s more verbose, and harder for the reader to comprehend. It’s why every style guide (APA, Chicago, IEEE, etc) recommends sticking to active voice, especially in the context of ‘doing things’.


  • bjorney@lemmy.catoTechnology@lemmy.worldServo vs Ladybird.
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    1 year ago

    If goes against established norms here

    What’s the established norm here. All people compiling software by source are male?

    he said politically motivated changes aren’t welcome

    What’s politically motivated about changing “he” to “they”. As you said, gender doesn’t apply here, so the neutral word is literally preferable.


  • bjorney@lemmy.catoTechnology@lemmy.worldServo vs Ladybird.
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    3
    ·
    1 year ago

    Yes, I’m sure that PR would have been accepted instead /s

    But you’re right, it doesn’t matter at all, the reasonable thing to do would have been for the guy to spend 3 seconds clicking the accept and merge button, or 6 seconds making your change. instead he wrote a comment stating that inclusive language has no place in his project







  • The UN Postal Union sets guidelines for international mail that dictates developing countries shouldn’t have to pay full price to send mail to developed countries. Basically if it costs $30 to ship something from a developing country, they would charge $20 and the destination country would pay for the shortfall (dollar values not real). China was a much smaller economy when this agreement was drafted.

    The US renegotiated this agreement with the United postal union in 2019/2020 but there were still come compromises made - while the amount of subsidization is minimal compared to 10 years ago, USPS still allegedly eats some losses on every package from China.

    Basically Trump is mad because the deal he personally negotiated 5 years ago wasn’t good enough. Same thing that happened with his trade agreement with Canada







  • That assumes that an adversary has control of the browser

    No it doesn’t, if they intercept an encrypted password over HTTPS they can resend the request from their own browser to get access to your account

    The big reason you don’t want to send passwords over https is that some organizations have custom certs setup

    What is the problem with that? The password is secure and only shared between you and the site you are intending to communicate with. Even if you sent an encrypted password, they wrote the client side code used to generate it, so they can revert it back to its plaintext state server side anyways

    It is better to just not send the password at all.

    How would you verify it then?

    If not sending plaintext passwords was best practice then why do no sites follow this? You are literally posting to a site (Lemmy) that sends plaintext passwords in its request bodies to log-in