Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AS
Posts
0
Comments
10
Joined
2 yr. ago

  • Don't be ridiculous, that would never pass QA.

    But this one will. Joy for years to come:

     C#
        
    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"
        };
    }
    
      
  • For distances >600km, flying is usually 4x-10x faster at a similar price. At least in and around Germany. I assume in the US trains compare way worse, also because the distances are way larger.

    Examples: "Normal" example: Stuttgart (Germany) -> Amsterdam (Netherlands) Train: 11h 10min - 241€ Plane: 1h 20min - 225€

    Best case scenario for train in Germany at around that distance (because there's a direct connection): München -> Berlin Train: 3h 54min - 167€ Plane: 1h 5min - 226€

  • There's a couple of reasons straws might be convenient or even necessary:

    • You have a disability that causes movement problems like shaking
    • Limited neck/shoulder/arm mobility or a swollen lip (The latter makes it hard to get a proper seal)
    • You wear lipstick or other makeup that could get washed away
    • Your edibles were too strong
    • You can build containers that don't spill when they fall over

    (Edit: Add text at the beginning instead of just throwing a list out there)

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

  • They place ads in the search results.

    If you disable your ad blocker, the first search result will almost always an Amazon ad. I test searched for "Headphones" and it also shows a row of JBL headphones at the top ala google shopping, which is an ad as well.

    Really, they make their money the same way as google, they just don't track your searches and site visits.