dannnnnex

Members
  • Content count

    1,881
  • Joined

  • Last visited

  • Days Won

    13

dannnnnex last won the day on September 20 2022

dannnnnex had the most liked content!

Community Reputation

3,404 Bondsmith

About dannnnnex

  • Rank
    missing the old site logo
  • Birthday 04/19/2004

Contact Methods

  • Website URL
    minecraft server: sharders.minehut.gg
  • AIM
    join the server. do it. its fun.

Profile Information

  • Gender
    Male
  • Location
    Idaho
  • Interests
    python, photo editing, vidya gaems, philosophy

Single Status Update

See all updates by dannnnnex

  1. thinking of changing the vowels in my name

    dont really like the way dannex sounds in my head anymore

    and people always just shorten it to dan and i dislike that

    possible options:

    dannax
    dennax
    dinnax
    donnax
    dunnax
    dynnax

    dennex
    dinnex
    donnex
    dunnex
    dynnex

    dannix
    dennix
    dinnix
    donnix
    dunnix
    dynnix

    dannox
    dennox
    dinnox
    donnox
    dunnox
    dynnox

    dannux
    dennux
    dinnux
    donnux
    dunnux
    dynnux

    dannyx
    dennyx
    dinnyx
    donnyx
    dunnyx
    dynnyx

     

    i dislike anything with vowel #1 as ‘A’ since then we have the same problem of people shortening it to dan

    and i dislike the way the second vowel looks as a ‘Y’, so those bottom 6 are out too. 

    i kinda like the first vowel as a ‘Y’, but that is definitely the most radically different from what it currently is

    idk

    1. Show previous comments  8 more
    2. Matrim's Dice

      Matrim's Dice

      What will your equation be :thinking:

      Cause it can't stay da[n=x]ex

    3. dannnnnex

      dannnnnex

      uhh

      import random
      
      vowels = ['a','e','i','o','u','y']
      print('d',end = '')
      print(random.choice(vowels), end = '')
      for i in range(random.randint(1,28)):
        print('n', end = '')
      print(random.choice(vowels), end = '')
      print('x')

      or maybe

      import random
      
      def internet_username():
          vowels = ['a','e','i','o','u','y']
          danex_variation = 'd'
          danex_variation += random.choice(vowels)
          for i in range(random.randint(1,28)):
              danex_variation += 'n'
          danex_variation += random.choice(vowels)
          danex_variation += 'x'
          return danex_variation
          
      print(internet_username())

      that second one is cleaner i think.

    4. Matrim's Dice

      Matrim's Dice

      If you do change your name, the next time I vote you in SE I'm using that :D.