Originally posted by Asher
View Post
Announcement
Collapse
No announcement yet.
On average, how many hours are in your work week?
Collapse
X
-
-
Originally posted by loinburger View PostWe merged with a German company a year ago, but fortunately the time zone difference hasn't mattered much - they don't write any code for us, and the code I write for them doesn't need immediate feedback e.g. "Here's Class1, I'm going to work on Class2 and Class3 while you review it"
I get back all kinds of brilliant code from them.
In the past few weeks they forgot the extra = in the equality comparison in an if statement twelve times in one commit (I assume they copied and pasted...).
They also have a nasty and inexplicable habit of double negatives. if(!!wide), etc. ****ing bizarre."The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
My only real experience with globalization was the time I was a contractor for a Swedish company - half of their database keys were in Swedish and half were in English, often mixing and matching on the same table.
The code I'm currently writing is supposed to run in both the US and Germany, but that's easy - I'm only doing back-end work, so I just need to read in exception messages from a database so that the Germans get German exception strings. (Obviously my code would never throw an exception, but, just in case.)Last edited by loinburger; October 22, 2011, 18:09.<p style="font-size:1024px">HTML is disabled in signatures</p>
Comment
-
Originally posted by loinburger View PostIs outsourcing a net gain or a net loss for your company?
For $50,000 we can buy 5 "senior" developers for 10 months. We a project management rule of thumb, we assume 33% productivity for each one of them vs a local developer. Plus they are only given tasks with clear, explicit requirements. Locally we handle more researchy or exploratory tasks, they handle the codemonkey work."The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
I'll most likely be working for a defense contractor over the summers and when I graduate, since I don't plan on leaving the Washington DC/Northern Virginia region, so I doubt I'm going to have to deal with much outsourcing.If there is no sound in space, how come you can hear the lasers?
){ :|:& };:
Comment
-
Originally posted by Asher View PostThey also have a nasty and inexplicable habit of double negatives. if(!!wide), etc. ****ing bizarre.
if(bool1 == false)
return false;
else if(bool1 == true)
return true;
loin: Why don't you just return the boolean?
Student: I can do that???<p style="font-size:1024px">HTML is disabled in signatures</p>
Comment
-
Originally posted by Hauldren Collider View PostI'll most likely be working for a defense contractor over the summers and when I graduate, since I don't plan on leaving the Washington DC/Northern Virginia region, so I doubt I'm going to have to deal with much outsourcing.And there's really no better feeling, is there?
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
Originally posted by Asher View PostThe big plus about working for defense contractors is you get to go home at the end of the day knowing that you made a difference in this world: contributing to the deaths of others.And there's really no better feeling, is there?
Comment
-
Originally posted by Asher View PostThe big plus about working for defense contractors is you get to go home at the end of the day knowing that you made a difference in this world: contributing to the deaths of others.And there's really no better feeling, is there?
I'm not the one who decided to buy the stuff. I'm not going to move away when I can find perfectly good work at decent pay. I also totally understand that the industry as a whole is much larger than it should be, and would not vote or lobby to keep it the size it is.If there is no sound in space, how come you can hear the lasers?
){ :|:& };:
Comment
-
I used to work for the air force research laboratory, but I slept well at night knowing that everything I did was worthless.
General Warmonger: So, what have you been working on?
loin: A compiler!
GW: What does it do?
loin: It... ummm.. compiles the enemy to death!
GW: Awesome<p style="font-size:1024px">HTML is disabled in signatures</p>
Comment
-
I wouldn't work for the government directly. Also, the contractors I've worked for so far by the way did mainly civilian projects. The defense contractor I worked for two summers ago did a lot of work for oceanic research groups at universities as well as work on navy submarines.If there is no sound in space, how come you can hear the lasers?
){ :|:& };:
Comment
-
'bout 50 now. Used to be more, and will probably go back up when my kids are older and don't want to spend as much time with me.
I spend about 7 hours a day during "normal" business hours and 2-4 hours off-hours, either just working late on things I prefer to do without distraction, but also making myself available for different timezones (China, Germany, eastern U.S.). Sounds like my situation is similar to Asher, but in my case it isn't so much babysitting less-skilled folks as it is co-ordinating efforts across multiple teams/products/components - there are precious few folks I can rely on to keep the "big picture" in mind all the time.
Comment
-
50-60 hours, sometimes more. Self-employed.
Varies with client demand and my mood. In the evenings, I do a fair amount of "hang out with the fam watching TV, but laptop is on and some emails are answered and/or occasional work gets done," so it's hard to put an exact number on this.Apolyton's Grim Reaper 2008, 2010 & 2011
RIP lest we forget... SG (2) and LaFayette -- Civ2 Succession Games Brothers-in-Arms
Comment
Comment