Slashdot Mirror


User: disambiguated

disambiguated's activity in the archive.

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

Comments · 210

  1. Re:Well now.... on Italian Scientists Demonstrate Cold Fusion? · · Score: 1

    it's useful in for loops:

    for(int i = 0, j = 20; i < j; i++, j--)
    {
      ///...
    }

  2. Re:I'm confused... on Android Data Stealing App Downloaded By Millions · · Score: 3, Interesting

    Yes that is exactly how it works. You specify which permissions your app needs in the xml manifest. These permissions are displayed to the user. If your app attempts to use an API which requires permissions not specified in the manifest, the app gets a security exception. It doesn't rely on the developer being honest.

  3. Re:Guess I haven't played enough FB games on Cow Clicker Boils Down Facebook Games · · Score: 1

    Enough with the TLA acronyms!

  4. Re:Seriously? on OAuth, OpenID Password Crack Could Affect Millions · · Score: 4, Insightful

    Compiler-optimized code on a 64 bit machine compares 8-bit characters 8 at a time. This guy is trying to force a context switch (upwards of thousands of instructions) to save 4 or 5 instructions. It doesn't save CPU (because of the context switch), it increases the latency, it's harder to code, and may be still vulnerable! sweet.

  5. Re:I can't wait... on Price Shocks May Be Coming For Helium Supply · · Score: 3, Interesting

    Of course you are right but how many alpha particles does it take to make a meaningful amount of helium gas? I'm too lazy to do the calculations, but off the top of my head, I'd guess that's an insane amount of alpha radiation. Is this really enough to not bother with conservation?

  6. Re:This just proves on Women Dropping Out of IT · · Score: 2, Insightful

    Are medicine and nursing less stressful than engineering?

  7. Re:uses a primitive automatic disassembler on New Binary Diffing Algorithm Announced By Google · · Score: 1

    I don't know about Java, but .net already has symbolic offsets, and so would not benefit from (or need) this. I'd guess that Java is the same.

  8. Re:DirectX on WebApps? on Silverlight 3.0 Released, Allows Apps Outside the Browser · · Score: 1

    since the OP was unaware of exploits targeting DirectX, I provided an example

    No you didn't. You provided a information about a patch for a potential vulnerability. The OP and I are still unaware of any exploits targeting DirectX.

  9. Re:Web standards on Microsoft's New Multiple-Browser Tester · · Score: 3, Funny

    You can't count on bitmaps either, because of Gamma Correction and similar issues. That's why I always directly stimulate my user's optic nerves. But even that isn't perfect.

  10. Re:Not quite ... on Smarter-than-Human Intelligence & The Singularity Summit · · Score: 1

    The parent was moderated 'insightful', but I suspect it was derived by brute force.