There's a large percentage of people who don't have large hands. Most women, teenagers, and even some men do not have large hands. Personally, I'm of the idea that if I want a large screen, I'll use a tablet. There's very few situations I find myself in where I wish my phone were bigger. There's a lot of situations where a 5.5 inch phone would be too large to bring with me. But most of the time where it would be convenient to have a 5.5 inch phone, I could easily bring a 4 inch phone and a 7 inch tablet.
Also worth pointing out that the factories and barracks were programmable. You could tell your factor to output 3 tanks, 6 jeeps and a helicopter (making up the units for an example, I don't remember the actual units) and it would produce that sequence as often as you liked. It was great to have an RTS that didn't have you micro managing everything.
Eventually if nobody fits in the seats, then people will stop booking seats on that airline. On the other hand, some people might think that stand up seating similar to the SkyRider would be a welcome option on shorter flights if it meant lower ticket prices. It's like saying that people shouldn't be able to operate a hostel or a capsule hotel because a large percentage of the population doesn't find that type of accommodation adequate, when it works well for a large number of people.
I'm with the parent. If I can't fall asleep, or read a book, or watch a movie, then I'm not interested. Unless they can do it for the same price, or minimal price difference than a similar car without the feature. It would be nice to have my car drive down the road for me. But if I still have to pay attention to traffic and have my hands on the wheel, then it's not really giving me much of and advantage over traditional driving. Personally, I think it would be more dangerous because if the system works well enough, I may be lulled into false sense of security, causing me to not pay attention. When the car inevitably has a problem, I'm not going to be watching, and I'm not going to be prepared to take over in sufficient time to correct the problem.
Anyone can do this "recall" themselves with 50 cents worth of keyring parts from the local hardware store!
And that is exactly why they fixed it this way. Because it fixes the problem with minimal cost of materials, and minimal labor. Replacing the lock cylinder would not only be a more complex task tin terms of parts, but it would also require a mechanic to install it. By replacing the key fob, they can just mail out the replacement. A really smart engineer would have tried to get away with issuing customers a detachable key ring that would allow the key fob to be used without keys hanging off of it (assuming i'm understanding the problem correctly).
It may be peanuts to a company like Google that is used to dealing with large amounts of data. But to an organization like NYPD which isn't used to handling such large amounts of data, and it becomes a problem. Do they try to manage it internally? Do they contract it out to someone else? We saw how well that worked for Obamacare.
I would hate to imagine the data bill that would be incurred from uploading all that data, It would probably be a couple gigabytes, per shift. NYC has a lot of police officers. Also, there's a lot of cases where there would be no cellular connection, like in subway trains, or under bridges. Certain buildings do a pretty good job of cutting off cell reception in the elevators. All the tall buildings in New York create quite a few dead zones, or at least places with less than optimal signal levels which would make uploading video in real time a big problem. Also, what happens when there's a riot, and you get 100 officers all standing in one spot trying to upload video in real time to the same cell tower. Can the towers handle that kind of traffic?
There are 34000 uniformed officers in New York City, and they have 8800 cars. Lets assume that there are 5000 officers working at any one time (that's probably understimating it). Let's say it's 1 mbit/s to get decent video recording. That means the generate 51 TB of data every day. That's 18 petabytes a year. That becomes a storage problem really fast.
I've worked with major corporations that have let domain names lapse. Not their main official one, but still a domain name they were using for a pretty big project. I don't know why they wouldn't just use a subdomain, but after working with some corporations, it was probably easier for them to set up a whole new domain than to get their IT team to create a new subdomain of the main one. Of course the guy who originally created the domain might have since left the company, and they may have no idea what the credentials are for logging into the account to renew the domain.
Not just freelancers, but any business use whatsoever. It's amazing the number of businesses that use ISP email addresses or email addresses from some free service (hotmail, gmail, yahoo, etc.) as their primary contact on business correspondence.
I would add in personal use as well, but it's hard to convince the generic home user of the benefits of owning their own domain name and email address. The best you can hope for with most of them is to use a dedicated email service like gmail rather than what their ISP gives them. No to mention, having your own domain name comes with its own set of problems. Paying to renew the domain name, as well as paying for a hosting service to handle your email isn't fee. Most home users are far more likely to forget to renew their domain name and have it snatched up by a domain squatter than to have a problem with GMail or a similar service.
Maybe you just know different types people than I do, but I very seldom find men that would take the time to watch something just to see a pretty woman. If men want to see pictures of women, they'll go looking specifically for pictures of women. They won't try to catch a glimpse of a good shot that may be in a TV show. As far as my experiences go, women are far more likely to watch a show or see a movie simply because a certain actor is in the movie.
I think the problem is that most people lie or are overestimating how much exercise they do. The human body is a pretty remarkable machine, we are very efficient when walking and running. Our biology is designed for it. So you won't burn that many calories by going for a walk or a slow jog. I find it amazing how slow some people can jog, and still think like they are getting a good work out.
From a quick Google search, it looks like 10,000 steps a day will burn 3500 Calories A WEEK. That's only an extra 500 Calories a day. That can easily be offset by eating unhealthy throughout the day.
I'm with you about what you are saying about diet. People need to eat a reasonable amount of Calories, but they shouldn't be putting their body at a deficit, and only eating 1000 or 1500 Calories a day. But exercise is a big part, because everybody will cheat on their diet from time to time. You have to exercise to use up the extra energy. Also, exercising keeps your lungs, heart, bones and muscles healthy. Eating just the right number of Calories to keep you thin, but you won't be healthy.
To anybody with sufficient knowledge of math and programming, the second is actually more readable, because it's easier to discern what the values are and where the operators are. Assuming you aren't using simple variable names, but rather more descriptive terms, look at the following.
MULTIPLY LENGTH BY WIDTH GIVING AREA
and
AREA = LENGTH * WIDTH
In the first option, everything is a word, making it hard for your eyes to pick out exactly what's going on. But in the second one, you know right away that you are dealing with AREA, LENGTH, and WIDTH. You know you are dealing with an assignment looking at the start of the statement, and it's easy to see that you are multiplying.
It already exists. It's called the VB.Net compiler. I swear that VB was designed to look like pseudocode. I use it at work, and actually find the readability of it quite good.
Exactly. If you work in the service industry, you should be prepared to work when the people who aren't in the service industry are not working. Shops that close at 6 PM every night are at a severe disadvantage, at least when it comes to getting my business. As are shops that refuse to open before 9 AM. If you're only open the hours I'm at work, I'm not going to shop at your store.
I guess it depends on where you think the bottle neck would be and where you want to optimize. Is the bottleneck in your CPU, and you want to make sure you can use all the registers, or is the bottleneck in the amount of memory you have, causing your device to swap things out of RAM more often? Running a full desktop OS with full desktop applications on 2GB of ram is already pushing the limits on the minimum amount of RAM that most users could deal with. It may make sense to conserve memory as much as possible so you don't swap to disk, because that will greatly affect the user experience, rather than run the loaded process just a little faster because you have extra registers.
There are devices sold that have a 32 bit OS installed. For devices that will never have more than 2 GB of RAM, it makes sense to save a little bit of memory by using the 32 bit version when it is all that is needed. Granted, it won't be long before just about every device has 4GB of RAM, and we will completely lose the 32 bit build.
I don't think Windows can't be sure whether or not a license has been paid for. I highly doubt there's a bit in the DVD drive firmware saying the license was paid for. If this was the case, Windows would be able to play DVDs as it has the complete functionality built in, but refuses to play discs simple because it thinks you haven't paid for a license.
Not only that, but an autonomous car that isn't good enough to drive itself without the person having controls probably isn't good enough to be on the road at all.
The car should either have controls for a human, and expect the human to be operating them. Or it should not have human controls and do all the driving itself. Having the car do all the driving for weeks or months on end, lulling the person into a false sense of security, and then one day expect the driver to take over the controls at some random time is just asking for problems. The driver will most likely not be paying attention to the road if they haven't had to do anything with the controls for the past 3 months. The person will either be reading, playing video games, watching a movie, sleeping, doing their makeup, or any other number of things which means they aren't watching the road, and don't have their hands on the controls ready to take over. Sure the car could enforce that you have your hands on the wheel, ready to take over. But, what's the point of paying all the extra for a self driving car if you have to basically act like you are driving it anyway.
I'm hoping that they move to more of a Mac model where they will release more frequent updates and charge less for updates. Shelling out $100 for an operating system upgrade on a $400 computer that is 3 years old isn't something I'm likely to do. Especially when computers that old may not have compatible drivers released for the new OS version. I'll just wait until I buy a new computer. Charging $30-$40 for the upgraded version every year isn't much to keep my computer running the latest software.
The problem is defining what "third-party crapware" means. Windows doesn't come with the ability to play DVDs, because of licensing costs. So some OEMs throw in a program to play DVDs because it's easier than dealing with customers who complain that they just bought a computer with a DVD drive that can't play DVDs.
If you want a machine without an OS, you are free to buy one. It's not as though MS doesn't sell copies of Windows to install on computers that you assemble yourself.
Not to mention that MS has done a lot of rectify the situation. With the last Windows 7 laptop I bough, the Product Key included was an actual Windows Product key that would work with any copy of Windows 7. It didn't need a special OEM disk that was available only from the manufacturer. This is much better than the old way where you'd end up with an OEM product key that was essentially useless, because you could only use it with a special CD you got from the OEM which would automatically install all the third party software anyway.
I would think that the replacement surgery would still come with some risks. Best not to undergo a transplant just because organs are available. Although It would be interesting if how this would play into sports competitions. Get a larger/stronger heart or larger lungs inserted into your chest in order to increase your physical abilities. You can't do this now because there's no way you would get on the donor list if there wasn't something wrong with your organs to begin with. But if organs could be created on an as needed basis, there's no reason why people shouldn't be allowed to substitute better organs for their own.
Thank goodness I don't live in the US. I kind of forget how nice it is to have health care available to everyone paid for by taxes. If I'm lying unconscious, I don't want anybody making decisions about whether or not I should go to the hospital based on whether they think it will cost me too much money to save my life. If I saw somebody (especially a friend) unconscious on the street, I would call an ambulance, health insurance or not. Hell, you could probably be found negligent if you didn't get the person to a hospital and something bad did happen them.
If they don't want you parking on a residential street overnight, then they should have a no parking sign, or limit the number of consecutive hours you can park there and enforce the limit through fines. There are streets in my neighbourhood that have cars parked on them all the time because people have 2 cars but don't have room to park them on their own property. Their garage is full of stuff and they only have space for one car in the driveway. Even without people using their houses as hotels, there's still lots of people parking on the street. If the city doesn't like it, or the residents don't like it, they should get proper rules in place limit parking, not try to limit what people can do on their own property that may or may not result in cars parking exactly where they are legally allowed to park on the street.
There's a large percentage of people who don't have large hands. Most women, teenagers, and even some men do not have large hands. Personally, I'm of the idea that if I want a large screen, I'll use a tablet. There's very few situations I find myself in where I wish my phone were bigger. There's a lot of situations where a 5.5 inch phone would be too large to bring with me. But most of the time where it would be convenient to have a 5.5 inch phone, I could easily bring a 4 inch phone and a 7 inch tablet.
Also worth pointing out that the factories and barracks were programmable. You could tell your factor to output 3 tanks, 6 jeeps and a helicopter (making up the units for an example, I don't remember the actual units) and it would produce that sequence as often as you liked. It was great to have an RTS that didn't have you micro managing everything.
Eventually if nobody fits in the seats, then people will stop booking seats on that airline. On the other hand, some people might think that stand up seating similar to the SkyRider would be a welcome option on shorter flights if it meant lower ticket prices. It's like saying that people shouldn't be able to operate a hostel or a capsule hotel because a large percentage of the population doesn't find that type of accommodation adequate, when it works well for a large number of people.
I'm with the parent. If I can't fall asleep, or read a book, or watch a movie, then I'm not interested. Unless they can do it for the same price, or minimal price difference than a similar car without the feature. It would be nice to have my car drive down the road for me. But if I still have to pay attention to traffic and have my hands on the wheel, then it's not really giving me much of and advantage over traditional driving. Personally, I think it would be more dangerous because if the system works well enough, I may be lulled into false sense of security, causing me to not pay attention. When the car inevitably has a problem, I'm not going to be watching, and I'm not going to be prepared to take over in sufficient time to correct the problem.
And that is exactly why they fixed it this way. Because it fixes the problem with minimal cost of materials, and minimal labor. Replacing the lock cylinder would not only be a more complex task tin terms of parts, but it would also require a mechanic to install it. By replacing the key fob, they can just mail out the replacement. A really smart engineer would have tried to get away with issuing customers a detachable key ring that would allow the key fob to be used without keys hanging off of it (assuming i'm understanding the problem correctly).
It may be peanuts to a company like Google that is used to dealing with large amounts of data. But to an organization like NYPD which isn't used to handling such large amounts of data, and it becomes a problem. Do they try to manage it internally? Do they contract it out to someone else? We saw how well that worked for Obamacare.
I would hate to imagine the data bill that would be incurred from uploading all that data, It would probably be a couple gigabytes, per shift. NYC has a lot of police officers. Also, there's a lot of cases where there would be no cellular connection, like in subway trains, or under bridges. Certain buildings do a pretty good job of cutting off cell reception in the elevators. All the tall buildings in New York create quite a few dead zones, or at least places with less than optimal signal levels which would make uploading video in real time a big problem. Also, what happens when there's a riot, and you get 100 officers all standing in one spot trying to upload video in real time to the same cell tower. Can the towers handle that kind of traffic?
There are 34000 uniformed officers in New York City, and they have 8800 cars. Lets assume that there are 5000 officers working at any one time (that's probably understimating it). Let's say it's 1 mbit/s to get decent video recording. That means the generate 51 TB of data every day. That's 18 petabytes a year. That becomes a storage problem really fast.
I've worked with major corporations that have let domain names lapse. Not their main official one, but still a domain name they were using for a pretty big project. I don't know why they wouldn't just use a subdomain, but after working with some corporations, it was probably easier for them to set up a whole new domain than to get their IT team to create a new subdomain of the main one. Of course the guy who originally created the domain might have since left the company, and they may have no idea what the credentials are for logging into the account to renew the domain.
Not just freelancers, but any business use whatsoever. It's amazing the number of businesses that use ISP email addresses or email addresses from some free service (hotmail, gmail, yahoo, etc.) as their primary contact on business correspondence.
I would add in personal use as well, but it's hard to convince the generic home user of the benefits of owning their own domain name and email address. The best you can hope for with most of them is to use a dedicated email service like gmail rather than what their ISP gives them. No to mention, having your own domain name comes with its own set of problems. Paying to renew the domain name, as well as paying for a hosting service to handle your email isn't fee. Most home users are far more likely to forget to renew their domain name and have it snatched up by a domain squatter than to have a problem with GMail or a similar service.
Maybe you just know different types people than I do, but I very seldom find men that would take the time to watch something just to see a pretty woman. If men want to see pictures of women, they'll go looking specifically for pictures of women. They won't try to catch a glimpse of a good shot that may be in a TV show. As far as my experiences go, women are far more likely to watch a show or see a movie simply because a certain actor is in the movie.
I think the problem is that most people lie or are overestimating how much exercise they do. The human body is a pretty remarkable machine, we are very efficient when walking and running. Our biology is designed for it. So you won't burn that many calories by going for a walk or a slow jog. I find it amazing how slow some people can jog, and still think like they are getting a good work out.
From a quick Google search, it looks like 10,000 steps a day will burn 3500 Calories A WEEK. That's only an extra 500 Calories a day. That can easily be offset by eating unhealthy throughout the day.
I'm with you about what you are saying about diet. People need to eat a reasonable amount of Calories, but they shouldn't be putting their body at a deficit, and only eating 1000 or 1500 Calories a day. But exercise is a big part, because everybody will cheat on their diet from time to time. You have to exercise to use up the extra energy. Also, exercising keeps your lungs, heart, bones and muscles healthy. Eating just the right number of Calories to keep you thin, but you won't be healthy.
is any more readable than
To anybody with sufficient knowledge of math and programming, the second is actually more readable, because it's easier to discern what the values are and where the operators are. Assuming you aren't using simple variable names, but rather more descriptive terms, look at the following.
and
In the first option, everything is a word, making it hard for your eyes to pick out exactly what's going on. But in the second one, you know right away that you are dealing with AREA, LENGTH, and WIDTH. You know you are dealing with an assignment looking at the start of the statement, and it's easy to see that you are multiplying.
It already exists. It's called the VB.Net compiler. I swear that VB was designed to look like pseudocode. I use it at work, and actually find the readability of it quite good.
Exactly. If you work in the service industry, you should be prepared to work when the people who aren't in the service industry are not working. Shops that close at 6 PM every night are at a severe disadvantage, at least when it comes to getting my business. As are shops that refuse to open before 9 AM. If you're only open the hours I'm at work, I'm not going to shop at your store.
I guess it depends on where you think the bottle neck would be and where you want to optimize. Is the bottleneck in your CPU, and you want to make sure you can use all the registers, or is the bottleneck in the amount of memory you have, causing your device to swap things out of RAM more often? Running a full desktop OS with full desktop applications on 2GB of ram is already pushing the limits on the minimum amount of RAM that most users could deal with. It may make sense to conserve memory as much as possible so you don't swap to disk, because that will greatly affect the user experience, rather than run the loaded process just a little faster because you have extra registers.
There are devices sold that have a 32 bit OS installed. For devices that will never have more than 2 GB of RAM, it makes sense to save a little bit of memory by using the 32 bit version when it is all that is needed. Granted, it won't be long before just about every device has 4GB of RAM, and we will completely lose the 32 bit build.
I don't think Windows can't be sure whether or not a license has been paid for. I highly doubt there's a bit in the DVD drive firmware saying the license was paid for. If this was the case, Windows would be able to play DVDs as it has the complete functionality built in, but refuses to play discs simple because it thinks you haven't paid for a license.
Not only that, but an autonomous car that isn't good enough to drive itself without the person having controls probably isn't good enough to be on the road at all.
The car should either have controls for a human, and expect the human to be operating them. Or it should not have human controls and do all the driving itself. Having the car do all the driving for weeks or months on end, lulling the person into a false sense of security, and then one day expect the driver to take over the controls at some random time is just asking for problems. The driver will most likely not be paying attention to the road if they haven't had to do anything with the controls for the past 3 months. The person will either be reading, playing video games, watching a movie, sleeping, doing their makeup, or any other number of things which means they aren't watching the road, and don't have their hands on the controls ready to take over. Sure the car could enforce that you have your hands on the wheel, ready to take over. But, what's the point of paying all the extra for a self driving car if you have to basically act like you are driving it anyway.
I'm hoping that they move to more of a Mac model where they will release more frequent updates and charge less for updates. Shelling out $100 for an operating system upgrade on a $400 computer that is 3 years old isn't something I'm likely to do. Especially when computers that old may not have compatible drivers released for the new OS version. I'll just wait until I buy a new computer. Charging $30-$40 for the upgraded version every year isn't much to keep my computer running the latest software.
The problem is defining what "third-party crapware" means. Windows doesn't come with the ability to play DVDs, because of licensing costs. So some OEMs throw in a program to play DVDs because it's easier than dealing with customers who complain that they just bought a computer with a DVD drive that can't play DVDs.
If you want a machine without an OS, you are free to buy one. It's not as though MS doesn't sell copies of Windows to install on computers that you assemble yourself.
Not to mention that MS has done a lot of rectify the situation. With the last Windows 7 laptop I bough, the Product Key included was an actual Windows Product key that would work with any copy of Windows 7. It didn't need a special OEM disk that was available only from the manufacturer. This is much better than the old way where you'd end up with an OEM product key that was essentially useless, because you could only use it with a special CD you got from the OEM which would automatically install all the third party software anyway.
I would think that the replacement surgery would still come with some risks. Best not to undergo a transplant just because organs are available. Although It would be interesting if how this would play into sports competitions. Get a larger/stronger heart or larger lungs inserted into your chest in order to increase your physical abilities. You can't do this now because there's no way you would get on the donor list if there wasn't something wrong with your organs to begin with. But if organs could be created on an as needed basis, there's no reason why people shouldn't be allowed to substitute better organs for their own.
Thank goodness I don't live in the US. I kind of forget how nice it is to have health care available to everyone paid for by taxes. If I'm lying unconscious, I don't want anybody making decisions about whether or not I should go to the hospital based on whether they think it will cost me too much money to save my life. If I saw somebody (especially a friend) unconscious on the street, I would call an ambulance, health insurance or not. Hell, you could probably be found negligent if you didn't get the person to a hospital and something bad did happen them.
If they don't want you parking on a residential street overnight, then they should have a no parking sign, or limit the number of consecutive hours you can park there and enforce the limit through fines. There are streets in my neighbourhood that have cars parked on them all the time because people have 2 cars but don't have room to park them on their own property. Their garage is full of stuff and they only have space for one car in the driveway. Even without people using their houses as hotels, there's still lots of people parking on the street. If the city doesn't like it, or the residents don't like it, they should get proper rules in place limit parking, not try to limit what people can do on their own property that may or may not result in cars parking exactly where they are legally allowed to park on the street.