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

help-circle
  • al4s@lemmy.worldtomemes@lemmy.worldThe last hope
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Don’t be ridiculous, that would never pass QA.

    But this one will. Joy for years to come:

    public string GetDayOfWeek(DateTime date) {
        return ((date - new DateTime(1970, 1, 1)).Milliseconds / 86400000) % 7 switch {
            0 => "Thursday",
            1 => "Friday",
            2 => "Saturday",
            3 => "Sunday",
            4 => "Monday"
        };
    }
    



  • al4s@lemmy.worldtoLinux@lemmy.mlWindows like DE
    link
    fedilink
    arrow-up
    10
    ·
    1 year ago

    KDE is more similar to windows, Gnome is maybe closer to MacOS.

    But generally, KDE felt always a bit “super user” to me, and I found the amount of customizability and features more overwhelming than useful. Gnome is simple, clean, and I prefer it for that reason.