Emotional (he/him)

  • 0 Posts
  • 39 Comments
Joined 10 months ago
cake
Cake day: November 17th, 2024

help-circle



  • In case you’re not making a joke or somebody else is wondering: this looks like a JavaScript error. Specifically, one that comes from trying to read . daylight from something that is undefined.

    For example, you can get a very similar error by running:

    const info = undefined; 
    console.log(info.daylight);
    

    Which in Chromium and in NodeJS v22 gives you this error:

    Uncaught TypeError: Cannot read properties of undefined (reading 'daylight') 
    












  • The xenophobic “haha americans are so stupid/evil” attitude I’ve been seeing as of years ago all over Reddit and now even more intensly on Lemmy is making me very worried that people aren’t gonna recognize the same disinformation that led to all this when its served to them…

    I don’t believe Americans and Europeans are as different as a lot of people seem to think. Or maybe I got dumber and more naive since my teenage years.