• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

test please delete

Collapse
This is a sticky topic.
X
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by BR14 View Post
    Deliveroo? <or local equivalent>?
    Every kind of takeaway food place is within three minutes walk - it's quicker to go there than get it delivered

    Comment


      Originally posted by BR14 View Post
      Very mellow old chap, - and you???
      3 kids - I am never mellow!

      However I am as contented as I can be.....

      Comment


        I really hate the way comparison operators in different languages can make life hard.

        The other day in perl a colleague introduced a bug. We store file sizes in sybase as an int(2 GB). It was defined about 20 years ago. One file we are sent contains full history rather than changes. On Wednesday it went over 2GB. BANG!

        So a colleague said: -
        if $filesize gt 2147483647
        {
        $filesize = 2147483647
        }
        Then call sp.

        Suddenly ALL file sizes are 2147483647

        For strings "gt" works. For int you have to use ">" !!!!!!

        How f**king stupid is that? What m0r0n designs things that way?

        I suppose if it was easy everyone would be doing it......

        Comment


          My favourite was a system in JAVA/C++.

          Someone coded (if $a == $b). Of course in JAVA you have to use $a.equals($b).

          It worked in dev as someone overrode string == to do .equals().

          However that was not turned on in prod.

          Comment


            Originally posted by BrilloPad View Post
            My favourite was a system in JAVA/C++.

            Someone coded (if $a == $b). Of course in JAVA you have to use $a.equals($b).

            It worked in dev as someone overrode string == to do .equals().

            However that was not turned on in prod.
            The chap who coded that is now FILTH. Failed In London Try Hongkong.

            All Bar One at the wharf. Minor argument. He bottled someone! Criminal conviction.....

            Comment


              I think my posts are too long.

              Comment


                In the Chinese

                Comment


                  The ideal tpd post should take 30 seconds to compose - to agree with the old minimum time between posts.

                  Comment


                    Originally posted by BrilloPad View Post
                    I think my posts are too long.
                    Originally posted by NickFitz View Post
                    In the Chinese
                    I might have understood them in Chinese

                    Don't get these newfangled languages.

                    I'll stick to HLASM and REXX i think

                    Comment


                      Originally posted by BR14 View Post
                      I might have understood them in Chinese

                      Don't get these newfangled languages.

                      I'll stick to HLASM and REXX i think

                      Never heard of them.
                      "You’re just a bad memory who doesn’t know when to go away" JR

                      Comment

                      Working...
                      X