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

help-circle
  • Konlanx@feddit.detoLinux@lemmy.mlBased KDE 🗿
    link
    fedilink
    arrow-up
    4
    ·
    10 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?




  • Konlanx@feddit.detoMemes@sopuli.xyzMeta!
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    11 months ago

    Calling capitalism bad isn’t equal to calling communism good.

    I see this all the time. People think the opposite of capitalism is communism, which is plain wrong. They are completely different systems, but many parts are similar. If you say “I don’t wanna do capitalism anymore” it’s not like you are forced to be a communist now.









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


  • Konlanx@feddit.detoSelfhosted@lemmy.worldMy own mail server
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 year ago

    I have my own mailserver just for me and it wasn’t that complicated to be honest. I set it up with Mailcow in Docker in under a day. So far it has been stable with regular backups and updates through Lighthouse.

    Maintenance comes down to 5 minutes every three months because somehow Let’s Encrypt and Mailcow don’t like each other and I have to renew the certificate manually.