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

help-circle



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


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






  • But as soon as someone gets to an intermediate level and start thinking for themself and make those exact same mistakes.

    “We’ve been doing things wrong this whole time! I figured out a better way!” Then spend a lot of time implementing the “better” way only to find out it performs like shit and actually takes more work to implement and maintain anything.

    Everyone has to do that at least once.




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