Moved from @Crul@lemmy.world

  • 19 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle














  • Crul@lemm.eeOPtoWitchy Memes@lemmy.worldPasswords – War and Peas
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    10 months ago

    I asked Claude.ai to write a “witchy” theme password generator:
    WARNING: This is not intended to be used to generate real passwords, they may not be secure (enough)
    https://syncfiddle.net/fiddle/-NdzulDiwTeG5GCzFEn1

    I think you have to push the RUN green button.

    Prompts used

    Write a program in JavaScript that generates random password phrases composed of “witchy”-theme words.

    Here it is an example of a password composed of “witchy”-theme words:

    SluttyUpri$ing69Kill-Kill-Kill#Destroy-Burn-It-All-D0wn


    It’s a bit too serious. Rewrite the arrays adjective and nouse adding some funny words while keeping the “witchy” theme.


    Now write a simple HTML frontend to use it

    HTML / JS code, in case the snippet expires
      Witchy Password Generator
    
    
    
      <h1>Witchy Password Generator</h1>
      
      Generate Password
      
      <div></div>
    






  • Crul@lemm.eetoLemmy Support@lemmy.mlSaved Posts to RSS
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    10 months ago

    What’s the RSS link you got?

    AFAIK, theere is no RSS link for saved posts. When I go to https://lemm.ee/u/Crul?view=Saved, the RSSHub Radar addon only shows this feed: https://lemm.ee/feeds/u/Crul.xml?sort=New

    Note the sort=New and the absence of anything regarding saved posts.

    If I re-create the logical URL for the RSS feed of saved posts, I get a feed with my submitted posts: https://lemm.ee/feeds/u/Crul.xml?view=Saved

    If I were wrong (please correct me if that’s the case), then you would probably need to provide your RSS reader with the credentials for your account… unless the saved posts are public for anyone to see, which sounds a bit weird.