• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "artificial intelligence". Back to normal view
    1. Escaped monkeys and the post truth era

      Its 2am and I should be asleep so I'm sorry if this is maybe just a weird midnight rant. Today I saw a news article on the other site about aggressive monkeys with covid and herpes escaping a...

      Its 2am and I should be asleep so I'm sorry if this is maybe just a weird midnight rant.

      Today I saw a news article on the other site about aggressive monkeys with covid and herpes escaping a crashed semi truck.

      My first reaction was "is this headline a joke" and I couldn't tell. Then I looked at the source (action news 5 or channel 5 action news, or... something) and even opened the page to have a look for clues of it being fake and without digging deeper I just couldn't tell if it was a legitimate news site or not. So I read the (short) article and looked for clues and it sounded probably legitimate. There was a photo of the scene with a monkey at the rear of a trailer but af this point I can't instantly spot AI images and who knows if it isn't just an old photo. Then I go to the reddit comment and they're parroting additional "facts" but nothing that felt substantial.

      I felt very struck by the feeling that I don't know if I can trust any information online unless it's REALLY from a trusted source, and I'm not really sure what sources I can trust anymore.

      Is this just me? Have you felt a significant change in the last few months? AI is playing a big part in my distrust, but Im also seeing echo chambers somehow get even worse.

      Also, it found out later that the monkeys weren't knfected with a bunch of viruses, it was some sort of miss-communication.

      26 votes
    2. What does ChatGPT know about you?

      Yesterday I discovered that you can ask ChatGPT what it knows and It will tell you. I’m curious about what it says for other people. Obviously, don’t post anything you’re unwilling to share...

      Yesterday I discovered that you can ask ChatGPT what it knows and It will tell you. I’m curious about what it says for other people.

      Obviously, don’t post anything you’re unwilling to share publicly on the Internet! For me it seems pretty harmless, though.

      The prompt I use is:

      What "user knowledge memories" do you have?

      22 votes
    3. I made a tool to generate AI powered recaps of TTRPG sessions

      My party recently finished Descent into Avernus, which we played over Discord and FoundryVTT given how scattered across the country we all are. A regular party of the campaign was the DM poking...

      My party recently finished Descent into Avernus, which we played over Discord and FoundryVTT given how scattered across the country we all are. A regular party of the campaign was the DM poking and prodding players for "someone write up a recap of last session", helping keep us all in the loop, players who were absent in particular.

      A few weeks ago it occurred to me that this could be automated, and Scribble was born.

      Scribble is just a bash script wrapper that will:

      1. Take a .zip of FLAC files from the Craig discord bot, recordings of each player present for the session
      2. Use the tool whisperx to transcribe those audio files to text
      3. Compile a transcript of the session and send it off to Gemini to come up with the recap
      4. Parse the recap and send it along to Discord via webhook

      After some trial and errors and tweaking, I've got it in a pretty good place, it's working very well for our campaign. So I docker-ized it and published it to share with the world anyone else who might get use from it. I'm not sure where else I could put the word out about this for anyone who might want to use it, so here it is. If you might find this useful, please, enjoy!

      https://github.com/goose-ws/scribble

      23 votes