• 1 Post
  • 38 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle




  • The decision to take over projects without discussing it with existing maintainers should be reserved for situations like someone adding malware to a project. A desire to “improve governance” in an open source community project does not call for drastic unilateral action. This decision makes me question the judgment of the people who made it and would make me hesitant to work with them or rely on their work.

    It looks like Matz, the creator of Ruby is now overseeing things. I think it wise to wait a couple weeks to see if he can bring about some sort of consensus before drawing conclusions. Rumor has it, he’s nice.

    DHH doesn’t seem nice. I’d be happy about a change to Rails governance.


  • The who has supplied them part is the critical point here.

    I’ll give an example outside of digital technology. If Ford sells a car with Michelin tires on it, Ford has some responsibility for those tires even though I can also buy them from Joe’s Tire Shop and put them on any car with the right size wheels. I can also buy Continental tires from Joe’s Tire Shop and put them on my Ford car. Ford has no responsibilities in relation to Continental Tires or Joe’s Tire Shop.

    If Samsung preloads WhatsApp and Android on a phone, Samsung has to know where it got WhatsApp and Android. If I download Signal from https://signal.org/android/apk/ and install it on a Samsung phone running Google Android, neither Samsung nor Google is a party to that.

    The CRA, including the parts you’re quoting does not impose any obligation on anyone with respect to a product or component they never touch.


  • The OS or a phone both fit that definition.

    Yes it does, and it means someone making and selling either has to have a certain level of knowledge about it supply chain.

    An app fits the definition of a component.

    If it’s bundled with the OS, it probably does. In that case, the OS vendor is a manufacturer and has a variety of obligations relative to the app detailed in article 13.

    If the user is obtaining it directly from the developer and installing themselves, it doesn’t really matter if it’s a component or a product because the OS vendor is not distributing or manufacturing anything. If the app/OS combination were to be treated as a system of which the app is a component, it is the user who has manufactured that product by combining the two. If the user is not selling that system, they have no obligations under the CRA.


  • Apps definitely qualify as products with digital elements. The term that determines whether Google has obligations is this scenario is ‘economic operator’ Here’s the definition for that:

    ‘economic operator’ means the manufacturer, the authorised representative, the importer, the distributor, or other natural or legal person who is subject to obligations in relation to the manufacture of products with digital elements or to the making available of products with digital elements on the market in accordance with this Regulation

    When Google distributes apps via the Play Store, it is very obviously the distributor, which is defined:

    ‘distributor’ means a natural or legal person in the supply chain, other than the manufacturer or the importer, that makes a product with digital elements available on the Union market without affecting its properties

    If someone else distributes apps using other infrastructure that happen to run on an OS that Google made, Google is not the distributor and does not incur any obligations that apply to distributors. (For completeness, Google is obviously not the manufacturer, authorised representative, or importer either.)



  • Zak@lemmy.worldtoLinux@lemmy.mlAntiviruses?
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    No. ClamAV can, for example scan Linux ELF executables and its database contains signatures for malware that could affect desktop Linux. The most common use case is servers that are distributing files, but it can be used to scan local files.

    The local use case is fairly rare because malware targeting desktop Linux is rare. That’s partly because Linux users tend to have a better understanding of computers on average than Windows users, and partly because the sort of attack vectors that work well against Windows users don’t align with Linux workflows (e.g. if you want to execute a file sent as an email attachment, you’ll have to save it and set it executable first).






  • I’ve seen three designs for purely mechanical flush door handles in production use:

    • A handle with a central hinge where one side is pushed inward to make the other side stick out to be pulled. This design has been used on aircraft for many decades, and has also made its way to a few cars.
    • A pull-up door handle with an additional flap in front of the access area. This was used on the Subaru XT/Alcyone/Vortex.
    • A handle that pushes in to open, usually found on a portion of the door that’s more horizontal to the ground. Used on the C3 Corvette, among others.

    The push-then-pull central hinge is probably not a great choice for the application because its operation will be less obvious to a rescuer trying to get the door open quickly. It’s still better than something that requires electronics.





  • I put PostmarketOS on a spare device recently. PostmarketOS describes itself as currently being in a state suitable for Linux enthusiasts to try out, not for wider use. That seems about right to me.

    On the fun side, it’s proper desktop-style Linux. I can SSH to it from my laptop. I can compile software on it. I can run programs that have no business running on a phone. On the not so fun side, the cameras barely work, data over USB doesn’t work at all, and battery life is not good. Desktop Firefox on a phone screen is pretty bad. Rumor has it there’s some support for Android apps, but I’ve been looking at Waydroid’s splash screen for a long time now with no progress.