• 0 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: July 28th, 2023

help-circle


  • Unfortunately no. I mean for the most part it works pretty well (Plasma 6) but I do have a couple consistent issues.

    1. On my AMD gaming laptop it has some weird video static artifacts occasionally when running on the laptop screen that don’t exist on external screens. But I know that it it isn’t a problem with the screen, because it happens on two different laptops with the same CPU/ GPU combination.

    2. A slightly more serious issue on my work laptop which uses an old Nvidia MX-series GPU, and if I’m using an external screen, Wayland crashes if the screen goes to sleep.

    But other than those issues, it’s been pretty good.












  • Doubletwist@lemmy.worldtoProgrammer Humor@programming.devGoogling
    link
    fedilink
    arrow-up
    77
    arrow-down
    1
    ·
    2 months ago

    Not only is “Googling” one of my most important job skills, now that I’m doing professional services, my entire job basically consist of “Learn product ${FOO} faster than the customer’s employees can.” Which of course primarily consists of knowing what to search for, how to find it, and how to interpret and use what I find.







  • Once again you seem to be calling for not bothering with any security effort of there’s even a remote chance of some other vulnerability happening.

    The whole point of security is that it’s always a multi-layered thing. Nobody sane is pretending that encrypting web traffic with HTTPS is a panacea that’s going to solve all your data security needs. But it is sure as hell a million times better than having all of your data transmitted in the clear, with absolutely no assurance that you’re are talking to the system you think you’re talking to, or that the data hasn’t been tampered with in transit.

    And don’t pretend https is a huge burden. It’s dead simple to get SSL/TLS certs, and the additional load of encrypting and decrypting the traffic is barely even a rounding error on modern CPUs.