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

help-circle
  • FWIW, Brave still supports manifest v2 and the full version of uBlock Origin. Chrome has uBO Lite since they only have manifest v3 now. Firefox and LibreWolf don’t have to deal with this, and still support the real uBlock Origin. I’m not sure what exactly Brave “shield” is doing, but I think if you use EFF’s privacy badger on Firefox and block third party cookies, you are getting the same thing.



  • Well the author is cited as AFP and had many articles posted today, so seems like it’s this newswire service? This seems like it’s written as a transcript for a segment on NPR. It could be that if it was written by an AI, that it was trained on those transcripts from news segments? Also possibly this was an actual audio segment and that was lost as it was posted to this news website. If you read transcripts of segments that aired on NPR, they feel the same way. It makes more sense when you hear the segment and the multiple speakers and interviews, but without that context, it reads oddly.












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