Do prgrammers from poor countries always fuck up complicated stuff?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kard63
    Confirmed User
    • Nov 2003
    • 8944

    #1

    Do prgrammers from poor countries always fuck up complicated stuff?

    I've been waiting 4 months for a script. Do they ever get the complicated shit right?
  • k0nr4d
    Confirmed User
    • Aug 2006
    • 9231

    #2
    From code i've worked on, I'm yet to see a competent outsourced programmer do anything properly.

    They seem to do everything the longest, stupid, more inefficient way possible.
    Mechanical Bunny Media
    Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

    Comment

    • xlogger
      Confirmed User
      • Jul 2004
      • 9507

      #3
      Man, i know how you feel.

      I have a team that does stuff only 70% and really slow! I want to find a good US, Canadian or UK company. Any recommendations?

      ----------
      XLOGGER [REFLECTED] [OH]

      Comment

      • jact
        Confirmed User
        • Sep 2002
        • 9134

        #4
        I recently had an experience with an outsourced programmer that has lead me to the new opinion that all programming tasks should stay within the language barrier.
        Free agent

        Comment

        • MissFireCrotch
          Confirmed User
          • Jun 2007
          • 187

          #5
          what kinda scripts? I have a Computer Science degree
          Need some web dev? Contact ME
          ICQ - 366621126

          Comment

          • Nom_is
            Confirmed User
            • Jan 2006
            • 197

            #6
            Originally posted by MissFireCrotch
            what kinda scripts? I have a Computer Science degree
            I read an article on digg in which the author said that 90% of Computer Science graduates he interviewed for programming positions couldn't solve even basic programming problems.
            ICQ# 314-721-978

            Comment

            • Bruce_Miller
              Confirmed User
              • Mar 2004
              • 783

              #7
              We used to have a guy work for us programming and everything he wrote was convaluded to say the least. Some of his include files were one line long and would only include another file. Plus whenever we needed something done his answer was always, sorry that can't be done. I learned php MySQL myself and have never looked back.

              Comment

              • Masterchief
                Confirmed User
                • Jun 2006
                • 530

                #8
                Originally posted by Nom_is
                I read an article on digg in which the author said that 90% of Computer Science graduates he interviewed for programming positions couldn't solve even basic programming problems.
                that's because computer science isn't really about programming, it's moreso about the theory and inner workings of things. it's useful sure, but it doesn't help very much when it comes to writing something such as a PHP script. experience is what counts there.

                Comment

                • MissFireCrotch
                  Confirmed User
                  • Jun 2007
                  • 187

                  #9
                  i have done ajax, javascript, php, c++, vb.net i dont know about other people but i have done some programming. a simple ajax example that i did for a class is located at: penguin.lhup .edu/~jpiccolo/project
                  also a associates in computer engineering
                  Last edited by MissFireCrotch; 06-05-2007, 07:01 PM.
                  Need some web dev? Contact ME
                  ICQ - 366621126

                  Comment

                  • Shey
                    Confirmed User
                    • Aug 2005
                    • 1654

                    #10
                    Originally posted by Kard63
                    I've been waiting 4 months for a script. Do they ever get the complicated shit right?
                    Not if you get the good ones...Sadly, we've got them all.
                    Regards,
                    Shey <at> datePROFITS.com| ICQ: 279858568 | Skype: sheysworld | Y!M: sheyla702

                    datePROFITS: Every Niche of ExGF Dating Sites!

                    Comment

                    • Nom_is
                      Confirmed User
                      • Jan 2006
                      • 197

                      #11
                      Originally posted by Masterchief
                      that's because computer science isn't really about programming, it's moreso about the theory and inner workings of things. it's useful sure, but it doesn't help very much when it comes to writing something such as a PHP script. experience is what counts there.
                      I agree, but I think theory is just as important as practical experience. Many PHP programmers around are experienced enough to write a script so that it will work, but I have seen plenty of other coder's work that lacks practices as simple as properly validating their variables or laying their code out in such a way that it is legible.

                      Generally speaking, you get what you pay for.
                      ICQ# 314-721-978

                      Comment

                      • Mr. Mojo Risin
                        Confirmed User
                        • Jul 2003
                        • 1886

                        #12
                        Originally posted by Masterchief
                        that's because computer science isn't really about programming, it's moreso about the theory and inner workings of things. it's useful sure, but it doesn't help very much when it comes to writing something such as a PHP script. experience is what counts there.
                        I am a Computer Science major and I somewhat agree with what you say. They require too much math and should require more programming. Sure there is a lot of programming courses you have to take, but I really wish they would substitute more programming courses for all the fucking math. Math is important, but Calculus, Calc 2, Linear Algebra, Discrete Math, etc.?

                        Any Computer Science major after 1 year ought to be able to learn PHP fast and be able to write a script for what most people want easily. PHP is cake compared to C++ and if you know C++, then it's even easier, because PHP is similar.

                        PHP isn't really taught as part of a Computer Science degree anyway. That would be more part of some web development or web programming, 2 year degree or something.

                        Comment

                        • Mr. Mojo Risin
                          Confirmed User
                          • Jul 2003
                          • 1886

                          #13
                          I have also worked with fellow Computer Science majors and I often wondered how the fuck they got passed C++ 1 and C++2, etc. because they program like they just learned yesterday. I just wrote a poker game in C++ for a final project in a data structures class and I worked with one other guy and I did 98 percent of the work, because he didn't know wtf he was doing. He was still putting all the code into one .cpp file and apparently he had not learned OOP in C++ 2, because he was still doing only procedural programming. So I understand the problem.

                          I've seen a lot of people drop out of these classes or fail and most of the rest who pass didn't learn nearly enough, maybe because they weren't give enough actual programming assignments.

                          Comment

                          • edgeprod
                            Permanently Gone
                            • Mar 2004
                            • 10019

                            #14
                            Unfortunately, you usually get what you pay for ... and if not on the first project, then somewhere down the line.

                            Comment

                            • MissFireCrotch
                              Confirmed User
                              • Jun 2007
                              • 187

                              #15
                              Originally posted by Mr. Mojo Risin
                              I have also worked with fellow Computer Science majors and I often wondered how the fuck they got passed C++ 1 and C++2, etc. because they program like they just learned yesterday. I just wrote a poker game in C++ for a final project in a data structures class and I worked with one other guy and I did 98 percent of the work, because he didn't know wtf he was doing. He was still putting all the code into one .cpp file and apparently he had not learned OOP in C++ 2, because he was still doing only procedural programming. So I understand the problem.
                              I know how that is! Its pretty much, here you comment the code.
                              Need some web dev? Contact ME
                              ICQ - 366621126

                              Comment

                              • Mr. Mojo Risin
                                Confirmed User
                                • Jul 2003
                                • 1886

                                #16
                                Originally posted by MissFireCrotch
                                I know how that is! Its pretty much, here you comment the code.
                                That's pretty much all he did, and I even added more comments then he did, plus I came up with the idea for the project, did the UML's, etc etc. He rode my coattails. I had a VB class once where I did the whole classes' assignment for them(some of them said they could do calculus but not programming lol) and the teacher either didn't care or notice, cuz everyone turned in the same thing for each assigment, slightly modified.


                                I should have told them to fuck off and do it themselves for their own good.

                                This is really the problem with the whole education system. Too many cheaters/users that cheat their way through school and wonder why they don't have any skills. It's really a problem with a technical degree.
                                Last edited by Mr. Mojo Risin; 06-05-2007, 08:01 PM.

                                Comment

                                • nekrom
                                  Confirmed User
                                  • Mar 2004
                                  • 921

                                  #17
                                  I've also been waiting over a month for a simple script modification to be done. I asumed it was simple because the programer said so, but guess not. And ya always with the bs yoyo excuses as well.

                                  -N
                                  Free Traffic

                                  Comment

                                  • MissFireCrotch
                                    Confirmed User
                                    • Jun 2007
                                    • 187

                                    #18
                                    Yeppers, "hey can I see your code, I haven't had time to start this yet". By the way, why would someone hire a programmer that A. doesn't speak english and B. is from a poverty stricken country? Doesn't make sense to me!
                                    Need some web dev? Contact ME
                                    ICQ - 366621126

                                    Comment

                                    • k0nr4d
                                      Confirmed User
                                      • Aug 2006
                                      • 9231

                                      #19
                                      Originally posted by MissFireCrotch
                                      Yeppers, "hey can I see your code, I haven't had time to start this yet". By the way, why would someone hire a programmer that A. doesn't speak english and B. is from a poverty stricken country? Doesn't make sense to me!
                                      Because its cheaper
                                      Mechanical Bunny Media
                                      Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                                      Comment

                                      • Shinjiro
                                        Confirmed User
                                        • Dec 2005
                                        • 292

                                        #20
                                        I don't know about php scripts but when it comes to programming russians are great.
                                        Free Porn Videos

                                        AmateurAnal.com For Sale!

                                        Comment

                                        • spunkmister
                                          Confirmed User
                                          • Jun 2006
                                          • 1362

                                          #21
                                          Originally posted by MissFireCrotch
                                          Yeppers, "hey can I see your code, I haven't had time to start this yet". By the way, why would someone hire a programmer that A. doesn't speak english and B. is from a poverty stricken country? Doesn't make sense to me!
                                          not sure what that has to do with anything...there are incompetent workers the world over...Ive had the misfortune of working with quiet a few in the US alone.

                                          Comment

                                          • webgeek
                                            Confirmed User
                                            • Mar 2007
                                            • 165

                                            #22
                                            unfortunately there are lots of code monkeys that are unable to think call themselves programmes. bummer.
                                            webgeek

                                            Comment

                                            • MissFireCrotch
                                              Confirmed User
                                              • Jun 2007
                                              • 187

                                              #23
                                              Originally posted by spunkmister
                                              not sure what that has to do with anything...there are incompetent workers the world over...Ive had the misfortune of working with quiet a few in the US alone.
                                              topic of the thread "Do prgrammers from poor countries always fuck up complicated stuff?"
                                              Yes i know there are alot of black hat people not in poor countries but why increase your risk more scamming by going to a poor country for skilled labor on the net.
                                              Need some web dev? Contact ME
                                              ICQ - 366621126

                                              Comment

                                              • Well Dunn
                                                Confirmed User
                                                • Sep 2005
                                                • 1026

                                                #24
                                                all programmers fuck up everything, it's like a law or something =(
                                                ICQ: 471859252

                                                Mailers! ICQ me I want your traffic!!!!

                                                We will pay daily, weekly, monthly, WHATEVER! Just contact me and we will get you paid!

                                                Comment

                                                • spunkmister
                                                  Confirmed User
                                                  • Jun 2006
                                                  • 1362

                                                  #25
                                                  Originally posted by MissFireCrotch
                                                  topic of the thread "Do prgrammers from poor countries always fuck up complicated stuff?"
                                                  Yes i know there are alot of black hat people not in poor countries but why increase your risk more scamming by going to a poor country for skilled labor on the net.
                                                  maybe cause the people who hire them are looking for cheap labour? Why pay someone $40 for a job when it can be done for $10. For some the savings money wise is worth the risk that the job may not be done on time or the way you want it.

                                                  I've outsourced many projects to Indian labour and I've been satisfied with the results....I've also hired US people for jobs at almost 3 times the price and been screwed over. The problems that I have encountered with outsourced Non-US labour has cost me less than a 1/3 of what US based companies have.

                                                  If you hire people who post "I can work for 8 hours a day 7 days a week for $100 a month" then you deserve what you get...

                                                  Comment

                                                  • ladida
                                                    Confirmed User
                                                    • Nov 2005
                                                    • 2179

                                                    #26
                                                    I have quite the oposite experiences. Best programmers i ever worked with were russian or eastern europe block, and they generally work way harder and clearner then many western countries. Why do you figure there's that many viruses/trojans and such coming so much from those countries. Those guys know how to code very well.
                                                    agentGFY *at* gmail.com

                                                    Comment

                                                    • Egomancer
                                                      Confirmed User
                                                      • Dec 2005
                                                      • 2074

                                                      #27
                                                      There is no correlation between intelligence and location. Also there is no correlation between experience and location. However there is a correlation between price and experience and intelligence.

                                                      I think that this sums things up.

                                                      Egomancer
                                                      ICQ: 95-239-282
                                                      WWW: www.webprogrammers.eu
                                                      WWW:www.seodev.eu
                                                      Y!MSN: lord_ender

                                                      If you want to outsource any work to Romania - here I am !!!!

                                                      www.anotheranime.com | www.autotrafic.ro | www.jocurionline.ro

                                                      Comment

                                                      • sirkakashi08
                                                        Confirmed User
                                                        • May 2007
                                                        • 511

                                                        #28
                                                        owww! nerdy talks!
                                                        Porn Directory - PornSrch | The Best Porn Sites | Hot and Sexy Amateurs | Extreme Anal Action | Horny and Wet Asian Babe | The Porn Enthusiast

                                                        Comment

                                                        Working...