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. What do you do while building?

What do you do while building?

Scheduled Pinned Locked Moved The Lounge
question
56 Posts 31 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.
  • B bertvan

    I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

    D Offline
    D Offline
    Dalek Dave
    wrote on last edited by
    #5

    CP, drink tea, go for a smoke.

    ------------------------------------ "When Belly Full, Chin Hit Chest" Confucius 502BC

    1 Reply Last reply
    0
    • B bertvan

      I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

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

      http://xkcd.com/303/

      H J 2 Replies Last reply
      0
      • B bertvan

        I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

        J Offline
        J Offline
        John M Drescher
        wrote on last edited by
        #7

        Mostly in the following order: check my mail, perform network administration tasks, browse 5 to 10 forums I participate in daily, go grab a coffee and / or go talk to a coworker.

        John

        P 1 Reply Last reply
        0
        • B bertvan

          I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

          S Offline
          S Offline
          Stuart Dootson
          wrote on last edited by
          #8

          bertvan wrote:

          How do you normally kill time when you return with your coffee and the build is still busy?

          Working out how to speed up the build... Cursing the numpty who didn't distribute their code in files so as to minimise build times... Then I get bored, start surfing t'Internet and come back later to find I've wasted 20 minutes after the build had finished...

          Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

          J M P 3 Replies Last reply
          0
          • J Jacquers

            http://xkcd.com/303/

            H Offline
            H Offline
            hairy_hats
            wrote on last edited by
            #9

            FTFY Police.[^]

            I hope you realise that hamsters are very creative when it comes to revenge. - Elaine

            J 1 Reply Last reply
            0
            • S Stuart Dootson

              bertvan wrote:

              How do you normally kill time when you return with your coffee and the build is still busy?

              Working out how to speed up the build... Cursing the numpty who didn't distribute their code in files so as to minimise build times... Then I get bored, start surfing t'Internet and come back later to find I've wasted 20 minutes after the build had finished...

              Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

              J Offline
              J Offline
              John M Drescher
              wrote on last edited by
              #10

              Stuart Dootson wrote:

              Working out how to speed up the build...

              I did this by replacing my main harddrive with a 300 GB velociraptor. This drive saves me 5 to 15 minutes every time I compile the application I am working on.

              John

              S 1 Reply Last reply
              0
              • H hairy_hats

                FTFY Police.[^]

                I hope you realise that hamsters are very creative when it comes to revenge. - Elaine

                J Offline
                J Offline
                Jacquers
                wrote on last edited by
                #11

                Thanks! (For some reason the hamsters didn't do their usual magic when I pasted the link)

                Y M 2 Replies Last reply
                0
                • B bertvan

                  I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

                  N Offline
                  N Offline
                  Nish Nishant
                  wrote on last edited by
                  #12

                  You could switch over to a VM or remote desktop to another machine and work on a test project. You could run another instance on the machine doing the build, but that may slow the build down.

                  Regards, Nish


                  Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                  My latest book : C++/CLI in Action / Amazon.com link

                  M 1 Reply Last reply
                  0
                  • J John M Drescher

                    Stuart Dootson wrote:

                    Working out how to speed up the build...

                    I did this by replacing my main harddrive with a 300 GB velociraptor. This drive saves me 5 to 15 minutes every time I compile the application I am working on.

                    John

                    S Offline
                    S Offline
                    Stuart Dootson
                    wrote on last edited by
                    #13

                    John M. Drescher wrote:

                    5 to 15 minutes

                    New hardware's rarely been an option @ work for me - instead, it's a case of rearranging code and/or distribution of code between files to minimise the impact of changes.

                    Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                    J G 2 Replies Last reply
                    0
                    • S Stuart Dootson

                      John M. Drescher wrote:

                      5 to 15 minutes

                      New hardware's rarely been an option @ work for me - instead, it's a case of rearranging code and/or distribution of code between files to minimise the impact of changes.

                      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                      J Offline
                      J Offline
                      John M Drescher
                      wrote on last edited by
                      #14

                      Stuart Dootson wrote:

                      New hardware's rarely been an option @ work for me

                      I am lucky, since part of my job role is to recommend new hardware purchases. If they are under $1000 I am usually approved without any problems..

                      Stuart Dootson wrote:

                      instead, it's a case of rearranging code and/or distribution of code between files to minimise the impact of changes.

                      On the latest project I actually did both methods. One such time saver was reducing the number of #include statements in headers. In this I made a lot of use of the PIMPL idiom. http://www.gamedev.net/reference/articles/article1794.asp[^]

                      John

                      S 1 Reply Last reply
                      0
                      • J John M Drescher

                        Mostly in the following order: check my mail, perform network administration tasks, browse 5 to 10 forums I participate in daily, go grab a coffee and / or go talk to a coworker.

                        John

                        P Offline
                        P Offline
                        PIEBALDconsult
                        wrote on last edited by
                        #15

                        I'd rather grab a co-workwer and talk to a coffee.

                        R H J J 4 Replies Last reply
                        0
                        • N Nish Nishant

                          You could switch over to a VM or remote desktop to another machine and work on a test project. You could run another instance on the machine doing the build, but that may slow the build down.

                          Regards, Nish


                          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                          My latest book : C++/CLI in Action / Amazon.com link

                          M Offline
                          M Offline
                          Mustafa Ismail Mustafa
                          wrote on last edited by
                          #16

                          You're such a kill joy Nish! The guy is obviously looking for a time waster[^] to play while the build is going on, only he's discrete enough to ask it in a subtle manner!

                          If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                          N 1 Reply Last reply
                          0
                          • P PIEBALDconsult

                            I'd rather grab a co-workwer and talk to a coffee.

                            R Offline
                            R Offline
                            Rajesh R Subramanian
                            wrote on last edited by
                            #17

                            :laugh:

                            It is a crappy thing, but it's life -^ Carlo Pallini

                            1 Reply Last reply
                            0
                            • M Mustafa Ismail Mustafa

                              You're such a kill joy Nish! The guy is obviously looking for a time waster[^] to play while the build is going on, only he's discrete enough to ask it in a subtle manner!

                              If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                              N Offline
                              N Offline
                              Nish Nishant
                              wrote on last edited by
                              #18

                              Mustafa Ismail Mustafa wrote:

                              The guy is obviously looking for a time waster[^] to play while the build is going on, only he's discrete enough to ask it in a subtle manner!

                              :-D Yeah, my bad!

                              Regards, Nish


                              Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                              My latest book : C++/CLI in Action / Amazon.com link

                              1 Reply Last reply
                              0
                              • J Jacquers

                                Thanks! (For some reason the hamsters didn't do their usual magic when I pasted the link)

                                Y Offline
                                Y Offline
                                Yusuf
                                wrote on last edited by
                                #19

                                Jacquers wrote:

                                Thanks! (For some reason the hamsters didn't do their usual magic when I pasted the link)

                                yeah! blame it on the hamsters, poor thingie :doh:

                                Yusuf May I help you?

                                1 Reply Last reply
                                0
                                • B bertvan

                                  I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

                                  M Offline
                                  M Offline
                                  Maximilien
                                  wrote on last edited by
                                  #20

                                  sleep.

                                  This signature was proudly tested on animals.

                                  1 Reply Last reply
                                  0
                                  • J John M Drescher

                                    Stuart Dootson wrote:

                                    New hardware's rarely been an option @ work for me

                                    I am lucky, since part of my job role is to recommend new hardware purchases. If they are under $1000 I am usually approved without any problems..

                                    Stuart Dootson wrote:

                                    instead, it's a case of rearranging code and/or distribution of code between files to minimise the impact of changes.

                                    On the latest project I actually did both methods. One such time saver was reducing the number of #include statements in headers. In this I made a lot of use of the PIMPL idiom. http://www.gamedev.net/reference/articles/article1794.asp[^]

                                    John

                                    S Offline
                                    S Offline
                                    Stuart Dootson
                                    wrote on last edited by
                                    #21

                                    John M. Drescher wrote:

                                    In this I made a lot of use of the PIMPL idiom

                                    Yep, that one's saved me a LOT of (build-)time over the years!

                                    Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                                    1 Reply Last reply
                                    0
                                    • B bertvan

                                      I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

                                      G Offline
                                      G Offline
                                      Gary Wheeler
                                      wrote on last edited by
                                      #22

                                      Work on one of my other number-one top priorities :rolleyes:. We have a dedicated build machine, so there's no excuse for not working on something else.

                                      Software Zen: delete this;

                                      1 Reply Last reply
                                      0
                                      • S Stuart Dootson

                                        John M. Drescher wrote:

                                        5 to 15 minutes

                                        New hardware's rarely been an option @ work for me - instead, it's a case of rearranging code and/or distribution of code between files to minimise the impact of changes.

                                        Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                                        G Offline
                                        G Offline
                                        Gary Wheeler
                                        wrote on last edited by
                                        #23

                                        Stuart Dootson wrote:

                                        it's a case of rearranging code and/or distribution of code between files to minimise the impact of changes

                                        That's a horrendous use of your time, IMO.

                                        Software Zen: delete this;

                                        S J 2 Replies Last reply
                                        0
                                        • B bertvan

                                          I'm working on a project with a long build duration. How do you normally kill time when you return with your coffee and the build is still busy?

                                          R Offline
                                          R Offline
                                          Rajesh R Subramanian
                                          wrote on last edited by
                                          #24

                                          I usually get onto the C++ forum of CP.

                                          It is a crappy thing, but it's life -^ Carlo Pallini

                                          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