FunkyStuff [he/him]

  • 0 Posts
  • 10 Comments
Joined 4 years ago
cake
Cake day: June 9th, 2021

help-circle

  • Throwback to when someone shared the OG version of this meme to my uni chat, I replied with "Oh you can simply do

    def is_even(n: int) -> boolean:
        if n > 0 return not is_even(n - 1)
        elif n < 0 return not is_even(n + 1)
        else return True
    

    And instead of laughing at the joke the TA in the chat said “When you start getting internships you’ll do n % 2” like I was being serious.



  • You should be able to contact your admins so they purge your account. Purged accounts have all the content they ever published scrubbed from all databases on Lemmy. I’m not entirely sure how it works if there’s an instance that is defederated from your home instance after you post something and it gets federated to them, I assume it wouldn’t be deleted in that case so it would still be available online there, but certainly a lot harder to track down.