Admiral Patrick

I learned to play the guitar growing up as a young rapscallion in Mississippi. But things didn’t really take off until I moved to Memphis. There I met the Colonel and the hits just kept coming. Unfortunately, the fame went to my head, I gained a lot of weight, started wearing a white jumpsuit, and ate tranquilizers like they were trail mix. Then, in 1977, I died on the toilet.

Or did I?


I also develop Tesseract UI for Lemmy/Sublinks

  • 93 Posts
  • 807 Comments
Joined 3 years ago
cake
Cake day: June 6th, 2023

help-circle





  • I don’t really have one myself, but there was a lady I knew growing up who made, hands down, the best chili ever. She wouldn’t reveal her recipe or secret ingredient to anyone and swore she’d take it to her grave.

    Years later, she and her daughter got into a fight and the daughter posted her mom’s chili recipe on Facebook to spite her. The secret ingredient was, apparently, grape jelly.



  • Somehow the description of the filter differences for mods and admins got lost, so here’s that:

    Filter Behavior for Mods and Admins

    Depending on your account’s role in relation to the content’s, the filters behave differently and some functionality is reduced or disabled.

    Admins: There are two different types of admins recognized by the filter processor: local and remote.

    • Local admins when the content is on the same instance as your account
    • Remote admins when the content is from a federated instance

    For local admins, all filtering is disabled for posts and comments to local communities, and submissions cannot even be collapsed into a stub.

    For remote admins, content from remote instances can be collapsed into a stub but NOT hidden.

    Moderators: All filtering is bypassed in communities you moderate. Nothing posted or commented in your moderated communities can be filtered or hidden.

    This behavior was chosen in order to prevent moderation blind spots.


  • Found the first post-release bug, but it’s mostly just the wording.

    The imported groups will merge with any existing groups

    That is not true at all. It was when I wrote the description for that, but I changed the importer behavior to completely replace your current config. When you import groups through the group editor, they will merge, but not through the settings importer.

    The reason for that change was so that copying your settings between devices would move the entire application state (minus profiles, for security/safety reasons).




  • than to carry something like an evaporative cooler

    Evaporative coolers don’t really work in high humidity. If you live in an area that’s a dry hot, they work great. Summers in my area, though, are very muggy. Other than ice pack based products, the only passive coolers I’ve found work in humid environments are these sweat bands that have either desiccant beads in them or that stuff that’s in diapers. They pull the sweat away keeping it out of your eyes and give a little evaporative cooling at the same time.







  • Admiral Patrick@dubvee.orgtoFediverse@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    edit-2
    1 month ago

    I’ve toyed around with LLM-based moderation tools but it never really panned out. It was too hit or miss to be relied upon even with the temperature parameters turned way down in an attempt to get consistent results. Granted, I was using a small local model and not feeding it to one of the big players.

    To give an example, I tried to keep it focused by creating one custom model per rule to enforce. An example prompt to mod calls for violence was basically:

    System Prompt to Enforce "No Calls for Violence'" Rule [1]
    ROLE: You are a forum moderator who does not want users calling for violence.  Examine the input and analyze whether it violates any constraints. 
    
    KNOWLEDGE:
    - {list of dog-whistle slang for calling for murder}
    
    CONSTRAINTS:
    - Content should not advocate violence
    - Content should not normalize violence
    - Content should not escalate tensions or fan flames
    - Content should avoid promoting harmful stereotypes
    - Content should not utilize broad, sweeping generalizations
    - Content should not use dehumanizing language
    - Content should not undermine human rights, due process, or the rule of law
    
    FORMAT YOUR RESPONSES AS JSON:
    {
      reason: [A one to two sentence summary],
      score: [On a scale of 0 to 10, how severe is the content advocating violence]
    }
    

    The score part of the response was my band-aid to get around the high number of both false positives and false negatives as I originally had it returning true or false only. Any score 7 or higher caused the item to be passed to the mod queue along with the reason, and I would review its actions later.

    Ultimately it was slow and still somewhat unreliable, so I abandoned the idea after running it for a little less than a day since I can 't run bigger models to get better results fast enough to keep up. Using a cloud based service was out of the question for many, many reasons, both financial and ethical.

    To answer your question, as long as the models were locally hosted and properly tuned/tested, I’m fine with it in theory, except for the ideology part; that’s pretty messed up. While I don’t want my submissions used to train anyone’s model and take measures to prevent my own instance from being used as a data source, I remain aware that once I post something, I have no control over its fate the moment it federates out.


    [1] Yes, I know that’s like half the comments that get posted around here. My goal was to try to have it mod things so posts were bases for actual discussions instead of being a knee-jerk rage factory.