cultural reviewer and dabbler in stylistic premonitions

  • 247 Posts
  • 696 Comments
Joined 4 years ago
cake
Cake day: January 17th, 2022

help-circle


  • The text of the new Texas law is here.

    I wonder if this will apply to/be enforced on FDroid and Obtainium?

    copying my comment from another thread:

    “App store” means a publicly available Internet website, software application, or other electronic service that distributes software applications from the owner or developer of a software application to the user of a mobile device.

    This sounds like it could apply not only to F-Droid but also to any website distributing APKs, and actually, every other software distribution sysem too (eg, linux distros…) which include software which could be run on a “mobile device” (the definition of which also can be read as including a laptop).

    otoh i think they might have made a mistake and left a loophole; all of the requirements seem to depend on an age verification “under Section 121.021” and Section 121.021 says:

    When an individual in this state creates an account with an app store, the owner of the app store shall use a commercially reasonable method of verification to verify the individual’s age category

    I’m not a lawyer but I don’t see how this imposes any requirements on “app stores” which simply don’t have any account mechanism to begin with :)

    "Roll Safe" meme (Kayode Ewumi tapping his finger on his head), no text

    (Not to say that this isn’t still immediately super harmful for the majority of the people who get their apps from Google and Apple…)






  • Note that I am, despite your assertion, using the full uBlock Origin, not the Google-friendly uBlock Origin Lite

    Seeing your screenshot I was curious how that works, so I spent a minute searching and found this post from June 2024 where Vivaldi says:

    We will keep Manifest v2 for as long as it’s still available in Chromium. We expect to drop support in June 2025, but we may maintain it longer or be forced to drop support for it sooner, depending on the precise nature of the changes to the code.

    In my quick search I didn’t find anything more recent about their schedule for dropping it, so I guess (assuming your software is up-to-date?) they haven’t dropped it yet but presumably will do soon.

    But in any case, Vivaldi is proprietary/closed-source, so, I recommend against using it.




















  • Arthur Besse@lemmy.mltolinuxmemes@lemmy.worldHighlight of my Morning
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    15 days ago

    sudo apt --update --autoremove upgrade -y

    note

    this doesn’t actually do the same thing as the previous comment running autoremove afterwards does; the former will remove things which were rendered removable by the upgrade while the latter will only remove things which were already autoremovable prior the upgrade.