Slashdot Mirror


User: Lambeco

Lambeco's activity in the archive.

Stories
0
Comments
14
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 14

  1. Re:Skype? on FBI: We Need Wiretap-Ready Web Sites — Now · · Score: 2

    Right but it seems as though they have no way to access the actual content of the call, unless I misunderstand how Skype works.

  2. Re:Skype? on FBI: We Need Wiretap-Ready Web Sites — Now · · Score: 2

    Since Skype is not only P2P but also encrypted via 256-bit AES, I have a hard time seeing how you could be wrong...

  3. Re:IE and the Work Place on Chrome Beats Internet Explorer On Any Given Sunday · · Score: 1

    That fact that major companies are guilty of single browser compatibility doesn't make it any less lazy or incompetent.

  4. Re:Oh No on Siri To Power Mercedes-Benz Car Systems · · Score: 5, Funny

    Help I'm a rock.

    I have discovered the root of your issue. Have you tried not being a rock?

  5. Re:Do companies really use Big Iron anymore? on NASA Unplugs Its Last Mainframe · · Score: 5, Funny

    If only there was a "...what?" mod option.

  6. Pics or it didn't happen on Crab Robot Helps Remove Stomach Cancer · · Score: 3, Insightful

    How can you write an article about a cancer-killing crab robot and not include a picture of said robo-crab?

  7. Re:1 ruling in favor vs. $100M on Apple Has Spent More Than $100 Million Suing Android Manufacturers · · Score: 1

    That's true. I definitely misused "trademark" there and should have left it out.

  8. Re:1 ruling in favor vs. $100M on Apple Has Spent More Than $100 Million Suing Android Manufacturers · · Score: 1

    I think Apple tends to play the long game, with a tendency to err on the side of extremism. Will this $100 million be recovered in prevented IP theft (i.e. profit made by companies that have "stolen" Apple's design)? Probably not directly. And probably not in a measurable way. But I think Apple considers the thought leadership loss prevention worth it. They want to remain unique, and litigation appears to be one of the tools they like to use to maintain that position.

  9. Re:1 ruling in favor vs. $100M on Apple Has Spent More Than $100 Million Suing Android Manufacturers · · Score: 5, Insightful

    Question is - how much money did they won from that one ruling in favor ?

    Any compensation awarded to Apple in these cases is purely icing, and a molecule in the bucket compared to Apple's capital. This is about protecting their brand, trademarks and image. And as we all know, Apple will go to any lengths to do so.

  10. Re:Not necessarily without deception. on Placebos Work -- Even Without Deception · · Score: 1

    While this is still incredibly interesting, that's a really valid point. It's like you get your foot in the door (in previous trials) by lying about what the sugar pill does, then you can be completely truthful simply by referring to the positive results of the original lie. It all boils down to what you believe. I would say that this new study confirms the assumption about belief rather than rattling it.

  11. Re:Interesting, but... on How To Index and Search a Video By Emotion · · Score: 1

    My facial expression rarely changes throughout movies[...].

    I would bet that you give off more readable facial expressions than you realize...

  12. Re:An appropriate quote seems to be... on Microsoft Out of Favor With Young, Hip Developers · · Score: 1

    Pretty sure we're past the winning stage. Did Gandhi leave any notes about what happens then, or does the process just reverse itself?

    ...then they fight you again.
    Then they ridicule you again.
    Then they ignore you again.

  13. Re:where did he get this factor? on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    After rereading your post, I realized what you meant by moving rendering/layout to the client. I misinterpreted, so I apologize.

  14. Re:where did he get this factor? on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    I try so hard not to be "that guy", but when did people start using the word AJAX when they mean DHTML? Or when did that become acceptable? AJAX is about asynchronous communication between web client and server; it has nothing to do with manipulating the DOM, which is what DHTML is for. I can understand the desire to lump the two together because they tend to go hand in hand, but when you say something like "AJAX moves rendering/layout of dynamic content to the client," you couldn't be any more wrong. Rendering and layout is handled via DHTML.