• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle




  • What’s the requirement to become federated? Say someone starts their own server, are they able to load it with bots prior to federating then suddenly go online and fuck shit up before they get defederated?

    I guess what I’m asking is there action needed by every instance before they are federated with a new instance. Do the admins of each instance have the opportunity to do their due diligence before federating with someone or is it automatic?



  • I feel like I accidentally do something similar everytime I program anything. I am just bad at it, I don’t know the short cuts or all the commands, but by God, it will work when I am done with it… maybe.

    I don’t know the right wat to do this, but I think there would be something like:

    x = Number

    If (x//2)is.integer() == “true”:

    Print(“Even”)

    Else:

    Print(“odd”)

    Maybe? Idk. Probably a bunch of syntax issues and I haven’t written anything in like a year.