Slashdot Mirror


User: FranTaylor

FranTaylor's activity in the archive.

Stories
0
Comments
2,921
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,921

  1. Re:$3000 every 1-3 years. Right. on Sealed-Box Macs: Should Computers Be Disposable? · · Score: 2

    For a professional in just about any field, spending a few thousand dollars every year on new and improved gear is pretty much expected.

    For instance auto mechanics are expected to own and maintain their own tools, this is not cheap.

      If you are a musician, you are generally expected to purchase and maintain your own musical instruments. Computers are pretty cheap if you want to start comparing to electric guitars, amplifiers, cables, guitar strings etc.

    There may be legitimate reasons to diss Apple, but selling expensive gear is not one of them. The simple fact is that if their gear really was too expensive, they wouldn't be selling so many.

  2. Re:MacBook Air confirmed most don't care. on Sealed-Box Macs: Should Computers Be Disposable? · · Score: 1

    DVD drives can be removed and replaced with solid-state drives

    With USB devices, you can get all kinds of functionality that wasn't built in. Stuff them in your laptop bag.

  3. Impressive TDF live coverage on The Olympic Live Stream: Observations, Recommendations, Predictions · · Score: 4, Interesting

    Live coverage of 100 mile cycling events is tough logistics.

    The cameraman rides on the back of a motorcycle. The signal beams from his camera to a hovering helicopter, and then to a satellite.

    It's very impressive that they can get and maintain quality streams under these circumstances. Well trained people and excellent equipment all around.

    The 60+ mph downhill runs must also be a crazy experience for the motorcycle driver, with a passenger on the back.

  4. Re:Some church schools excel in science ... on Kentucky Lawmakers Shocked To Find Evolution In Biology Tests · · Score: 1

    Jesus said to leave Caesar's work to Caesar.

    Who runs our public school systems?

  5. cold weather? on Tesla CTO Talks Model S, Batteries and In-car Linux · · Score: 1

    how does your volt do on a cold day? how is the defroster? how long to melt ice buildup on the windshield?

    VW beetles failed to sell in cold weather regions for these reasons. electric cars and air-cooled cars don't have excess heat for the defroster.

  6. Keep reading! Linux works fine on this system on Linux Is a Lemon On the Retina MacBook Pro · · Score: 1

    The article also states that Linux runs quite well indeed in a VMware virtual machine.

    If you install Fedora 17, you can even enjoy hardware- assisted 3-D graphics.

    Pop the virtual machine into full screen mode and you might as well be running Linux on the bare metal, practically speaking there is no difference.

  7. Re:Since when is an paying on Verizon Bases $5 Fee To Not Publish Your Phone Number On 'Systems and IT' Costs · · Score: 1

    They used to charge for touch tone service, too.

    Just because they used to do it, doesn't make it acceptable now.

  8. Since when is it considered acceptable to pay for incompetence?

    If this requires any more human effort than checking a checkbox, then it's just pure incompetence.

    They don't charge when you DISCONNECT the service and they wipe your name from the phone book!

  9. Steve Jobs is dead on Samsung: Apple Stole the iPad's Design From Univ of Missouri Professor · · Score: 1, Redundant

    No he is not an honest human being, because he is dead.

  10. Re:And watch the fanbois swoop... on Samsung: Apple Stole the iPad's Design From Univ of Missouri Professor · · Score: 1

    where is the $200 apple tablet that "competes" with the Nexus 7?

  11. Re:grab a copy now? (is it possible) on Adobe Officially Kills New Flash Installations On Android · · Score: 2

    sure you can get it from the same place as the COBOL compiler

  12. Re:I wonder how many fools.. on Adobe Officially Kills New Flash Installations On Android · · Score: 1

    So WHY do we need two implementations, with one of them (flash) loaded with unfixable and inscrutable (closed code) security issues?

  13. Re:Hmm... on Adobe Officially Kills New Flash Installations On Android · · Score: 1

    "Most" windows systems are still running a 10 year old version.

  14. Re:Strange direction on Adobe Officially Kills New Flash Installations On Android · · Score: 1

    you've never seen Microsoft discontinue support for old versions of VB?

  15. Re:Die flash die! on Adobe Officially Kills New Flash Installations On Android · · Score: 1

    you want adobe to blow cash on development so you can play free games?

  16. Re:Adobe Edge on Adobe Officially Kills New Flash Installations On Android · · Score: 1

    And what happens to Adobe when this upgrade is complete?

  17. US Northeast on Ask Slashdot: What's the Best Place To Relocate? · · Score: 1

    If you like Europe, the northeastern US is as close as you can get on this continent.

    Decent public transportation, decent schools, friendly people, varied climate, mountains, ocean, forests, lakes, what's not to like?

  18. You might need Edwin Land's tailor on Barnes & Noble Cuts Prices on Nook Color, Tablet · · Score: 1

    if you want to put a 7" tablet in your pocket, but it does seem like a very nice size. It's small enough to use on a crowded train and it's big enough to read comfortably.

    My MacBook isn't that much bigger than an iPad and it's a much better experience for that size of machine.

  19. Nexus 7 Blows it Away on Barnes & Noble Cuts Prices on Nook Color, Tablet · · Score: 4, Informative

    I have both a Nook Color and a Nexus 7.

    It's not even close! If the Nexus 7 is $200, then the Nook is worth no more than $100.

    The Nook has no camera and no microphone, useless for video chat. Video chat is SO easy on the Nexus 7, even my mom can do it.

    Nexus 7 is much smaller and thinner and it's the same size screen.

    Performance: on this score the Nook is worth maybe $50 compared to the Nexus 7.

    The ONLY advantage of the Nook is the micro-SD card slot.

  20. Re:What happened to the days of hitmen? on Intellectual Ventures Tied To 1,300 Shell Companies · · Score: 2

    It IS trolling when apple sues people for making products in markets where apple isn't.

    For example the $200 tablet is not competing with the $600 tablet. If I want to buy a google nexus 7 there is NO WAY I am going to end up with an ipad, and vice versa.

  21. Re:How about getting java code to run on java on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    Hard to do stuff your O/S doesn't as an application programmer.

    It's EASY to do stuff that won't work the same on every OS.

    Your fancy multithreaded java program, that works right every time on Linux, will FAIL on Solaris or OpenVMS because of their different thread execution models. You THOUGHT there were no race conditions in your code, but you couldn't test them, so you had no idea.

  22. Re:How about getting java code to run on java on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    Start up threads, and all cross-platform compatibility goes out the window.

    Different java implementations have WILDLY different dynamic performance characteristics.

    Face it, for any real program it's "write once test everywhere"

    Tell me with CONFIDENCE that your "cross-platform" java code is gonna run without failure on OpenVMS's java implementation.

  23. Re:How about getting java code to run on java on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    "If you write only to the public APIs then Java truly is Write-Once-Run-Anywhere"

    That's FUNNY. I've found a bug in a java program that failed because the vendors's version string was malformed.

    Start up a bunch of threads and your Java program is NOT going to behave the same on every platform. Differences in OS schedulers means that a program that runs right EVERY TIME on one platform will fail EVERY TIME on another platform.

  24. what is the issue??? on Google's Self-Driving Cars: 300,000 Miles Logged, Not a Single Accident · · Score: 5, Insightful

    It's hard to imagine being found at-fault when you are stopped and rear-ended.

    There's no shame in being involved in an accident if it's not your fault.

    We trust others all around us every day to avoid smashing into us. Even the best drivers get hit.

  25. Re:Field dependent requirement on Ask Slashdot: How Many of You Actually Use Math? · · Score: 1

    If you mean the "concepts" of calculus is used here, uh, I've been drawing slopes on Cartesian planes since I finished primary school.....

    WHERE does the exp() in your math come from??? It's CALCULUS.