Slashdot Mirror


User: iamacat

iamacat's activity in the archive.

Stories
0
Comments
4,112
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,112

  1. Re:Not even legal on Amazon Patents Bad Gift Protection · · Score: 1

    What and you don't have any say on what is sent to your home?

  2. A smarter research would suggest SSL on Sophos Researcher Suggests Password 'Free' to Spur Wi-Fi Encryption · · Score: 1

    How the heck do you even know you are connecting to starbucks hotspot and not my credential-grabbing Linux laptop? If you need security, you need it all the way to your destination, as in https://www.facebook.com/. If SSL doesn't scale, let's develop a lightweight replacement that may be susceptible to pattern analysis or stream corruption but not theft of data transmitted in regular use. Even HTTP digest authentication would do more good than known password sent to an unknown wireless service for many sites.

  3. Re:Oh common.. on Real-Life Gadgets For Real-Life Superheroes · · Score: 1

    Certainly the greatest value of any weapon is as a deterrent. How many graffiti punks will keep going when shown a business end of a mean looking cannon? It may or may not do much damage or be practical in a fight, but who would want to be the first to find out?

  4. Re:How much battery is lost playing Apples.mov fil on Flash Can Rob 2 Hours From MacBook Air's Battery Life · · Score: 1

    if you want multimedia on your whatever device

    You got to be kidding. How much of multimedia delivered by flash do people actually "want"? For that too an optimized video decoder using platform's GPU and vector processing capabilities got to be better than interpreted ActionScript.

  5. Has dedicated hardware been attempted? on Bees Beat Machines At 'Traveling Salesman' Problem · · Score: 1

    I doubt that bees are any good at playing Quake so I wonder if a dedicated massively parallel TSPU wouldn't do wonders for running time of the algorithm on silicon. Add fuzzy logic as I doubt bees are interested in the theoretically best path, only one that lets the hive survive.

  6. GPL on Oracle Needs a Clue As Brain Drain Accelerates · · Score: 0, Troll

    Sun had the foresight to make their major products, including Java, available under open source community's preferred license. So get off your butts already and start coding. Its freedom of information, not freedom to be lazy bums who want to leech free stuff from Oracle.

  7. Why bother? on Xbox 360 Jailbreaker May Need Real Jailbreak · · Score: 2, Insightful

    It takes a sick groupie to keep buying stuff from people who are trying to put you in jail for using your own paid for product. Just say no with your wallet. There are plenty of inexpensive desktops, laptops and other devices that officially support Linux or even come with it pre installed. Or you take free old hardware from your friends, coworkers, Goodwill and other situations where the original vendor doesn't benefit or the indirect benefit is offset by public good. Eventually some company, big or small, will get the message that there is a need for a different kind of product. And serving even one in 100K people on planet earth can sustain a small business.

  8. Sun should have stepped up to the plate long ago on Gosling Reacts To Apple's Java Deprecation · · Score: 1

    Does Oracle maintain Quicktime for Solaris? Should Apple be responsible for Silverlight on OSX? Then what's the big hang up with either Oracle or OpenJDK folks taking up Java on Mac. Now that it's Intel, the only port-specific part is UI and Open Source communities have potted UI toolkits to Mac before - see GTK+ and Qt.

  9. Absolutely shocking on Apple Deprecates Their JVM · · Score: 1

    Apple requesting that a 3rd party open source product is from now on maintained by either the 3rd party or open source community. I mean, they sure maintain Microsoft's Silverlight and Adobe's flash in house so why is poor Java singled out?

  10. Protocols on Can Apps Really Damage a Cellular Network? · · Score: 3, Insightful

    T-mobile should have a right to establish radio standards and congestion control protocols and require that any device on the network obeys these standards. They have no right to control end user applications as long as the operating system/radio firmware enforces these standards uniformly. In practical terms it means that apps with sustained high data rate or strict latency requirements may not work, or may stop working when network becomes congested. It's fine as long as "partner apps' also exhibit the same behavior.

  11. Was it obvious back then? on Sir Isaac Newton, Alchemist · · Score: 1

    Transmutation of a cheap material into one, for whatever reason, valuable in society is a worthwhile pursuit. It was not impossible in Newton's era and it is possible/practical today - think of U238 to Pu239 breeder reactors. To say that he should have envisioned that he should have given up and left the work to future generations is very unscientific. As it is he made important discoveries while working onto ultimately unsuccessful project.

  12. Realdoll on Russian Army Upgrades Its Inflatable Weapons · · Score: 1

    I can think of situations when something realistic down to heat signature would come handy.

  13. I wonder how well it's working out for AT&T on Verizon Confirms Plan To Switch Away From Unlimited Data Plans · · Score: 1

    I got cheap and switched to 200MB plan. As a result I now have two devices - iPhone and iPad - on their network for the price of one. Neither comes close to the limit - last month was 66MB - as I am nearly always in range of a free wireless network when using phone extensively. Had they only offered old unlimited $30/month plans for both, I would be paying them double the money for data without putting any extra strain on their network. Effectively they are encouraging people to reduce their dependence on cellular and look for alternative ways to access the data. The trouble is, once they have started thinking along these lines, they just might end up turning off cellular on the iPhone and getting a cheap prepaid phone for actual calls.

  14. Re:Awesome stuff, but it doesn't take off like a b on First Human-Powered Ornithopter · · Score: 2, Insightful

    This is the FIRST FLIGHT of the FIRST PROTOTYPE built by a college student who further chose to pilot it himself rather than hiring a professional athlete (although he did train and even lose weight). If the first prototype of a software application you wrote in school was more impressive than that, we would love to hear of it. Otherwise tone down the skepticism. One day people might fly this as a sports/hobby thing after being boosted by a friend or a ski lift-type thingy or it would be a cool spy gadget you can assemble from your backpack. Add a two person model or a very small motor to supplement human power and it becomes vastly more practical.

  15. More than reasonable on AT&T Introduces Satellite-Enabled Smart Phone · · Score: 1

    Anyone complaining about the cost is missing the point of this phone. Satellite mode is not for idle chatter. It's for essential weather/safety/navigation/professional needs. And perhaps brief family communication such as when to expect you home. I would expect boaters to lease this just for the trip rather than purchase their own $800 device. All in all AT&T should be able to sell the service even for 5x rate with the right marketing.

  16. Re:not long for his job on Microsoft's Chief Exec For Latin America Says 'Open' Means 'Incompetent' · · Score: 1

    Hey, document what the code does, not what it used to do. I *really* hate seeing this:

    // Rexdude: added a null pointer check
    if (s != null)
         out.println(s);
    doSomethingElse(otherVariable);

    Especially if someone else later deletes the println block but not the comment.

    If you document usable APIs well, there is usually little need to comment the code, except maybe to name non-trivial algorithms used. It's likely that two years later we will need to make fundamental enhancements to your product rather than just fixing bugs. In this case we need to know how to write some more code based on your frameworks rather than NullPointerExceptions you fixed long time ago.

  17. Re:and... on Steve Jobs Tries To Sneak Shurikens On a Plane · · Score: 1

    It's wrong to think that people with their own plane should follow the same rules as someone booking one seat among hundreds of passengers?

  18. Only old people on Honda's Exoskeletons Help You Walk Like Asimo · · Score: 0

    become crazy mechas in Japan

  19. Is this really wise... on Fujitsu Eyes Wireless Gadget Charging For 2012 · · Score: 5, Insightful

    In this day and age when we want to save energy, not mess up our environment, communications and bodies by leaking it to unwanted places? Standardize on USB charges instead and wire clutter will be kept to a minimum. I see important uses in implanted medical devices, waterproof equipment and other cases when direct physical access to the device is impractical. But for cell phones/laptops this is positively silly.

  20. Sex wants to be free on New Copyright Lawsuits Go After Porn On Bittorrent · · Score: 1

    And especially please no viral licenses.

  21. Re:No more HollyWood films in ... on Brazil Considering Legalizing File Sharing · · Score: 1

    One example of a very stupid "right" is that students are allowed to pay half price at any entertainment event. This means that, either you get some fake ID which says you're a student, or you pay double price to watch a movie, sports event, etc.

    Yeah, blame the constitution instead of petty crooks. I understand cheating when you need survival essentials, but nobody HAS TO go to entertainment events, especially past student age. Save money till you can afford the ticket - or a bit longer to assure those essentials.

  22. Re:No more HollyWood films in ... on Brazil Considering Legalizing File Sharing · · Score: 1

    ... not returning kidnapped american children ...

  23. Re:oh darn on Craigslist Removes Its Controversial Adult Section · · Score: 1

    And all of them really don't mind 1 in 5 chance of getting AIDS even if we disregard other aspects of the job? Not saying it should be completely illegal, just that prostitution will become much more rare and expensive if we get serious about combatting criminal, health and educational issues. Maybe so much so you will consider regular dating again.

  24. Re:Consenting Adults on Craigslist Removes Its Controversial Adult Section · · Score: 1

    How many people do you think REALLY want to make a living sucking your dick as opposed to those forced to by mafia collecting drug debt or some such thing? A lot of things - suicide, riding motorcycle without helmet, hot schoolteachers putting it out for students - should be theoretically legal but in practice come with issues.

  25. So let the slashdot be the first place... on Craigslist Removes Its Controversial Adult Section · · Score: 1

    Where attorney generals can curse at links to all the unregulated adult services websites outside US jurisdiction.