Emotional (he/him)

  • 0 Posts
  • 38 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') 
    








  • Emotional (he/him)toProgramming@programming.devPNG is back!
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I personally love WebP and other innovative formats, I don’t wish them dead, because better compression saves time and bandwidth.

    However, for saving stuff on my computer, like you, I would tend to go for more supported formats.

    I’m mostly just sad that it takes so long for new formats to be widely supported.





  • Emotional (he/him)toLemmy Shitpost@lemmy.worldComfy cozy
    link
    fedilink
    English
    arrow-up
    10
    ·
    3 months ago

    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.