Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. AI rejected my post

AI rejected my post

Scheduled Pinned Locked Moved The Lounge
questioncssdebugging
8 Posts 7 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    No, I am NOT posting programming question , the post is clearly marked as "rant". The unnamed site , to protect the guilty , rejected the attached code as " poorly formatted". until I deleted #ifdef ...,#endif. Then it passed. I am a believer that Alan Cooper was right when he stated that coders will take the path of least resistance / use less brain , when coding. (Not to be confused with KISS...) Apparently adding " post it anyway , WE can make an exception " would indirectly indicate that the code is void of better analysis, hence more code / brain usage would be required.

    void SettingsDialog::closeEvent( QCloseEvent* event )
    {
    #ifdef RETILE
    text = "\t#i#ifdef RETILE \n";
    text += "TRACE START Retile mdiArea subwindows .... ";
    text += " ";
    //text += " TASK initActionsConnections() ";
    text += Q_FUNC_INFO;
    text += QString::number(__LINE__);
    qDebug().noquote() << text;
    #endif

    //event->accept();   // what does it do ??
    //return;
    
    text += "    ";
    text += "\\n\\t test send text to child";
    
    D R Richard Andrew x64R J 4 Replies Last reply
    0
    • L Lost User

      No, I am NOT posting programming question , the post is clearly marked as "rant". The unnamed site , to protect the guilty , rejected the attached code as " poorly formatted". until I deleted #ifdef ...,#endif. Then it passed. I am a believer that Alan Cooper was right when he stated that coders will take the path of least resistance / use less brain , when coding. (Not to be confused with KISS...) Apparently adding " post it anyway , WE can make an exception " would indirectly indicate that the code is void of better analysis, hence more code / brain usage would be required.

      void SettingsDialog::closeEvent( QCloseEvent* event )
      {
      #ifdef RETILE
      text = "\t#i#ifdef RETILE \n";
      text += "TRACE START Retile mdiArea subwindows .... ";
      text += " ";
      //text += " TASK initActionsConnections() ";
      text += Q_FUNC_INFO;
      text += QString::number(__LINE__);
      qDebug().noquote() << text;
      #endif

      //event->accept();   // what does it do ??
      //return;
      
      text += "    ";
      text += "\\n\\t test send text to child";
      
      D Offline
      D Offline
      David ONeil
      wrote on last edited by
      #2

      Quote:

      AI rejected my post

      If I didn't always take the high road, I'd say 'Too bad that's not true...' (Oops! So much for the high road! :laugh: :laugh: :laugh: ) Have a great day, and please don't mind my poor humor! I should not have posted, but your continual pot-stirring brings such rebuttals to mind too easily. I hope things improve for you.

      Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver

      1 Reply Last reply
      0
      • L Lost User

        No, I am NOT posting programming question , the post is clearly marked as "rant". The unnamed site , to protect the guilty , rejected the attached code as " poorly formatted". until I deleted #ifdef ...,#endif. Then it passed. I am a believer that Alan Cooper was right when he stated that coders will take the path of least resistance / use less brain , when coding. (Not to be confused with KISS...) Apparently adding " post it anyway , WE can make an exception " would indirectly indicate that the code is void of better analysis, hence more code / brain usage would be required.

        void SettingsDialog::closeEvent( QCloseEvent* event )
        {
        #ifdef RETILE
        text = "\t#i#ifdef RETILE \n";
        text += "TRACE START Retile mdiArea subwindows .... ";
        text += " ";
        //text += " TASK initActionsConnections() ";
        text += Q_FUNC_INFO;
        text += QString::number(__LINE__);
        qDebug().noquote() << text;
        #endif

        //event->accept();   // what does it do ??
        //return;
        
        text += "    ";
        text += "\\n\\t test send text to child";
        
        R Offline
        R Offline
        RainHat
        wrote on last edited by
        #3

        You could have simply indented the # lines instead of deleting them. Hashdent is bad formatting in my opinion.

        1 Reply Last reply
        0
        • L Lost User

          No, I am NOT posting programming question , the post is clearly marked as "rant". The unnamed site , to protect the guilty , rejected the attached code as " poorly formatted". until I deleted #ifdef ...,#endif. Then it passed. I am a believer that Alan Cooper was right when he stated that coders will take the path of least resistance / use less brain , when coding. (Not to be confused with KISS...) Apparently adding " post it anyway , WE can make an exception " would indirectly indicate that the code is void of better analysis, hence more code / brain usage would be required.

          void SettingsDialog::closeEvent( QCloseEvent* event )
          {
          #ifdef RETILE
          text = "\t#i#ifdef RETILE \n";
          text += "TRACE START Retile mdiArea subwindows .... ";
          text += " ";
          //text += " TASK initActionsConnections() ";
          text += Q_FUNC_INFO;
          text += QString::number(__LINE__);
          qDebug().noquote() << text;
          #endif

          //event->accept();   // what does it do ??
          //return;
          
          text += "    ";
          text += "\\n\\t test send text to child";
          
          Richard Andrew x64R Offline
          Richard Andrew x64R Offline
          Richard Andrew x64
          wrote on last edited by
          #4

          The fact that AI rejected your post demonstrates that AI is not completely devoid of real intelligence.

          The difficult we do right away... ...the impossible takes slightly longer.

          L 1 Reply Last reply
          0
          • Richard Andrew x64R Richard Andrew x64

            The fact that AI rejected your post demonstrates that AI is not completely devoid of real intelligence.

            The difficult we do right away... ...the impossible takes slightly longer.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            you forgot to highlight "your" other than that - nothing new , just another version of saloon put-down " ... verrry interesting , but stupid " - end of quote

            J 1 Reply Last reply
            0
            • L Lost User

              you forgot to highlight "your" other than that - nothing new , just another version of saloon put-down " ... verrry interesting , but stupid " - end of quote

              J Offline
              J Offline
              jeron1
              wrote on last edited by
              #6

              Hmm, I know I saw this somewhere....

              Quote:

              if you cannot say something nice , DO NOT SAY ANYTHING AT ALL

              "the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle

              N 1 Reply Last reply
              0
              • J jeron1

                Hmm, I know I saw this somewhere....

                Quote:

                if you cannot say something nice , DO NOT SAY ANYTHING AT ALL

                "the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle

                N Offline
                N Offline
                Nelek
                wrote on last edited by
                #7

                I know it as:

                Quote:

                If what you have to say is not more beautiful than silence... shut the fvck up

                :laugh:

                M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                1 Reply Last reply
                0
                • L Lost User

                  No, I am NOT posting programming question , the post is clearly marked as "rant". The unnamed site , to protect the guilty , rejected the attached code as " poorly formatted". until I deleted #ifdef ...,#endif. Then it passed. I am a believer that Alan Cooper was right when he stated that coders will take the path of least resistance / use less brain , when coding. (Not to be confused with KISS...) Apparently adding " post it anyway , WE can make an exception " would indirectly indicate that the code is void of better analysis, hence more code / brain usage would be required.

                  void SettingsDialog::closeEvent( QCloseEvent* event )
                  {
                  #ifdef RETILE
                  text = "\t#i#ifdef RETILE \n";
                  text += "TRACE START Retile mdiArea subwindows .... ";
                  text += " ";
                  //text += " TASK initActionsConnections() ";
                  text += Q_FUNC_INFO;
                  text += QString::number(__LINE__);
                  qDebug().noquote() << text;
                  #endif

                  //event->accept();   // what does it do ??
                  //return;
                  
                  text += "    ";
                  text += "\\n\\t test send text to child";
                  
                  J Offline
                  J Offline
                  jschell
                  wrote on last edited by
                  #8

                  Salvatore Terress wrote:

                  text = "\t#i#ifdef RETILE \n";

                  I would suspect more that it has some auto-formatting code which did not like the above line inside the other block.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups