Sooner or later people will work out that we are ALL copyright holders. For every photo you take, joke you write, or funny cat gif you edit, you hold the copyright. Go ahead, make some and send them to your representative's office, to their kids, or to their parents. All you have to do is wait for them to forward them on to someone else, and then use the laws and tools they are introducing against them. The law will become reasonable again pretty quickly I think.
Yes, because the people using the public transport are decreasing the congestion on the roads, therefore making it possible to actually drive if you need to / choose to. Alternatively, we could build more roads - but that would also involve increasing tax to cover the construction and maintenance costs. So basically, subsidizing public transport doesn't cost more - and you get public transport that you can use if you ever need it.
TCP uses a mechanism called slow start. This starts out transmitting information at a slow rate, and gradually speeds up until it reaches the maximum the network can handle. For long-lived connections this is a really good approach, but for small requests such as a web page, it will probably transmit the entire file in the slow phase. If you then kill that TCP connection and start another for the next file, then the next file goes through the same slow start process.
HTTP 1.1 will re-use a single TCP connection to receive multiple files one after another - but that is still slow since the server has to finish sending one file before getting told what the next file is, and then going and loading that file from storage into memory and prepping it for sending. It would be quicker if you could say 'send me the following 20 files' at the start, and then the server could keep busy by loading the next file while the first one is being sent.
Because for HTTP you have multiple streams going to the same host, so you can share the TCP set-up costs across all of the streams. Starting multiple TCP connections to the same host would be slower.
By implementing multiple streams over a single TCP connection you only pay the TCP set-up cost (slow start, MTU discovery, etc) once. If you break it out into multiple TCP connections then you incur that cost for each stream. Since all the streams are going to the same host, you might as well share the same TCP connection.
Because drones at the moment are much closer to the bomber role than the fighter role. They are armed with air to ground ordinance, they are turbo-prop driven, and operate only in uncontested airspace.
The current generation of drones would be mostly ineffective in a battle against an enemy with an air force of their own. Even a 3rd generation fighter aircraft could take out modern drones without trying very hard, and I believe they can't presently arm drones such as the MQ-9 Reaper with air to air missiles (although they are working on that).
Put the turbines half way down. When you need extra power, run the water through them into the lower half of the the hole. When you have excess wind / solar power, pump the water back up to the top of the hole.
Have you ever written out a long and detailed response to an on-line post (or an email in a web based email client), and submitted it only to find out the network link is down, or the remote server is down, or you have moved out of wi-fi range, or any of a thousand other reasons why you can no longer submit the form?.
With local storage, the client side javascript can handle this for you by saving a draft copy locally, and then later when you have your link back again you can send it successfully.
What if the fans were mounted in the middle of the wheels, and tilted from vertical to horizontal when needed. There would need to be some kind of stand on the bike that held it in place while the wheels tilted around, and some handling of the rear wheel chain/shaft linkage, but that shouldn't be hard to do.
I generally believe this is a major factor in underestimation, Even a "good" manager will unconsciously apply pressure to produce optimistic estimates. I was once asked how "accurate" my estimates were, and I said +/- 15%. I was told to go away and work out a "3%" estimate. I added 12% and gave the numbers back - they went nuts. They expected the same numbers but with a promise that they were more accurate.
Unfortunately not, because you never got any work, so you went out of business. The company that lied about it has managed to suck another 50% out of the client - who has never heard of the sunk cost fallacy, and then used a bit of money from another contract to deliver something that has 75% for the functionality. The client is mostly happy because they asked for the world and got something that was almost good enough.
Actually Google is deducting the cost from their tax bill. The catering company is deducting the cost of the food, staff wages, and all other business expenses from their income. The only parts that probably gets taxed are the income of the catering company staff, and any profit that the catering company makes. Since catering typically has very low profit margins and pays minimum wages I expect this tax to be rather low.
One downside of Java EE is the standard web framework - JSF. Whilst it has its uses for the most part there are simpler options for a "typical" architecture - JSON over REST being presented via JQuery. Spring MVC is a good choice, as is Struts 2.
A restful back end driven by an html/js/ajax client is my favorite architecture as well, however if you want to do a server-generated dhtml style application, I would suggest you have a look at Stripes - It's everything that Struts should be (and isn't).
The only real issue in this whole debacle is the large loss in battery charge while the car was parked overnight. Looking at the graph that Musk posted here I can see the battery charge taking a steep dip right as the car is supposedly parked. The graph of remaining miles shows it even more clearly - obviously the computer was extrapolating from the sudden battery charge drop.
So, what caused the sudden drop? The speed graph isn't fine enough to determine of the car was driven, and although there is a cabin temperature spike, the reporter says that happened the next morning when he was told to run the heater for a while. The engineers were obviously thinking it was temperature related, and thought that with a bit of "conditioning" it would all be ok. Thus the suggestion to run the heater, and to slow-charge. Finally the assumed the computer had it wrong and told him it was ok to drive - and were probably wrong.
So, the only real conclusion left is that the battery actually lost charge overnight. Did Broder sabotage the result by running the heater longer than claimed, or drove around in circles (again) to run it down, or maybe he just left the headlights on overnight?. We'll probably never know.
The alternative is that the Tesla batteries discharge substantially when not being used in cold weather. That should actually be pretty easy for someone else to test.
Iran needs other countries to refine its oil into fuel
Actually you want to check that statement. Iran increased it's domestic refining capacity dramatically in the last decade and is mostly self sufficient in that capacity now. It's become a very mis-quoted fact.
Because without some sort of proof of a sound business model, a company can underbid/overbid (underbid on cost, overbid on the fees they will pay the government) just to get into the market. Then they can run the service into the ground, suck any money they can out into 'consulting fees' and other such expenses that end up in the investor's pockets, and then just go bankrupt. The government gets left holding the run down remains, and suddenly all the trains stop.
Why couldn't employees at a private company who were given the task of protecting vital infrastructure from threats be motivated by both love of country AND money? I'm sure contractors can find some patriotic security guards to employ.
I think you are missing a critical point about biometric identifiers however. A password can be change an infinite number of times, a token can be replaced an infinite number of times. A fingerprint? - well once you have changed it ten times you are out of luck.
Biometrics are just "something you have" but with limited ability to replace. Its a weak token at best.
Let me get this straight, you want the morons that you see trying to walk in the "exit only" doors at Walmart be allowed to handling highly flammable and explosive liquids on a daily basis? Brave call.
Two of those three factors - the "something you have" and the "something you know" can be changed. You can be issued a new security card, and you can change your password. The third factor - "something you are" can not be changed. This makes it a lot weaker than the other two factors because if at any time in your history it has been stolen, then it is no longer secure and useful - ever again.
What do you do when your security system requires all three factors, but you already know the "something you are" has been compromised? Let's say it's a staff member with high level security clearance who you know has had their biometrics copied. Do you fire them because they can no longer meet the three factor requirements? or do you just allow them to continue on with two factor? and if the latter, then why did you have the third to begin with?.
Pictures are very universal. Cave drawings of people hunting animals were immediately understood by people who discovered them. Put in blueprints of the site layout, use atomic model images to denote where material was stored, in what, etc.
Math is also very easy to convey graphically, especially binary. You just have to include a big 'key' at the start to define your symbols. Start with "0 1 10 11" (0,1,2,3) followed by "01 + 01 = 10" (1+1=2) to give the symbols for addition and equality, then multiplication ("10 x 10 = 100"), etc. Once you have the basics it will be easy to convey everything from atomic numbers to dates.
Sooner or later people will work out that we are ALL copyright holders. For every photo you take, joke you write, or funny cat gif you edit, you hold the copyright. Go ahead, make some and send them to your representative's office, to their kids, or to their parents. All you have to do is wait for them to forward them on to someone else, and then use the laws and tools they are introducing against them. The law will become reasonable again pretty quickly I think.
Yes, because the people using the public transport are decreasing the congestion on the roads, therefore making it possible to actually drive if you need to / choose to. Alternatively, we could build more roads - but that would also involve increasing tax to cover the construction and maintenance costs. So basically, subsidizing public transport doesn't cost more - and you get public transport that you can use if you ever need it.
TCP uses a mechanism called slow start. This starts out transmitting information at a slow rate, and gradually speeds up until it reaches the maximum the network can handle. For long-lived connections this is a really good approach, but for small requests such as a web page, it will probably transmit the entire file in the slow phase. If you then kill that TCP connection and start another for the next file, then the next file goes through the same slow start process.
HTTP 1.1 will re-use a single TCP connection to receive multiple files one after another - but that is still slow since the server has to finish sending one file before getting told what the next file is, and then going and loading that file from storage into memory and prepping it for sending. It would be quicker if you could say 'send me the following 20 files' at the start, and then the server could keep busy by loading the next file while the first one is being sent.
Because for HTTP you have multiple streams going to the same host, so you can share the TCP set-up costs across all of the streams. Starting multiple TCP connections to the same host would be slower.
By implementing multiple streams over a single TCP connection you only pay the TCP set-up cost (slow start, MTU discovery, etc) once. If you break it out into multiple TCP connections then you incur that cost for each stream. Since all the streams are going to the same host, you might as well share the same TCP connection.
Because drones at the moment are much closer to the bomber role than the fighter role. They are armed with air to ground ordinance, they are turbo-prop driven, and operate only in uncontested airspace.
The current generation of drones would be mostly ineffective in a battle against an enemy with an air force of their own. Even a 3rd generation fighter aircraft could take out modern drones without trying very hard, and I believe they can't presently arm drones such as the MQ-9 Reaper with air to air missiles (although they are working on that).
a large hole next to a large hill that you dug out yourself? I wonder if there are any studies on the practicality of man-made hydro storage,
Put the turbines half way down. When you need extra power, run the water through them into the lower half of the the hole. When you have excess wind / solar power, pump the water back up to the top of the hole.
Actually math is probably the better option than pictures. I II III IIII IIIII I+II=III II.II=IIII III-I=II
Have you ever written out a long and detailed response to an on-line post (or an email in a web based email client), and submitted it only to find out the network link is down, or the remote server is down, or you have moved out of wi-fi range, or any of a thousand other reasons why you can no longer submit the form?.
With local storage, the client side javascript can handle this for you by saving a draft copy locally, and then later when you have your link back again you can send it successfully.
What if the fans were mounted in the middle of the wheels, and tilted from vertical to horizontal when needed. There would need to be some kind of stand on the bike that held it in place while the wheels tilted around, and some handling of the rear wheel chain/shaft linkage, but that shouldn't be hard to do.
I generally believe this is a major factor in underestimation, Even a "good" manager will unconsciously apply pressure to produce optimistic estimates. I was once asked how "accurate" my estimates were, and I said +/- 15%. I was told to go away and work out a "3%" estimate. I added 12% and gave the numbers back - they went nuts. They expected the same numbers but with a promise that they were more accurate.
Unfortunately not, because you never got any work, so you went out of business. The company that lied about it has managed to suck another 50% out of the client - who has never heard of the sunk cost fallacy, and then used a bit of money from another contract to deliver something that has 75% for the functionality. The client is mostly happy because they asked for the world and got something that was almost good enough.
Actually Google is deducting the cost from their tax bill. The catering company is deducting the cost of the food, staff wages, and all other business expenses from their income. The only parts that probably gets taxed are the income of the catering company staff, and any profit that the catering company makes. Since catering typically has very low profit margins and pays minimum wages I expect this tax to be rather low.
Yes, but your mom doesn't get to claim the cost of buying and preparing that hot pocket off her taxes. Google does. So not equivalent.
One downside of Java EE is the standard web framework - JSF. Whilst it has its uses for the most part there are simpler options for a "typical" architecture - JSON over REST being presented via JQuery. Spring MVC is a good choice, as is Struts 2.
A restful back end driven by an html/js/ajax client is my favorite architecture as well, however if you want to do a server-generated dhtml style application, I would suggest you have a look at Stripes - It's everything that Struts should be (and isn't).
The only real issue in this whole debacle is the large loss in battery charge while the car was parked overnight. Looking at the graph that Musk posted here I can see the battery charge taking a steep dip right as the car is supposedly parked. The graph of remaining miles shows it even more clearly - obviously the computer was extrapolating from the sudden battery charge drop.
So, what caused the sudden drop? The speed graph isn't fine enough to determine of the car was driven, and although there is a cabin temperature spike, the reporter says that happened the next morning when he was told to run the heater for a while. The engineers were obviously thinking it was temperature related, and thought that with a bit of "conditioning" it would all be ok. Thus the suggestion to run the heater, and to slow-charge. Finally the assumed the computer had it wrong and told him it was ok to drive - and were probably wrong.
So, the only real conclusion left is that the battery actually lost charge overnight. Did Broder sabotage the result by running the heater longer than claimed, or drove around in circles (again) to run it down, or maybe he just left the headlights on overnight?. We'll probably never know.
The alternative is that the Tesla batteries discharge substantially when not being used in cold weather. That should actually be pretty easy for someone else to test.
Iran needs other countries to refine its oil into fuel
Actually you want to check that statement. Iran increased it's domestic refining capacity dramatically in the last decade and is mostly self sufficient in that capacity now. It's become a very mis-quoted fact.
Because without some sort of proof of a sound business model, a company can underbid/overbid (underbid on cost, overbid on the fees they will pay the government) just to get into the market. Then they can run the service into the ground, suck any money they can out into 'consulting fees' and other such expenses that end up in the investor's pockets, and then just go bankrupt. The government gets left holding the run down remains, and suddenly all the trains stop.
Why couldn't employees at a private company who were given the task of protecting vital infrastructure from threats be motivated by both love of country AND money? I'm sure contractors can find some patriotic security guards to employ.
I think you are missing a critical point about biometric identifiers however. A password can be change an infinite number of times, a token can be replaced an infinite number of times. A fingerprint? - well once you have changed it ten times you are out of luck.
Biometrics are just "something you have" but with limited ability to replace. Its a weak token at best.
Let me get this straight, you want the morons that you see trying to walk in the "exit only" doors at Walmart be allowed to handling highly flammable and explosive liquids on a daily basis? Brave call.
Two of those three factors - the "something you have" and the "something you know" can be changed. You can be issued a new security card, and you can change your password. The third factor - "something you are" can not be changed. This makes it a lot weaker than the other two factors because if at any time in your history it has been stolen, then it is no longer secure and useful - ever again.
What do you do when your security system requires all three factors, but you already know the "something you are" has been compromised? Let's say it's a staff member with high level security clearance who you know has had their biometrics copied. Do you fire them because they can no longer meet the three factor requirements? or do you just allow them to continue on with two factor? and if the latter, then why did you have the third to begin with?.
Pictures are very universal. Cave drawings of people hunting animals were immediately understood by people who discovered them. Put in blueprints of the site layout, use atomic model images to denote where material was stored, in what, etc.
Math is also very easy to convey graphically, especially binary. You just have to include a big 'key' at the start to define your symbols. Start with "0 1 10 11" (0,1,2,3) followed by "01 + 01 = 10" (1+1=2) to give the symbols for addition and equality, then multiplication ("10 x 10 = 100"), etc. Once you have the basics it will be easy to convey everything from atomic numbers to dates.