• @Got_Bent
    link
    English
    147 months ago

    I ran into this exact scenario with an acquaintance on Facebook back when I engaged in such silly endeavors.

    Her name was Al and I couldn’t figure out for the life of me if it was Al or AI. I think I finally did ask, but damn I could NOT figure it out on my own. I suppose there must’ve been some way to copy paste it into word and configure to all caps, but the thought never occurred to me.

    • GTG3000
      link
      fedilink
      English
      10
      edit-2
      7 months ago

      On PC, you can open the browser console and type in

      ("your string").toUpperCase()
      

      it’s usually on F12.

      >> "Al".toUpperCase()
      <- "AL" 
      
      • @fidodo
        link
        English
        67 months ago

        Simply pasting the string would give you the answer as the console uses a programming font

        • GTG3000
          link
          fedilink
          English
          27 months ago

          Fair, but I’m trying to trick them into learning js here :P

          • @fidodo
            link
            English
            27 months ago

            At least trick them into leaning ts.

            • GTG3000
              link
              fedilink
              English
              17 months ago

              Man, I wish you could just use TS without some kind of preprocessor.

              But I also wish JS had less footguns like “oh, this function returns an array-like object that has half of array methods… But not the one you want right now”.

            • GTG3000
              link
              fedilink
              English
              17 months ago

              Well, ignoring the mire of ancient bad idea compatibility, it’s nice to just have a REPL wherever you have a browser.

    • NostraDavid
      link
      fedilink
      English
      37 months ago

      Pasting into notepad is good enough, where I and l actually look different.

    • @Wilzax
      link
      English
      17 months ago

      I always copy just the I, l, or rarely | and search for it with any search engine. It usually clears it up

    • Cosmic Cleric
      link
      English
      17 months ago

      and I couldn’t figure out for the life of me if it was Al or AI.

      The uppercase ‘i’ and the lowercase ‘L’ each have to enter the Thunderdome, and have just one emerge alive.