Moved from @Crul@lemmy.world
Source: Coffinmate – War and Peas – Webcomic
RSS Feed: https://warandpeas.com/feed/
Credit: Saturday Morning Breakfast Cereal - 2006-12-14
RSS Feed: https://www.smbc-comics.com/comic/rss
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.
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
Witchy Password Generator
<h1>Witchy Password Generator</h1>
Generate Password
<div></div>
This is maybe not the most representative example of goblincore.
A couple of references:
I also added the source there :)