tetris11

joined 2 years ago
[–] tetris11@lemmy.ml 54 points 11 months ago

Kids seem more aware of toxic behaviours and seem to clock their mental health better than I ever did. Even 10 years ago, talking about mental health was considered a taboo.

[–] tetris11@lemmy.ml 2 points 11 months ago

I've found summarization to be relatively trustworthy. Perplexity does not appear to hallucinate much, and on the odd occasion it does, I dive into the sources it provides.

[–] tetris11@lemmy.ml 12 points 11 months ago* (last edited 11 months ago)

Teen Titans Own New Years Eve Special Party

[–] tetris11@lemmy.ml 3 points 11 months ago (2 children)

I do too, but the LED is so bright that it lights up the entire plastic from within

[–] tetris11@lemmy.ml 28 points 11 months ago* (last edited 11 months ago)

I remember when I was a kid and was waiting for the holidays to come. I couldn't read a calendar and could barely tell the time, so I just went through this bored/depressive period every single day for what seemed like an eternity until suddenly the holidays came.

I knew it existed, just had no concept of time.

[–] tetris11@lemmy.ml 33 points 11 months ago

Look, I'm not a fan of them either, but you can't go around referring to members of parliament that way.

[–] tetris11@lemmy.ml 2 points 11 months ago

I agree with that assessment, and tbh I'm happy for it

[–] tetris11@lemmy.ml 9 points 11 months ago* (last edited 11 months ago) (2 children)

The questionable commit:

    {
      // Add the first line of localized text...
      cupsFilePrintf(fp, "*%s.%s %s/", lang->language, ppd_option, ppd_choice);
      while (*text && *text != '\n')
      {
        // Escape ":" and "<"...
        if (*text == ':' || *text == '<')
          cupsFilePrintf(fp, "<%02X>", *text);
        else
          cupsFilePutChar(fp, *text);
        text ++;
      }
      cupsFilePuts(fp, ": \"\"\n");
    }

Can someone explain to me how this allows arbitrary code execution? As far as I can see, all it does iterate through a string and markup some special characters.

Edit: Okay, after reading the blog post, and this fantastic bug report, it sounds like to print to a CUPS server, you send it a message on port 631 using an IPP (some print protocol) server. CUPS then requests attributes of the IPP server, one of which being the print filter command to run ("Foomatic-rip") to use to convert a PS or PDF into native print code. By requesting attributes, an exploit involving string escaping through the use of unexpected spaces or quotes can override the Foomatic print command. Arbitrary text can be supplanted, which will then be executed by the CUPS server.

[–] tetris11@lemmy.ml 21 points 11 months ago* (last edited 11 months ago) (4 children)

Fuck blue LED's in general. No I don't want to be able to see my Wifi repeater doubling as an adult nightlight.

[–] tetris11@lemmy.ml 1 points 11 months ago

Luxury, my dad took mine off the hinges due to my online activities

[–] tetris11@lemmy.ml 1 points 11 months ago

Bulldoze the community garden and replace it with glass
This is my sermon
This is my sermon
This is my sermon

view more: ‹ prev next ›