That is a good point, Orbital ATK was more of a vertical integration move. This seems like it is more possible to create efficiency instead of trying to screw the customer (the US government) out of more money.
Though it is a nice system. Thiokol got government contracts to build way too many ICBMs, and Orbital gets contracts to turn those ICBMs into satellite launchers.
Either way, they understand the future is their own completely new rockets. Antares will be flying again soon.
ULA was the result of exactly this. The four biggest aerospace companies all merged into two, Boeing/McDonald Douglass and Lockheed/Martin, then those two formed ULA as a joint venture. This is why ULA's Delta and Atlas are entirely different systems. They were created by different companies. They realized it was smart to not compete since they had nearly all big military launches.
Presumably their next rocket, Vulcan, will be a replacement for both Delta and Atlas.
Also, Alliant bought Orbital to form Orbital ATK, doing the exact same thing.
I think the union just acknowledged that nobody is safe with their drivers, no matter what. Shameful that they are pressing the attack in light of the fact that one of their drivers is responsible.
No I am using the term "drivers" divisively. If they truly were engineers, they would be demanding safety protocols to be implemented and equipment to be installed.
Let me guess, you and GGP write Python? Starting out in C, I can't get my head around any language that doesn't have a bracket system.
I am not saying you can't do dumb things with {}. (I am not sure what the term for the brace style is called.) In fact it makes it easier to do dumb things in some instances. But it also lets you do one liner things to make the code more readable. (such as the parenteticals in this paragraph (of course sometimes they make it harder to read such as this one))
I wonder if with Java 8 and the ability to do lambdas and more complex functional programming techniques will hurt Java in the long run. I do Java as my day job, and have only recently finally been able to do Java 8 at work in the past few months. I am a big proponent of functional programming practices, and we do a lot of Javascript front end.
Pre-Java 8 I was always concerned that the language would decay since it is syntatically decades old, and become the COBOL for the new millenium. I know I can jump into whatever the flavor of the month is, but I have always been happy doing this. Of course, flavor of them month became flavor of the year, then flavor of the decade... and now I have been doing Java for over 15 years. It sill might become the next COBOL, but it is flexible enough that you can do pretty much any business programming you ever need, while being interesting enough to bring in new programmers out of school.
But my work has a small number of highly experienced developers. If I was still working at a big soulless corporation with dozens of bottom tier developers mixed in with the seasoned pros, I wonder if this would result in the code being unreadable? I have seen some terrible code in java 4 and 5, I can only imagine the horrors an idiot could wreak with lambdas. Granted, I am sure most of them are still doing java 6 compatible code, since only small companies can afford to change momentum and upgrade.
Why are we continuing to post articles about this conspiracy theory? Listen to it, "The more average and unassuming the guy seems, the more likely he is the Bitcoin founder!"
Oh, these fucking things. I guess the point behind them was to create such annoyingly long lines for drinks that people stop going back for refills. Continuously out of ice, touch screen does not work consistently, takes forever to navigate menus. Could have been awesome, but totally missed the mark. People behind me in line get annoyed when I want half lemonade and half-soda water. Oh sorry, the v2 interface calls it "sparkling Dasani" (really) Fuck you, Coke.
If women are underpresented in some field, then of course they must be overpresented in some other, or underpresented in the workforce as a whole. So yes, not having enough men in Nursing and Elementary Education is part of the same problem. And Elementary Education is indeed a more important field to focus on, because it's where children get their first touch with Real World.
Yes, I always wonder why isn't that problem one we MUST SOLVE NOW(tm)? In fact, getting more men involved in primary education, nursing, and other fields would be a good way to balance out the genders in STEM. But I guess what the feminists want is for men in STEM to be fired and be unemployed, not for them to move to other jobs? I don't even know what they want anymore.
I also like that the automatic assertion that a gender imbalance anywhere must be sexism.
Agreed, these "private property" analogies fall apart badly. I could easily say something stupid like "If I put a sign on my house that says 'Do not look at my house under penalty of law.' and there is no fence or anything", is it enforcable? Of course not.
That is a good point, Orbital ATK was more of a vertical integration move. This seems like it is more possible to create efficiency instead of trying to screw the customer (the US government) out of more money.
Though it is a nice system. Thiokol got government contracts to build way too many ICBMs, and Orbital gets contracts to turn those ICBMs into satellite launchers.
Either way, they understand the future is their own completely new rockets. Antares will be flying again soon.
ULA was the result of exactly this. The four biggest aerospace companies all merged into two, Boeing/McDonald Douglass and Lockheed/Martin, then those two formed ULA as a joint venture. This is why ULA's Delta and Atlas are entirely different systems. They were created by different companies. They realized it was smart to not compete since they had nearly all big military launches.
Presumably their next rocket, Vulcan, will be a replacement for both Delta and Atlas.
Also, Alliant bought Orbital to form Orbital ATK, doing the exact same thing.
I think the union just acknowledged that nobody is safe with their drivers, no matter what. Shameful that they are pressing the attack in light of the fact that one of their drivers is responsible.
No I am using the term "drivers" divisively. If they truly were engineers, they would be demanding safety protocols to be implemented and equipment to be installed.
If the power goes out you don't Fallon a hard surface.
This takes a lot of power and I don't see a big tank for fuel. So I expect that was its range.
There is a lot of energy to lift itself and say 150lbs of person.
Jimmy Fallon?
I keep reading AI (A.I.) as Al (as in "Weird Al").
Completely changes the tone of the summary.
This makes it seem like they wish there were more female serial killers.
Well.. as long as they were killing men, of course.
Let me guess, you and GGP write Python? Starting out in C, I can't get my head around any language that doesn't have a bracket system.
I am not saying you can't do dumb things with {}. (I am not sure what the term for the brace style is called.) In fact it makes it easier to do dumb things in some instances. But it also lets you do one liner things to make the code more readable. (such as the parenteticals in this paragraph (of course sometimes they make it harder to read such as this one))
What do you suggest as an alternative?
I had a spherical reference once...
throw up;
That one never gets old. My favorite is:
public void loveYou(long time);
You can add an extra pun by adding a comment // this function takes a long time.
I wonder if with Java 8 and the ability to do lambdas and more complex functional programming techniques will hurt Java in the long run. I do Java as my day job, and have only recently finally been able to do Java 8 at work in the past few months. I am a big proponent of functional programming practices, and we do a lot of Javascript front end.
Pre-Java 8 I was always concerned that the language would decay since it is syntatically decades old, and become the COBOL for the new millenium. I know I can jump into whatever the flavor of the month is, but I have always been happy doing this. Of course, flavor of them month became flavor of the year, then flavor of the decade... and now I have been doing Java for over 15 years. It sill might become the next COBOL, but it is flexible enough that you can do pretty much any business programming you ever need, while being interesting enough to bring in new programmers out of school.
But my work has a small number of highly experienced developers. If I was still working at a big soulless corporation with dozens of bottom tier developers mixed in with the seasoned pros, I wonder if this would result in the code being unreadable? I have seen some terrible code in java 4 and 5, I can only imagine the horrors an idiot could wreak with lambdas. Granted, I am sure most of them are still doing java 6 compatible code, since only small companies can afford to change momentum and upgrade.
I've always admired people who could draw things they've never seen!
Perhaps it is a self portrait?
I never gave them any false information.
I told them my name was Cash.
I hear the train a comin'.
Why are we continuing to post articles about this conspiracy theory? Listen to it, "The more average and unassuming the guy seems, the more likely he is the Bitcoin founder!"
Oh, these fucking things. I guess the point behind them was to create such annoyingly long lines for drinks that people stop going back for refills. Continuously out of ice, touch screen does not work consistently, takes forever to navigate menus. Could have been awesome, but totally missed the mark. People behind me in line get annoyed when I want half lemonade and half-soda water. Oh sorry, the v2 interface calls it "sparkling Dasani" (really) Fuck you, Coke.
GP never said it was. But that is at least the perceived reason. People think a Keurig is more convenient than making actual coffee themselves.
Holy crap it actually exists.
My favorite late night cable moment was seeing a 6 Hour Power commercial right after a 5 Hour Energy commercial.
Instructions Unclear: Used bullets as toilet paper.
Then I will be a mile away from you... and I will have your shoes.
If women are underpresented in some field, then of course they must be overpresented in some other, or underpresented in the workforce as a whole. So yes, not having enough men in Nursing and Elementary Education is part of the same problem. And Elementary Education is indeed a more important field to focus on, because it's where children get their first touch with Real World.
Yes, I always wonder why isn't that problem one we MUST SOLVE NOW(tm)? In fact, getting more men involved in primary education, nursing, and other fields would be a good way to balance out the genders in STEM. But I guess what the feminists want is for men in STEM to be fired and be unemployed, not for them to move to other jobs? I don't even know what they want anymore.
I also like that the automatic assertion that a gender imbalance anywhere must be sexism.
Agreed, these "private property" analogies fall apart badly. I could easily say something stupid like "If I put a sign on my house that says 'Do not look at my house under penalty of law.' and there is no fence or anything", is it enforcable? Of course not.
I wasn't planning on sleeping tonight anyhow.
Whatever you do, don't tell someone to shut up, you will get sued for that.
Downgraded to GrooveEvilTrout.
Well, it certainly is if you ask mathematicians. :)