If you want to avoid problems with FS failures and accidental deletions, then you can go without RAID and just sync the discs every night. This is what I do on my home desktop and it works just fine. At worst, I'll lose a day's worth of data, which wouldn't be the end of the world. I think that 3 drives with 2 in mirrored RAID and 1 running a nightly backup would be ideal. You could lose a drive and not lose any data, and any kind of file system errors or accidental deletions could also be easily dealt with.
Updates are my biggest problem with Android. I'm due for a new phone in a couple months and I would really like to go with Android because it fits all my needs in everything except the updates department. With the way Apple handles things, you can be reasonably sure you'll get updates for a couple years. With Android it's hit and miss depending on the handset you get, and sometimes depending on your carrier. I got burned on the last phone I bought where it never received any updates after I bought it. I tried running Cyanogen on it but even thought they said that it worked, I could never get it to boot. I really don't want to go with iPhone because they only have a couple models and they are all higher priced than what I'm willing to pay for a cell phone. At this point even Windows phone looks like it has a better update record than Android. I'm seriously considering not getting an Android phone, or just going with the cheapest one I can find so that if it doesn't get any updates and can get a new low end phone every year to keep in step with updates.
This is why I usually use PayPal with smaller sites. Maybe they aren't the most secure, but it significantly reduces the number of places my credit card information is stored. And I'm pretty sure I'd hear about it if they had a breach, assuming anybody knew. If a smaller site had a breach, even if they found out about it and disclosed the information, I might not hear about it.
Exactly. My home router is only 100 Mbps because i bought it a few year back and that's all they had for a decent price. None of my computers have 10 Gbps network cards in them. A quick google shows that a 10 Gbps network card costs around $400. Mind you I could run 10 computers, each at 1 Gbps, but I don't see how I would possibly use such a connection at home. I don't think I could really saturate 1 Gbps connection for any appreciable length of time. Even on my 30 Mbps connection we can stream multiple videos at the same time.
If video games go into the Olympics, there's a lot of other things that have to make it in there first like darts and snooker. While video games are a good form of competition between people, I don't think that they are a good fit for the Olympics.
I really don't understand the hype that goes along with 3D printed guns. You can get safer (for the operator), longer lasting, more accurate guns with less expertise by making guns the old fashioned way. A gun is a good way to show off that a 3D printer can print some interesting things, but a 3D printer is probably the last piece of machinery you'd need if you wanted to create a good gun.
I don't know if many people remember this, but you used to (and probably still can) send and receive twitter messages by SMS. This was the original rule for limiting Twitter messages to 140 characters. That gave you enough space to send the twitter handle and the message within the 150 characters allowed by SMS. Before the days of smart phones and data plans people used to regularly send out tweets by sending text messages to 21212.
The Chromebook old sold the iPad in schools for 1 simple reason. Economics. The Chromebook costs $200 while the iPad costs $500. The Chromebook also has a lot of other nice thing going for it in the school environment, such as being able to actually type up a document on it without spending even more money to purchase a keyboard. That, and students can log into any Chromebook and instantly bring up their own account with their own files. In my kids' school, they no longer have a computer lab. When they need to use a computer to type up a document, they get one of the Chromebooks, log in, and start typing. It's very easy for the school because they don't need a Chromebook for every single student because they are so easily shared, and they don't have to worry about managing a bunch of Windows boxes with file servers and all the pain that goes along with that.
I'm just waiting until I can get a Core M NUC (mini desktop) where I can run a desktop OS on 4.5W TDP. I'll replace my current 8 year old AMD and save a whole lot of power, and get a huge performance boost at the same time.
But that's just it. As you get more and more people on the social welfare system, you either have more and more people living as meagerly as possible because the jobs simply don't exist. You could up the amount of money you pay those on social welfare, so that they can actually enjoy their lives, but then you risk the workers jumping on to social welfare too early, and not being able to bring in enough tax money to support the social welfare system. If social welfare is too comfortable, nobody will want to work. If it's not comfortable enough, you'll have a lot of people who are on it because they have no other choice, and are therefore unhappy with their lives. These people will probably cause a lot of trouble.
Peter Gibbons: What would you do if you had a million dollars?
Lawrence: I'll tell you what I'd do, man: two chicks at the same time, man.
Peter Gibbons: That's it? If you had a million dollars, you'd do two chicks at the same time?
Lawrence: Damn straight. I always wanted to do that, man. And I think if I were a millionaire I could hook that up, too; 'cause
chicks dig dudes with money.
Peter Gibbons: Well, not all chicks.
Lawrence: Well, the type of chicks that'd double up on a dude like me do.
Peter Gibbons: Good point.
Lawrence: Well, what about you now? What would you do?
Peter Gibbons: Besides two chicks at the same time?
Lawrence: Well, yeah.
Peter Gibbons: Nothing.
Lawrence: Nothing, huh?
Peter Gibbons: I would relax... I would sit on my ass all day... I would do nothing.
Lawrence: Well, you don't need a million dollars to do nothing, man. Take a look at my cousin: he's broke, don't do shit.
This describes completely what most people would do if they had the option. Even myself, given the option that I could have a house, food, and all essential bills covered (heat, electricity, water), I would probably do pretty close to nothing. I probably wouldn't sit on the couch all day, but most of the time I definitely wouldn't be producing anything of value. Wake up, go for a bike ride in the morning, spend time with friends, play all those video games I've always wanted to play. I might take up hobbies and actually produce something, but I wouldn't be adherent to any kind of schedule and whether or not I could produce any item worth exchange for money.
But who's going to do the 10% of the work that can't be done by machines? If the system is set up to distribute the wealth, and nobody has to work, who's going to do the 10% of the jobs that still require humans. Sure, some of them will be interesting jobs, and you might find people lining up to do them, just to keep their lives interesting. But there's still going to be jobs that nobody wants to do. These kinds of jobs exist already, but people do them because they need money, and they don't have a lot of other choices.
And that's at 10% of people working. Problems will become apparent in the current system way before that. Once you have 40-50% of people not working, it becomes essential that there's a system to redistribute the wealth such that people can live their lives. But then there's still 50% of people who need to work just to keep that going. And it's going to be very hard to convince people to go to work day in and day out when they can have a comfortable life doing whatever they please.
Commenting individual lines of code, is for the most part, a bad idea. Code should be clear enough, such that somebody well versed in the programming language knows what is going on without the help of comments. Commenting functions so that you know what they do is another matter entirely, and should be done. But if a language doesn't let you write clear enough such that you can understand it later without comments, I would highly suggest using another language. If you rely on comments to tell you what the code is doing, those comments are going to get out of sync with what the code is actually doing, and be more confusing than if they weren't there at all. Except in cases like using assembly language, where you can't write meaningful code, you really shouldn't be resorting to explaining what code is doing in comments.
That video shows exactly why it doesn't work. I didn't even make it though half the video and found multiple errors in the English text, or what I assume were errors if she doesn't speak like a 3 year old. The guy broke out in laughter at how bad some of stuff comes out. And that's for simple conversation level sentences. If you picked a random person from the audience and got them to translate a random piece of text from a technical document, it would probably be 10 times worse.
I guess so. If I could effectively communicate with a Spanish speaking person who didn't speak English, then I would be quite impressed. They would hear my English speaking translated into Spanish, and I would hear their Spanish translated into English. I think the other problem is that if neither person speaks the other language, then nobody understands if the machine is saying the right thing. If we are discussing a product design, and I say it must be able to support 250 kg, and the machine translates that as 150 kg, there is no way for me to verify that the machine got it right. Even if the person on the other end repeated what the machine told them, it could conceivably translate the 150 kg they stated back to 250 kg which is what I originally said. Obviously this is a hypothetical situation, but it's just there to illustrate the point. It might work for casual conversation, but when understanding the meaning of the words is crucial, it's not something that I would really rely on.
I would need to see it in person, along with a Spanish speaking person to tell me how well the translation worked out for me to really believe it. I haven't seen a decent system that does speech to text well enough, nor have I seen any systems that did text translation well enough to believe that this product could exist and work well. Text to speech is pretty much a solved problem, but the other two parts of the system, that is, speech to text, and translating text are so far from being good that I can't really believe that we are currently at the point where something like this can be expected to work for day to day conversations. It's hard enough getting human translators to translate things correctly.
1 Hour? That's actually quite long for a 10 mile bike trip. A person in reasonable shape, on a reasonable bike could probably do that in 30-40 minutes. 1 hour would be really taking it easy, or if there was quite a few hills.
It's funny this came up, because I don't actually own a car. I just can't financially justify it. I get to work by cycling and take the bus in the winter. I could save a bit of time by driving a car, but not a whole lot. The real difference would be in the winter, but there's only 3 months out of the year where I can't ride my bike, and owning a car for the other 9 months where I wouldn't use it is just a huge waste of money. Living in a rural area, I would most likely not be able to live without a car, but living in the city, I really don't see how people justify the high costs. You can rent a car for $30 a weekend in the winter. Insurance is covered by many credit cards. So you can have a car every weekend in the winter for less than it costs to own a car.
I think this is a big problem as well. Cars keep on getting more complicated and adding more and more standard features. As a result, owning a new car is something that many people only dream of. Many people are driving second, third, or fourth hand cars that a decade or more old. That's not necessarily a bad thing, as vehicle production creates quite a lot of pollution, and you don't want everybody trading in automobiles every year like they do with cell phones. And it also means cars are lasting a long time and are quite reliable. The flip side is that you're going to have a lot of old engine technology on the roads that may not be as efficient as the newer stuff.
The problem is that Widescreen monitors aren't quite wide enough. So you can't fit 2 browser windows side by side without having some kind of horizontal scrolling. Sure, ideally sites would adjust, but there's a lot of websites out there that make you scroll horizontally on anything less than 1024 pixels wide.
The other problem is that the window managers don't handle high resolution wide screen monitors well enough. Ideally you could get a large 4k monitor and have the computer pretend it's 4 regular monitors and a windows would maximize to fill the virtual monitor, or have a full screen option for things that you would actually want to fill the whole screen, which would really only be needed when you are watching a movie or playing a game.
That must be wrong, or the lawmakers are incredibly stupid. How are the publishers even supposed to be aware of all the entities that are using their content? Sure they could check the usual suspects like Google News and get money from them, but what about the new and upcoming news aggregators. How is a publisher to know who is republishing their content (in whole or in part)?
If it really is that way, then can't Google News still operate in Spain but just only show content from publishers it knows to be not in Spain. I'm sure the Spanish publishers would love to only have American content featured on Google News Spanish Edition.
Also, how does this make it OK for Google News to reuse the content belonging to Spanish publishers when people go to some other version of Google News. Does the law not require them to collect money for content shared to other countries?
Isn't that what a robots.txt file is for? Does Google somehow now obey robots.txt when spidering sites for news content? If you don't want Google to republish your content without compenstation, you should disallow their bot in your robots.txt file.
Also, I would like to know why this only applies to Google news. I'm pretty sure Google puts excerpts from the article in regular search results as well. Why are those excerpts not counted in this legislation while the ones on Google News are?
If you want to avoid problems with FS failures and accidental deletions, then you can go without RAID and just sync the discs every night. This is what I do on my home desktop and it works just fine. At worst, I'll lose a day's worth of data, which wouldn't be the end of the world. I think that 3 drives with 2 in mirrored RAID and 1 running a nightly backup would be ideal. You could lose a drive and not lose any data, and any kind of file system errors or accidental deletions could also be easily dealt with.
Updates are my biggest problem with Android. I'm due for a new phone in a couple months and I would really like to go with Android because it fits all my needs in everything except the updates department. With the way Apple handles things, you can be reasonably sure you'll get updates for a couple years. With Android it's hit and miss depending on the handset you get, and sometimes depending on your carrier. I got burned on the last phone I bought where it never received any updates after I bought it. I tried running Cyanogen on it but even thought they said that it worked, I could never get it to boot. I really don't want to go with iPhone because they only have a couple models and they are all higher priced than what I'm willing to pay for a cell phone. At this point even Windows phone looks like it has a better update record than Android. I'm seriously considering not getting an Android phone, or just going with the cheapest one I can find so that if it doesn't get any updates and can get a new low end phone every year to keep in step with updates.
This is why I usually use PayPal with smaller sites. Maybe they aren't the most secure, but it significantly reduces the number of places my credit card information is stored. And I'm pretty sure I'd hear about it if they had a breach, assuming anybody knew. If a smaller site had a breach, even if they found out about it and disclosed the information, I might not hear about it.
Because something like that could never happen in the good old US of A.
Exactly. My home router is only 100 Mbps because i bought it a few year back and that's all they had for a decent price. None of my computers have 10 Gbps network cards in them. A quick google shows that a 10 Gbps network card costs around $400. Mind you I could run 10 computers, each at 1 Gbps, but I don't see how I would possibly use such a connection at home. I don't think I could really saturate 1 Gbps connection for any appreciable length of time. Even on my 30 Mbps connection we can stream multiple videos at the same time.
If video games go into the Olympics, there's a lot of other things that have to make it in there first like darts and snooker. While video games are a good form of competition between people, I don't think that they are a good fit for the Olympics.
I really don't understand the hype that goes along with 3D printed guns. You can get safer (for the operator), longer lasting, more accurate guns with less expertise by making guns the old fashioned way. A gun is a good way to show off that a 3D printer can print some interesting things, but a 3D printer is probably the last piece of machinery you'd need if you wanted to create a good gun.
Actually, most notably not in the list is Netflix. The number one streaming service on the planet doesn't have it. That's the big story here.
I don't know if many people remember this, but you used to (and probably still can) send and receive twitter messages by SMS. This was the original rule for limiting Twitter messages to 140 characters. That gave you enough space to send the twitter handle and the message within the 150 characters allowed by SMS. Before the days of smart phones and data plans people used to regularly send out tweets by sending text messages to 21212.
Why not an octothorpetag.
The Chromebook old sold the iPad in schools for 1 simple reason. Economics. The Chromebook costs $200 while the iPad costs $500. The Chromebook also has a lot of other nice thing going for it in the school environment, such as being able to actually type up a document on it without spending even more money to purchase a keyboard. That, and students can log into any Chromebook and instantly bring up their own account with their own files. In my kids' school, they no longer have a computer lab. When they need to use a computer to type up a document, they get one of the Chromebooks, log in, and start typing. It's very easy for the school because they don't need a Chromebook for every single student because they are so easily shared, and they don't have to worry about managing a bunch of Windows boxes with file servers and all the pain that goes along with that.
I'm just waiting until I can get a Core M NUC (mini desktop) where I can run a desktop OS on 4.5W TDP. I'll replace my current 8 year old AMD and save a whole lot of power, and get a huge performance boost at the same time.
But that's just it. As you get more and more people on the social welfare system, you either have more and more people living as meagerly as possible because the jobs simply don't exist. You could up the amount of money you pay those on social welfare, so that they can actually enjoy their lives, but then you risk the workers jumping on to social welfare too early, and not being able to bring in enough tax money to support the social welfare system. If social welfare is too comfortable, nobody will want to work. If it's not comfortable enough, you'll have a lot of people who are on it because they have no other choice, and are therefore unhappy with their lives. These people will probably cause a lot of trouble.
This describes completely what most people would do if they had the option. Even myself, given the option that I could have a house, food, and all essential bills covered (heat, electricity, water), I would probably do pretty close to nothing. I probably wouldn't sit on the couch all day, but most of the time I definitely wouldn't be producing anything of value. Wake up, go for a bike ride in the morning, spend time with friends, play all those video games I've always wanted to play. I might take up hobbies and actually produce something, but I wouldn't be adherent to any kind of schedule and whether or not I could produce any item worth exchange for money.
But who's going to do the 10% of the work that can't be done by machines? If the system is set up to distribute the wealth, and nobody has to work, who's going to do the 10% of the jobs that still require humans. Sure, some of them will be interesting jobs, and you might find people lining up to do them, just to keep their lives interesting. But there's still going to be jobs that nobody wants to do. These kinds of jobs exist already, but people do them because they need money, and they don't have a lot of other choices.
And that's at 10% of people working. Problems will become apparent in the current system way before that. Once you have 40-50% of people not working, it becomes essential that there's a system to redistribute the wealth such that people can live their lives. But then there's still 50% of people who need to work just to keep that going. And it's going to be very hard to convince people to go to work day in and day out when they can have a comfortable life doing whatever they please.
Commenting individual lines of code, is for the most part, a bad idea. Code should be clear enough, such that somebody well versed in the programming language knows what is going on without the help of comments. Commenting functions so that you know what they do is another matter entirely, and should be done. But if a language doesn't let you write clear enough such that you can understand it later without comments, I would highly suggest using another language. If you rely on comments to tell you what the code is doing, those comments are going to get out of sync with what the code is actually doing, and be more confusing than if they weren't there at all. Except in cases like using assembly language, where you can't write meaningful code, you really shouldn't be resorting to explaining what code is doing in comments.
That video shows exactly why it doesn't work. I didn't even make it though half the video and found multiple errors in the English text, or what I assume were errors if she doesn't speak like a 3 year old. The guy broke out in laughter at how bad some of stuff comes out. And that's for simple conversation level sentences. If you picked a random person from the audience and got them to translate a random piece of text from a technical document, it would probably be 10 times worse.
I guess so. If I could effectively communicate with a Spanish speaking person who didn't speak English, then I would be quite impressed. They would hear my English speaking translated into Spanish, and I would hear their Spanish translated into English. I think the other problem is that if neither person speaks the other language, then nobody understands if the machine is saying the right thing. If we are discussing a product design, and I say it must be able to support 250 kg, and the machine translates that as 150 kg, there is no way for me to verify that the machine got it right. Even if the person on the other end repeated what the machine told them, it could conceivably translate the 150 kg they stated back to 250 kg which is what I originally said. Obviously this is a hypothetical situation, but it's just there to illustrate the point. It might work for casual conversation, but when understanding the meaning of the words is crucial, it's not something that I would really rely on.
I would need to see it in person, along with a Spanish speaking person to tell me how well the translation worked out for me to really believe it. I haven't seen a decent system that does speech to text well enough, nor have I seen any systems that did text translation well enough to believe that this product could exist and work well. Text to speech is pretty much a solved problem, but the other two parts of the system, that is, speech to text, and translating text are so far from being good that I can't really believe that we are currently at the point where something like this can be expected to work for day to day conversations. It's hard enough getting human translators to translate things correctly.
1 Hour? That's actually quite long for a 10 mile bike trip. A person in reasonable shape, on a reasonable bike could probably do that in 30-40 minutes. 1 hour would be really taking it easy, or if there was quite a few hills.
It's funny this came up, because I don't actually own a car. I just can't financially justify it. I get to work by cycling and take the bus in the winter. I could save a bit of time by driving a car, but not a whole lot. The real difference would be in the winter, but there's only 3 months out of the year where I can't ride my bike, and owning a car for the other 9 months where I wouldn't use it is just a huge waste of money. Living in a rural area, I would most likely not be able to live without a car, but living in the city, I really don't see how people justify the high costs. You can rent a car for $30 a weekend in the winter. Insurance is covered by many credit cards. So you can have a car every weekend in the winter for less than it costs to own a car.
I think this is a big problem as well. Cars keep on getting more complicated and adding more and more standard features. As a result, owning a new car is something that many people only dream of. Many people are driving second, third, or fourth hand cars that a decade or more old. That's not necessarily a bad thing, as vehicle production creates quite a lot of pollution, and you don't want everybody trading in automobiles every year like they do with cell phones. And it also means cars are lasting a long time and are quite reliable. The flip side is that you're going to have a lot of old engine technology on the roads that may not be as efficient as the newer stuff.
The problem is that Widescreen monitors aren't quite wide enough. So you can't fit 2 browser windows side by side without having some kind of horizontal scrolling. Sure, ideally sites would adjust, but there's a lot of websites out there that make you scroll horizontally on anything less than 1024 pixels wide.
The other problem is that the window managers don't handle high resolution wide screen monitors well enough. Ideally you could get a large 4k monitor and have the computer pretend it's 4 regular monitors and a windows would maximize to fill the virtual monitor, or have a full screen option for things that you would actually want to fill the whole screen, which would really only be needed when you are watching a movie or playing a game.
That must be wrong, or the lawmakers are incredibly stupid. How are the publishers even supposed to be aware of all the entities that are using their content? Sure they could check the usual suspects like Google News and get money from them, but what about the new and upcoming news aggregators. How is a publisher to know who is republishing their content (in whole or in part)?
If it really is that way, then can't Google News still operate in Spain but just only show content from publishers it knows to be not in Spain. I'm sure the Spanish publishers would love to only have American content featured on Google News Spanish Edition.
Also, how does this make it OK for Google News to reuse the content belonging to Spanish publishers when people go to some other version of Google News. Does the law not require them to collect money for content shared to other countries?
Isn't that what a robots.txt file is for? Does Google somehow now obey robots.txt when spidering sites for news content? If you don't want Google to republish your content without compenstation, you should disallow their bot in your robots.txt file.
Also, I would like to know why this only applies to Google news. I'm pretty sure Google puts excerpts from the article in regular search results as well. Why are those excerpts not counted in this legislation while the ones on Google News are?