• 2 Posts
  • 435 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle







  • My assumption is the bias is unintentional, at least partially, and just the priorities of recommendations is weighed heavily to encourage engagement above all else, and stoking fear and anger drives engagement. Also the distribution of content could be a factor. On the right, it seems like everyone is trying to get in on the grift of advertising elk meat or trump coin to exploit their viewers, meanwhile high quality journalism and news is under funded. For every Climate Town or A More Perfect Union, there’s tens or hundreds of right wing fearmongering videos.






  • 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.