• 24 Posts
  • 1.81K Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle
  • A lot of people use ads as another way to connect with a new person; meeting a other local to your area means you can mention a particularly overplayed ad from childhood and likely be able to find another person who saw it growing up too.

    Do you think this is true for younger generations than millennials? Obviously ads with high production value like matt damon’s fortune favors the brave gets talked about, but I don’t know anyone who makes cultural references to a generic ad on TV or YouTube with average production value. I think for the average advertisement nowadays, there’s too much saturation of content and not everyone watching ads, that you couldn’t have a normal ad like this mundane Sears Air Conditioner commercial be ingrained in kids memories.









  • If I were to use an LLM, it would not be to actually upload the PDF and generate the excel document, you’re guaranteed to have made up data if you ask it to do this. What I would do is ask an LLM to write a python script which uses OCR or some other programmatic way to extract the data from the PDF and put it into a CSV to be imported by Excel.

    If the PDF has some sort of data aggregation, like a column for a sum of the data in a row, then do not include that in the CSV output, and have excel do the calculation based on the data the script imported. Then you just have to manually check that the values of that column match the PDF to know if there is any wrong data. Obviously if multiple fields are adjusted by bad OCR but negate each other, the sum column would look accurate while the bad data persists, so some more spot checking or additional aggregation would be needed to ensure confidence with the numbers.










  • When I was in IT, had someone who couldn’t get their USB printer to be detected by their laptop. They turned everything on/off and it never would show up. Even I was a little confused, so I unplugged it from the laptop, and then went to go plug it back in, but couldn’t feel the port. I go to take a look, and find there’s no USB ports on that entire side of the laptop. somehow they plugged the USB cable into the Ethernet port.