Jump to content

danex

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    13

danex last won the day on September 20 2022

danex had the most liked content!

About danex

  • Birthday 04/19/2004

Contact Methods

  • Website URL
    Vanilla 1.20 Minecraft Server: Sharders.minehut.gg

Profile Information

  • Member Title
    your friendly neighborhood puffball
  • Gender
    Male
  • Location
    Your Wildest Dreams
  • Interests
    programming, photo editing, game dev, philosophy, writing

danex's Achievements

3.9k

Reputation

Single Status Update

See all updates by danex

  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. Mat

      Mat

      What will your equation be :thinking:

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

    3. danex

      danex

      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. Mat

      Mat

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

×
×
  • Create New...