• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 31st, 2023

help-circle
  • Konlanx@feddit.detoLinux@lemmy.mlBased KDE 🗿
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    Maybe I can just post here and get a good explanation?

    I have been using PopOS for a while now and I am super happy with it, but last time it tried to switch from Gnome to KDE I ended up with a black screen after boot and had to reinstall from scratch.

    Does anyone have a good writeup on how to do it properly?






  • Not the original commenter, but the guy juggling 5 drinks deserves no tip. He deserves a fair pay and the stuff the customer buys should be priced in such a way it enables fair pay.

    I am not from the US and delivery drivers here don’t even expect a tip. I order my stuff, pay exactly what the menu said (and maybe a deliver fee, which is fine to me, you then usually have the option to come and pick it up without that fee) and get my food 30 minutes later.

    Tipping is an extremely bad practice that makes the pay of people unpredictable and depending on their situation can make a day with bad tipping a problem for them.

    Stop tipping.














  • JS !== Java

    Try Javascript some day!

    • We have truthy and falsy! Empty string or null? Yeah, that’s false!
    • Of course we can parse a string to number, but if it’s not a number it’s NaN!
    • null >= 0 is true!
    • Assign a variable with =, test type equality with == and test actual equality with ===. You will NEVER use the wrong amount of = anywhere, trust me!
    • Our default sort converts everything to string, then sorts by UTF-16 code. So yes, [1, 10, 3] is sorted and you are going to live with it.
    • True + true = 2. You know I’m right.

    Try Javascript today!