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

help-circle
  • Ephera@lemmy.mltoOpen Source@lemmy.mlPlasma 6.7
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    15 hours ago

    Yeah, it should come with the next Fedora release, which is scheduled for October 20th.

    Feature updates, like this new Plasma version, get shipped every half year on Fedora. In between, you mostly just get security and bug fixes…




  • “The tool itself worked properly and functioned as intended; however due to a bug in a separate code path, the system did not properly verify that the email address provided by the individual requesting a password reset matched the email address associated with that user’s Instagram account,” said Meta in its breach notice.

    Why is the chatbot providing the e-mail address in the first place? It should just have a function it can call that triggers an account reset mail to be sent for a given account, with no other parameters.

    This statement reads like they wanted to shield their use of AI from critique, but in making it, they’ve admitted to a level of carelessness which could very well get them sued under the GDPR. What a load of hubris.










  • 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.


  • Yeah, differentiating between multiplications vs. divisions and additions vs. subtractions doesn’t make sense, because they’re the same thing respectively, just written differently.

    When you divide by 3, you can also multiply by ⅓.
    When you subtract 7, you can also add -7.

    There is one quirk to be aware of, though. When people notate a division with a long horizontal line, that implies parentheses around both of the expressions, top and bottom.


  • I also always find the minimalism vs. maximalism debate interesting for usability. Lots of minimal designs are so flat that you can’t tell a button from a label or icon.
    At the same time, iOS’ new Frutiger theme regularly confuses me with its transparency, e.g. yesterday I saw that the silent-mode notification had a ➋ inside. It was centered and everything. Then the notification went away, but the ➋ stayed, because it was from an app icon behind.

    I wish, we could throw out the bad eye candy, like transparency, while keeping the good parts, like 3D buttons and such. I feel like this kind of neo-brutalist UI design isn’t the worst direction to go in:

    (This particular example isn’t perfect, like the buttons are flat, while there’s useless shadows around the boxes. But yeah, could just move those shadows to the buttons and it would still look fine.)


  • Yeah, my mum is like that. She’ll readily tell you that you can put dandelion into salad, but also considers it a weed.

    She’s also always very concerned what the neighbors think of our lawn (not that she ever asked), and one time she told me we had to mow the lawn, because dandelions are growing on there. When I told her that dandelions are flowers and that I think flowers look better than bland green, you could really see that she never even thought about it this way.


  • Servo company? It’s an open-source project underneath the Linux Foundation. The Servo Shell source code seems to be here: https://github.com/servo/servo/tree/main/ports/servoshell
    It probably wouldn’t be too difficult to compile it yourself, if you really want it.

    However, you have to mind that it’s damn near impossible to build a browser from scratch that supports the majority of web standards at this point. Servo does not do so. Most webpages will not be usable on it.
    That’s the reason why they don’t care to provide a general-purpose browser interface. Because Servo is only useful at this point when only a specific webpage or specific set of webpages needs to be displayed.
    So, generally when it’s embedded into hardware or into a software application, where the user does not have a URL bar to type arbitrary addresses into, and where the webpage to display can be specifically crafted for Servo.