• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle






  • Yeah, Yoda became a parody of his character in ESB.

    In ESB he comes across as someone that’s speaking in a second language. Sometimes he mixes up the grammar, especially when emotional and trying to speak quickly, but when he’s more relaxed and speaking slowly (or saying something simple) he usually gets it right.

    In other portrayals it feels more like he’s got brain damage.




  • SpaceCowboy@lemmy.caBanned from communitytoProgrammer Humor@lemmy.mlWorst is UTC vs GMT
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    1 year ago

    Yeah it’s just being angry about the fact that the Earth is rotating ball. Wanting to abolish timezones is different from Flat Earth only be degrees.

    Sure the “what time is it there?” question goes away, but it’s replaced by “what are your business hours?”

    Ultimately it will be daytime in one part of the world while it’s night in another part of the world. That will always cause problems.


  • SpaceCowboy@lemmy.caBanned from communitytoProgrammer Humor@lemmy.mlWorst is UTC vs GMT
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    This is actually the best approach.

    Obviously they are getting timezone information otherwise the app could only display whatever time the user entered in.

    If you want to sort things by the actual time, it’s simple and performant if all of the times are in the same timezone, and UTC would be the standard one to use. Pushing the timezone calculations to the client makes sense because the UTC time is correct, it’s just a matter of displaying it in a user friendly way, ie. show the time in the user’s timezone.


  • SpaceCowboy@lemmy.caBanned from communitytoLinux@lemmy.mlONLYOFFICE 8.1 released
    link
    fedilink
    arrow-up
    13
    ·
    1 year ago

    I’m not the guy you replied to, but MS fonts are kinda free to download. Not free enough they can just put them into a package but there’s a defined method for downloading them. Most distros have a package that will automatically do this. On Debian it’s ttf-mscorefonts-installer which will download the fonts and install them when it gets to the configuration part of the package install. You can probably search for a similar package for your distro.





  • SpaceCowboy@lemmy.caBanned from communitytoProgrammer Humor@lemmy.mlOhh shit....
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    I’ve never had much success with this. It starts out fine and then I’m like “I’m being stupid, I should write some code to write this code for me.” Then later “I should write some code that will write the code that’ll write the code for me.” Then I get lost in all the abstraction and say “fuck it, I’ll just play a video game”.