Where did the US leave off? It has missions to the Kuiper Belt, several planets, and many in Earth orbit today. The decision to reduce or eliminate manned spaceflight makes perfect sense now that semi-autonomous satellites and landers are available.
You are the one spreading FUD. Earthquake swarms like the one OK is having now have occurred many times in the past, long before gas well drilling started. There's no reason other than FUD to associate the tremors with human activity.
This sounds like great family time together. Kids working with their parents on any project, be it gardening, making same kind of art work, working on the car, whatever, is how children should spend a lot of their time. Far better than plopping them in front of a TV or game console.
1996 was the year of Linux on the desktop
on
KDE Turns 19
·
· Score: 5, Funny
Looks like Dice and slashdot are gearing up for the election year - with all the usual liberal talking points. The only question is who's paying for it?
They already have an expert witness - the author of the program. He is willing to testify how his program reached the conclusion it did. At some point you need to accept whether or not an expert is indeed an expert, otherwise you get into an infinite loop of "my expert needs to verify your expert's expertise"
In this case the defense is on a fishing trip to find a bug or two in the code, which they will then use to discredit the entire program even if the bug has nothing to do with the conclusion.
All that said, I agree that the source should be made available.
But the punishment might be appropriate, depending on how much it cost the company to recover from the hack. Typically something like that ends up costing the victim tens of thousands of dollars; it's the same as if he stole that much money or torched someone's car.
That movie was made in 1915, about 50 years after the Civil War ended. Her question wasn't really that absurd - she was just off a few decades on when the first movies were made.
The point (which I agree with) is that inmates who want to improve their lives enough to get a degree are the ones who won't be back. Trying to force others to get a degree in hopes of them not returning to the 'hood is a pipe dream.
Wind power, including U.S. subsidies, became the cheapest electricity in the U.S. for the first time last year4, according to BNEF.
Why include subsidies? They don't lower the cost, they only chage who pays the bill.
However, in locations where wind is a good option the combination of wind, hydro, and natural gas makes a lot of sense. Especially if you have a few good nuclear plants to handle the load that wind and hydro can't supply at their peak.
I suspect it's more like supporting their own view of the world. People who subscribe to NYT or WSJ want news with the editorial spin from those sources to be widely distributed. Same with people who donate to and support congressional funding for NPR.
To a certain degree, you can optimize a process by splitting tasks in independent subtasks, preferably assigned to one person each.
However, there are several major problems:
1) some tasks are not as independent as you may imagine
2) some tasks require that people with multiple domains work on them
3) some tasks are so long that it slows down the entire process. It is well known in Supply Chain that a single bottlenecks reduce your output.
4) splitted tasks become boring as hell
5) working alone doesn't improve your knowledge
In my experience, your first point is where most attempts at microservices fail. Someone designs a monolithic application - then management chops it up into little pieces and thinks they have microservices. But they don't have microservices because all the same interdependencies are still there. All they have are chunks of a bigger program.
Where did the US leave off? It has missions to the Kuiper Belt, several planets, and many in Earth orbit today. The decision to reduce or eliminate manned spaceflight makes perfect sense now that semi-autonomous satellites and landers are available.
Grade school teacher seems more like a caretaking job
Unfortunately, many grade school teachers think that. But it shouldn't be.
Energy efficient perhaps, but silly. It is so much easier to manufacture the fuel on Earth and launch it even if it does require a bigger booster.
Then why would the Chinese find value in these reviews?
Per an old Chinese saying: "a journey of a thousand miles begins with a single step".
This is a start for them getting the source code for everything without having to hack into servers.
How much of IBM's code development has already been outsourced to China? I don't think they employ very many programmers in the US anymore.
Is any rating on the internet not suspect? I sure don't trust any, especially if there's money involved.
You are the one spreading FUD. Earthquake swarms like the one OK is having now have occurred many times in the past, long before gas well drilling started. There's no reason other than FUD to associate the tremors with human activity.
It is the cause when your gas turbines are being used to supply base load instead of topping off at peak.
Seems we get a slashvertisement every day pimping one or another of his businesses - Tesla, SpaceX, SolarCity.
This sounds like great family time together. Kids working with their parents on any project, be it gardening, making same kind of art work, working on the car, whatever, is how children should spend a lot of their time. Far better than plopping them in front of a TV or game console.
Dang, I missed it.
A painting of a soup can is art. Rap is considered music (by some, not me).
Looks like Dice and slashdot are gearing up for the election year - with all the usual liberal talking points. The only question is who's paying for it?
They already have an expert witness - the author of the program. He is willing to testify how his program reached the conclusion it did. At some point you need to accept whether or not an expert is indeed an expert, otherwise you get into an infinite loop of "my expert needs to verify your expert's expertise"
In this case the defense is on a fishing trip to find a bug or two in the code, which they will then use to discredit the entire program even if the bug has nothing to do with the conclusion.
All that said, I agree that the source should be made available.
It's unlikely he'll serve that much time.
But the punishment might be appropriate, depending on how much it cost the company to recover from the hack. Typically something like that ends up costing the victim tens of thousands of dollars; it's the same as if he stole that much money or torched someone's car.
That would seem to violate several of the rules of the competition. But it's a pretty cool idea as long as you don't get killed launching it.
That movie was made in 1915, about 50 years after the Civil War ended. Her question wasn't really that absurd - she was just off a few decades on when the first movies were made.
The point (which I agree with) is that inmates who want to improve their lives enough to get a degree are the ones who won't be back. Trying to force others to get a degree in hopes of them not returning to the 'hood is a pipe dream.
And when they do "wipe" a device they still could leave thousands of emails behind. Some of them might even be classified.
Remind me again how much oil do we get from Afghanistan?
Wind power, including U.S. subsidies, became the cheapest electricity in the U.S. for the first time last year4, according to BNEF.
Why include subsidies? They don't lower the cost, they only chage who pays the bill.
However, in locations where wind is a good option the combination of wind, hydro, and natural gas makes a lot of sense. Especially if you have a few good nuclear plants to handle the load that wind and hydro can't supply at their peak.
He also didn't say it would be the default on "Linux" (whatever that is). Just Ubuntu.
with the only real "news" being the USA Today insert.
You're kidding, right? USAToday is among the most biased out there.
I suspect it's more like supporting their own view of the world. People who subscribe to NYT or WSJ want news with the editorial spin from those sources to be widely distributed. Same with people who donate to and support congressional funding for NPR.
To a certain degree, you can optimize a process by splitting tasks in independent subtasks, preferably assigned to one person each.
However, there are several major problems:
1) some tasks are not as independent as you may imagine
2) some tasks require that people with multiple domains work on them
3) some tasks are so long that it slows down the entire process. It is well known in Supply Chain that a single bottlenecks reduce your output.
4) splitted tasks become boring as hell
5) working alone doesn't improve your knowledge
In my experience, your first point is where most attempts at microservices fail. Someone designs a monolithic application - then management chops it up into little pieces and thinks they have microservices. But they don't have microservices because all the same interdependencies are still there. All they have are chunks of a bigger program.