Results 1 to 40 of 49

Thread: tcaudilllg seems incredibly LSI

Hybrid View

  1. #1

    Join Date
    May 2007
    Posts
    890
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by Elro View Post
    How so?
    For starters, read this and consider the ISTj in relation to ENFj, ENTp ... must I be-labor the details?

    http://www.the16types.info/vbulletin...ad.php?t=17000

    (Then consider the Ti-spreadsheets he often posts ... )

    Considering HOW often typings are incorrect, and how hard it can be for one to find their true type, he was still pretty darn close. (As I do not mean this thread to be a point of embarrassment, by any means.)
    Last edited by astralsilky; 02-21-2008 at 04:32 PM.

  2. #2

    Join Date
    Sep 2011
    Posts
    8,577
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)

    Default

    ?

  3. #3

    Join Date
    May 2007
    Posts
    890
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Default

    rmv

  4. #4

    Join Date
    Sep 2011
    Posts
    8,577
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)

    Default

    Code:
    import java.io.*;
    import java.util.*;
    import cs1.Keyboard;
    
    public class chore {
    
      private int choreNum;
      private int cost;
      private ArrayList<Integer> dependencies;
      
      public chore(int number) {
        choreNum = number;
        dependencies = new ArrayList<Integer>();
        System.out.println("Enter time for chore " + (choreNum + 1));
        cost = Keyboard.readInt();
        
        if (number == 0)
          dependencies.add(0);
        else {
          System.out.println("tEnter any dependencies or 0 to stop");
          boolean keepGoing = true;
          Integer input;
          while (keepGoing) {
            input = Keyboard.readInt();
            dependencies.add(input - 1);//the index of the first process is 0, so the user sees process n as process n+1.  correct for that by subtracting 1 here.
            if (input.equals((Integer) 0))
              keepGoing = false;
          }
        }
      }
      
      public int getCost() {
        return cost;
      }
      
      public int getChoreNum() {
        return choreNum;
      }
      
      public int getArg(int index) {
        int f = dependencies.get(index);
        return f;
      }
      
      public int getArgsSize() {
        return dependencies.size();
      }
      
      public static void main(String[] args) {
        System.out.println("This doesn't do anything.  Run the chores file instead.");
      }
    }

  5. #5
    jessica129's Avatar
    Join Date
    Oct 2005
    Posts
    10,116
    Mentioned
    77 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by Herzy View Post
    I find it funny how if anyone repeatidly asserts an idea here, they are automatically "" and therefore "LSI". What a load of bullshit. If any of you want to see how a real LSI acts, just look at PotatoSpirit, Five, or any of the other self-proclaimed LSIs here. They're actually quite easygoing and amiable. You're all relying way too heavily on stereotypes of LSIs as being brutish and close-minded, which clearly is more of a minority case.
    Yes.

  6. #6
    aka Slacker Slacker's Avatar
    Join Date
    Oct 2005
    Location
    North Korea
    TIM
    IEE
    Posts
    8,814
    Mentioned
    24 Post(s)
    Tagged
    0 Thread(s)

    Default

    I think he's Ne and Ti together. He comes up with all these ideas, and is continually thinking of where different possibilities might logically lead.
    It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so.
    -Mark Twain


    You can't wake a person who is pretending to be asleep.

  7. #7
    Banned
    Join Date
    Aug 2007
    TIM
    /
    Posts
    7,041
    Mentioned
    177 Post(s)
    Tagged
    0 Thread(s)

    Default

    I think Tcaudilllg posts a lot of abstract theoretical generalized stuff. This to me says TiNe or NeTi.

  8. #8
    Logos's Avatar
    Join Date
    Jul 2006
    Posts
    5,407
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by Herzy View Post
    I find it funny how if anyone repeatidly asserts an idea here, they are automatically "" and therefore "LSI". What a load of bullshit. If any of you want to see how a real LSI acts, just look at PotatoSpirit, Five, or any of the other self-proclaimed LSIs here. They're actually quite easygoing and amiable. You're all relying way too heavily on stereotypes of LSIs as being brutish and close-minded, which clearly is more of a minority case.
    I agree that it's stupid. TC rambles in a way that no LSI would. His voice in writing also lacks any real (or threatening) sense of . Authoritative in his judgments, but authority lacking that touch, though this could be due to my own (at times) blindness to matters.
    "Alpha Quadra subforum. You will never find a more wretched hive of scum and villainy. We must be cautious." ~Obi-Wan Kenobi
    Johari Box

  9. #9
    Ti centric krieger's Avatar
    Join Date
    Sep 2006
    Posts
    5,937
    Mentioned
    80 Post(s)
    Tagged
    0 Thread(s)

    Default

    I agree that it's stupid. TC rambles in a way that no LSI would. His voice in writing also lacks any real (or threatening) sense of . Authoritative in his judgments, but authority lacking that touch, though this could be due to my own (at times) blindness to matters.
    But now that the issue has been raised, would you say he "rambles" in the way the average INTj would...? How many INTjs do we see regularly writing up narratives as lengthy as his? Aren't INTjs ordinarily more concise than that?

    If he is wrong about his type, I would count it most likely that he is ENFj. He already acknowledges ENFj-like behaviors in himself, calling ENFj his slave type.

    Did anyone notice ENFjs are characteristically known for being obsessed with good and evil, just like TC is? There are bound to be some other convergences to be found between his behavior and that of ENFjs: http://www.socioniko.net/en/1.1.types/index.html

  10. #10
    Logos's Avatar
    Join Date
    Jul 2006
    Posts
    5,407
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by labcoat View Post
    But now that the issue has been raised, would you say he "rambles" in the way the average INTj would...? How many INTjs do we see regularly writing up narratives as lengthy as his? Aren't INTjs ordinarily more concise than that?

    If he is wrong about his type, I would count it most likely that he is ENFj. He already acknowledges ENFj-like behaviors in himself, calling ENFj his slave type.

    Did anyone notice ENFjs are characteristically known for being obsessed with good and evil, just like TC is? There are bound to be some other convergences to be found between his behavior and that of ENFjs: http://www.socioniko.net/en/1.1.types/index.html
    Well nowhere did I say that he was an INTj, but merely that the appears to be weak. ENFj is certainly a possibility for TC.
    "Alpha Quadra subforum. You will never find a more wretched hive of scum and villainy. We must be cautious." ~Obi-Wan Kenobi
    Johari Box

  11. #11
    Blaze's Avatar
    Join Date
    Aug 2006
    Posts
    5,714
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Default

    Quote Originally Posted by Logos View Post
    I agree that it's stupid. TC rambles in a way that no LSI would. His voice in writing also lacks any real (or threatening) sense of . Authoritative in his judgments, but authority lacking that touch, though this could be due to my own (at times) blindness to matters.

    yeah, and LSI likes to say things simply and clearly, not long convoluted, complex and dragged out. i agree that tdaud is some sort of Ne and Ti combo.

    ILE

    those who are easily shocked.....should be shocked more often

  12. #12
    Expat's Avatar
    Join Date
    Jul 2005
    Location
    United Kingdom
    Posts
    10,853
    Mentioned
    30 Post(s)
    Tagged
    0 Thread(s)

    Default

    I would say EIE before LSI, because he sometimes seems to want to "mobilize" others emotionally, as in saying things like, "I am shocked -- SHOCKED -- that that paper by Augusta and Reinin hasn't been properly translated yet -- this shows the wiki's bias" -- or something like that (quoting from memory).

    Of course, I guess he attributes that to ENFj being the exertion type?

    For the record, this kind of stuff - like hitta's saying things like "this makes me wanna puke" or Phaedrus saying things like "I am getting really irritated" have precisely the opposite effect on me. I tend to think "so who cares if you're shocked" and "so go puke" and "then get irritated even more, who cares".

    I have to guess that the expectation is to get some kind of reaction, as in "OMG he's shocked I better do something about it" or "no, calm down, no reason to get irritated, I didn't mean it that way" etc etc. On me it has pretty much the opposite effect.
    , LIE, ENTj logical subtype, 8w9 sx/sp
    Quote Originally Posted by implied
    gah you're like the shittiest ENTj ever!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •