luciole (they/them)

Pronouns: they/them, he/she feels nice too.

Doesn’t know the lyrics. Just goes meow meow meow.

To bi bee flag bi emoji or to enby bee flag nb emoji that is the inclusive “or”

☐ Solid
☐ Gaseous
☑ Fluid

  • 1 Post
  • 48 Comments
Joined 3 years ago
cake
Cake day: June 6th, 2023

help-circle




  • Thank you! I searched on the web and the part I was missing as well was the meaning of “being a spring”. It’s a color analysis term! Color analysis is when a stylist helps you identify which color fit you well. “Being a spring” means a certain palette evocative of spring is a good fit for you. The bear is getting a color analysis! I thought they were at the hairdresser or something. When I saw that picture it immediately clicked:

    TIL bee pleased emoji










  • You have basically two options: treat HTML as a string or parse it then process it with higher level DOM features.

    The problem with the second approach is that HTML may look like an XML dialect but it is actually immensely quirky and tolerant. Moreover the modern web page is crazy bloated, so mass processing pages might be surprisingly demanding. And in the end you still need to do custom code to grab the data you’re after.

    On the other hand string searching is as lightweight as it gets and you typically don’t really need to care about document structure as a scraper anyways.