class Iron:
def __init__(self):
self.languages = ["Python", "C#", "C++", "JavaScript"]
self.os = ["Windows", "Ubuntu", "Kali", "Arch"]
self.mode = "vibecoder" # ai-powered development
self.tools = ["Gemini", "Cursor", "Copilot"]
self.values = {
"BDSM": "Başarı • Değişim • Sağlık • Mutluluk"
}
def vibe(self):
print("🎯 Prompt → Code → Ship → Repeat")
def explain(self, key):
print(self.values.get(key.upper(), key))
Iron().vibe()
Iron().explain("BDSM")"Ben kod yazmıyorum, AI'a vibe veriyorum." 🎵
nmap -A -T4 target
node iron.js --silent
python3 iron.py --persistent
cursor --vibe "build something wild"BDSM = Başarı • Değişim • Sağlık • Mutluluk