Slashdot Mirror


User: CastrTroy

CastrTroy's activity in the archive.

Stories
0
Comments
11,581
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,581

  1. Doesn't matter if it gets funded. on Will This Flying Car Get Crowdfunded? · · Score: 3, Informative

    It doesn't matter if it gets funded because it won't get built. If it flies, it's controlled by the FAA, and you'll be required to have a pilot's license to fly it. Not only that, but even if it has vertical take off you'll still have to take off from an airport or other helicopter pad or some other designated area. Your neighbours aren't going to stand for the sound of propellers spinning up every morning so you can fly off to work. And spinning props aren't very safe with kids and pets around. If you have to go to the airport and fly from there, and land at another airport, you might as well just drive to the airport, get in a real plane (rented most likely to save money), and then rent a car at your destination. There is simply no reason for a flying car to ever happen.

  2. Re:What American advocates rarely/never mention... on Jenny McCarthy: "I Am Not Anti-Vaccine'" · · Score: 1

    Actually, Tylenol has it's own set of problems. It can be quite harmful to the liver. Within the recommended dosage, it's quite safe, but the difference between the recommended maximum dosage and dangerous of lethal dose is quite small.

  3. Pretty much true on Michael Bloomberg: You Can't Teach a Coal Miner To Code · · Score: 1, Informative

    Not only is it hard for people to learn new skills later in life, but coding is something that requires a certain aptitude. Sure, some coal miners might be able to learn how to code, but I would think very few of them could. If they could, they wouldn't be working in a coal mine. There's plenty of people who chose programming as a career and yet still can't program their way out of a paper bag (fizz buzz), I don't think the chances of most people from non-technical fields are good at all.

  4. Re:The Guardian has it wrong on New French Law Prohibits After-Hours Work Emails · · Score: 1

    Oh, they can't require that you read emails, but guess who will be the first fired when it comes time for downsizing. Will it be the guy who missed or who was unprepared for the random Monday morning meetings because he chose not to read his emails on the weekend?

  5. Re:A law for everything... on New French Law Prohibits After-Hours Work Emails · · Score: 1

    But if the people are ignorant, they won't be aware of the laws that stop employers from requiring them to more hours. If they're desperate and poor, even if they know the laws, they may choose to ignore the laws, because having a job is better then no job. And even if it was possible to enforce, employers would still find other ways to take advantage of their employees.

  6. Re:Tax filing on Canada Halts Online Tax Returns In Wake of Heartbleed · · Score: 1

    Most Canadians I know end up getting money back at the end of the year. It's specifically designed this way because it's much easier to take the money out of people's paycheques then to get them to send you a cheque at the end of the year.

  7. Re:We've come a long way on Born To RUN: Dartmouth Throwing BASIC a 50th B-Day Party · · Score: 1

    What use case is there for having two variables with the same name that only differ by case? In VB.Net, you declare a variable using the desired case, and then when you use the variable, you can just type it completely in lower case (or upper case if you prefer) and it fixes the case to what was in the variable declaration. So the variables always end up with the same original case, and you don't end up with problem where 2 variables have been defined, with the only difference being capitalization of the first letter.

  8. Re:We've come a long way on Born To RUN: Dartmouth Throwing BASIC a 50th B-Day Party · · Score: 3, Informative

    Yes very much so. And VB.Net still puts people off because of that long history. Even though it's pretty much exactly the same functionality as C#. Last I checked, it has some features C# didn't have, the biggest of which is better background compiling. You can add entire classes with actually compiling your project, and Intellisense will work. Maybe C# will do that now, but VB.Net has basically always had this feature.

  9. Re:Nintendo Hard on Study: Video Gamer Aggression Result of Game Experience, Not Violent Content · · Score: 1

    Very much agree on this. The newer Zelda games make it quite hard to get lost. All the bombable walls are well marked. In the old days you had to bomb walls at random to find them. The second quest was worse, where they introduced the new concept of simply walking through the walls after walking into them for a few seconds.

    However, on the flip side, most games are much longer now, and it would probably take a lifetime to beat them if you had to start at the beginning each time you died.

  10. Re:Viva La XP! on Meet the Diehards Who Refuse To Move On From Windows XP · · Score: 2

    I often wonder about those running special hardware or software that will only work on certain operating systems and hardware configurations. What is their plan when the hardware dies? Sure you can replace a hard disk (hopefully it's backed up), but in a few years, finding a new computer that is supported under Windows XP might be quite difficult. You could probably get by for quite a while buying old refurb and off-lease machines, but it still seems like a disaster waiting to happen.

  11. Re:Software doesn't wear out. on Meet the Diehards Who Refuse To Move On From Windows XP · · Score: 3, Insightful

    But that's true regardless of the operating system being run. I could be running the newest version of Windows, and still be, even on a relatively new computer, and a hard drive dying still isn't that unlikely. You can get a 1 TB drive for $60. I don't know why you don't see more machines coming with 2 drives in RAID 1 for reliability reasons. At least a somewhat common hardware failure won't cause grandma to lose all here photos.

  12. Software doesn't wear out. on Meet the Diehards Who Refuse To Move On From Windows XP · · Score: 5, Interesting

    Software doesn't wear out. I'm still running XP on an old desktop in my basement. It works fine for what I need it for. Upgrading to a new version of Windows would cost more than what the machine is worth, and I'm reasonably sure that all the hardware wouldn't have proper drivers because the machine is so old. I have no problem getting Windows 8.1 (or whatever the current version is) when I replace the computer, but there's nothing wrong with the machine right now. It's behind a router with NAT turned on, so there's little chance of attack from the outside, and I can still use updated versions of Firefox or Chrome for browsing the web, so there's not many security problems there.

  13. Re:Python, etc? on Should Microsoft Give Kids Programmable Versions of Office? · · Score: 1

    I agree on this. When you're just getting into programming, getting hung up on formatting can be frustrating. For the first simple hello world programs, formatting should not be necessary. I think that Basic is a great first language, for the first week or so, because you don't even have to worry about functions, or importing libraries or any of the other unnecessary things you have to do in other languages in order to just get things running. In C, you have to have a function called main with a bunch of arguments you don't understand just to create a hello world program. In Java, it's even worse, because you have to create that function in a class, before you even know what a class is. In Basic, you can just start typing commands. No need to have functions, classes, or anything else, because it's not necessary.

  14. Re:The Mythical Man-Month on Fifty Years Ago IBM 'Bet the Company' On the 360 Series Mainframe · · Score: 1

    Maybe good for those starting out in the field, but I read it after a few years in the field, where I had already been through a few big projects. I didn't much I didn't really know or suspect already. It's pretty obvious working in the field that adding more people to a project, especially when it's already late doesn't make things go faster. I think that probably applies to many types of projects, not just software development. I can see how it might be useful for non-technical managers read it, because if some of the concepts may be new to people who haven't worked in the trenches before. But I also think people who haven't worked in the trenches in most cases are the best candidates for managing a big project.

  15. Re:"Free" Windows on Microsoft: Start Menu Returns, Windows Free For Small Device OEMs, Cortana Beta · · Score: 5, Interesting

    Same thing goes on my Surface2. The Windows 8 interface really shines on a touch screen device. It's also worth pointing out that you don't need as many apps on Surface as you would on an iPad, because it has a lot of functionality built in. Getting videos to play off my shared folder on the main PC was a piece of cake with Surface. With iPad, it was a royal pain, and it still doesn't work well with certain videos.

    If you could get a 9 inch tablet for that ran full windows, you could have a very portable computer that you could just plug into full size monitor, keyboard and mouse, and use it as a full desktop. You wouldn't need any cloud services like drop box because you could literally bring your whole desktop computer with you wherever you go. This is the main point of the Surface Pro that most people seem to forget. You have this ultraportable machine about the same size as an ipad, but that you can hook up standard peripherals to and make it work as a full fledged desktop. The Surface Pro is a little outside most people's budgets, but the ASUS Transformer Book T100 is a little cheaper, and can still run most desktop apps.

  16. Re:ISP monthly bandwidth limits temper speed on How Far Will You Go For Highest Speed Internet? · · Score: 1

    Yeah, the ISPs in my area all have really low monthly limits. I did some calculations, and found that no matter which package you choose, you only get around 9-15 hours of full speed transfer before you go over your quota. And you don't always get more hours by moving up to the next tier. Sometimes moving up to the next tier means you get less time on your full speed connection than on the lower package. And 250-350 would be more than I would ever use. The ISPs in my area seem to think that 80-150 should be enough, and even if you're paying for a 25 mbit connection, you should still only need 80 GB of transfer a month.

  17. Re:Size of the pipe. on How Far Will You Go For Highest Speed Internet? · · Score: 3, Insightful

    Exactly. High speed connections aren't any good if your ping times are terrible because you're so far away from civilization. Also, once you get up around 100 mbit/s, it doesn't really matter how fast the connection is. At that point you could stream more than a few HD movies. Let us also not forget that many spinning platter drives have sustained write speeds of less than 100 MB per second, which means that as you approach gigabit speeds, you network connection actually exceeds the speed you can write the data to disk.

  18. Re:Annoying cable wrangling on A Third of Consumers Who Bought Wearable Devices Have Ditched Them · · Score: 1

    Personally, I find that I often end up tuning out the music or podcasts when I'm listening to them what I start to think of something. They'll often mention something in a podcast, which will get me thinking about some other non-related issue, and I'll completely miss entire sections of podcasts.

  19. Re:Annoying cable wrangling on A Third of Consumers Who Bought Wearable Devices Have Ditched Them · · Score: 1

    I guess it depends on how you travel. If you travel mostly by car, there is little reason to have headphones most of the time, because you can't use them anyway. If you usually travel by public transit, having headphones is almost a necessity. Then again, I'll see people just sit there and do nothing for the entire transit trip. Perhaps they are thinking, but probably not, because they look bored out of their skull. I don't know why everyone isn't doing something on public transit now, be it reading, listening to music/podcasts/radio, or even watching videos. Sitting there, doing nothing, just seems like such a waste of time.

  20. Re:Yea, but... on A Third of Consumers Who Bought Wearable Devices Have Ditched Them · · Score: 3, Funny

    Most people don't quit marriage altogether, they just move onto a new model.

  21. Re:..and we need this technology why exactly? on The Connected Home's Battle of the Bulbs · · Score: 2

    With the advent of LED light bulbs, I don't know why things haven't been made more modular. They could easily make individual LEDs (or small groups of them) within the bulb replaceable, and allow the AC/DC converter, as well as any other circuitry replaceable without requiring that the entire bulb be replaced every time a single component dies.

  22. Re:Better Idea on Threatened Pandemics and Laboratory Escapes: Self-fulfilling Prophecies · · Score: 2

    Why not use robotics to work with the samples remotely? Put a laboratory in a remote place, heavily guarded, but don't require scientists to be physically present to do their work. This is probably the only way something like this could make sense on the moon. But then again, the transmission time to the moon, could make robotics tricky if you required real time control.

  23. Re:13 deaths? on Department of Transportation Makes Rear View Cameras Mandatory · · Score: 1

    Cars have become safer, and them are more reliable, but this isn't because we have added more components. Bicycles have also become safer and more reliable over the years and isn't because manufacturers starting adding tons of extra components to them. They have also become a lot cheaper (relative to inflation) than they once were. Aerodynamics and crumple zones are examples of technology that is good for cars. Things like mandatory rear view cameras for people who are too lazy to look in the rear view mirror they already have are an example of technology that isn't really helping anything.

  24. Re:13 deaths? on Department of Transportation Makes Rear View Cameras Mandatory · · Score: 1

    I agree. As someone who doesn't own a car, because of the expense, this isn't likely to make me want to buy a new one. With all the stuff they have to include now, a car in way more complicated, way more expensive to buy, and way more expensive to maintain than it needs to be. Cars would probably be a lot safer if they were made more simply, and they didn't change the design ever 2 or 3 years. Stick with time tested designs and get all the bugs out and you'd end up with a car that was reliable and safe.

  25. Re:Not practical as contact lenses on Contact Lenses With Infrared Vision? · · Score: 1

    Wouldn't that actually make the closed eye light up? Since you eyelid is filled with blood vessels which are body temperature.