Slashdot Mirror


User: spongman

spongman's activity in the archive.

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

Comments · 2,450

  1. Re:You don't know what you are talking about, at a on Researchers Demo ASP.NET Crypto Attack · · Score: 1

    no, the AES implementation is fine. the vulnerability is the ability to detect the padding exception in the block cypher.

    you don't need to see the padding exception, you just need to know that it occurred. you can do that via a variety of means, not limited to http status codes, timing, etc...

  2. Re:You don't know what you are talking about, at a on Researchers Demo ASP.NET Crypto Attack · · Score: 1

    all you need is a 1-bit difference between the response for the padding error case and the non-error case.

    once you have that bit you have the machine key. once you have the machine key you have all the sites on that machine that share that machine key.

  3. Re:Raw nerve much? on Preventing Networked Gizmo Use During Exams? · · Score: 1

    no, i'm just suggesting that your pedantic implication that someone isn't smart if they omit units applies to Einstein in this case.

  4. Re:89875517873681764 what, lad? Kippers? on Preventing Networked Gizmo Use During Exams? · · Score: 1

    well, smartass, he did miss off the units, didn't he?

        E = m c^2

    see the units there? no? right, there aren't any.

    Sure, the dimensions are implied by those terms, but is E measured in Joules, Calories, eV, tons of TNT?

    You could say that that the scales don't matter, you just pick the value of c that balances the equation. But that's a circular argument, the way to find c is to rearrange the above equation. You need to look elsewhere in the paper for Einstein's units (CGS).

    actually, i omitted the units because 1) slashdot doesn't support superscript, and 2) there's already an 'm' in the equation and having two different 'm's in the same equation gets noisy.

  5. Algebra on Preventing Networked Gizmo Use During Exams? · · Score: 1

    get them to answer in terms of the constants given in the question. don't give the values of the constants. don't let them substitute values for them.

    Einstein didn't write E=m * 89875517873681764, did he?

  6. Re:Relativity Says It can be. on Geocentrists Convene To Discuss How Galileo Was Wrong · · Score: 1

    if you get to san francisco, go to the exploratorium and check out the coriolis fountain it's one of the best exhibits there (although my favorite is the bubble chamber).

  7. Re:ahh, the "singularity"... on Ray Kurzweil Does Not Understand the Brain · · Score: 1

    i was referring less to the fuzzy exterior and more to the pouch, the 3 vaginas and the 2 penises.

    nature can get pretty freaking weird if it wants. it doesn't need any explanation, though - it just happened.

  8. Re:ahh, the "singularity"... on Ray Kurzweil Does Not Understand the Brain · · Score: 1

    No, the echidnas (the other surviving family in Order Monotremata) are not venomous.

    Besides, the Platypus is venomous, not poisonous.

  9. Re:ahh, the "singularity"... on Ray Kurzweil Does Not Understand the Brain · · Score: 1

    no, not all the Monotremata are venomous or duck-billed.

  10. Re:WP7 Connect Program on Windows Phone 7 Gaming and Xbox Live · · Score: 1

    1-2 second lag

    that's nothing you should see my iPhone 3G after installing iOS4.

    something like this:
    http://www.youtube.com/watch?v=Pdk2cJpSXLg

  11. Re:ahh, the "singularity"... on Ray Kurzweil Does Not Understand the Brain · · Score: 4, Informative

    why does the platypus always need explaining?

    it is the sole remaining species in the Genus Ornithorhynchus and the Family Ornithorhynchidae. along with the echidnas (do they need explaining, too?) they make up the Order Monotremata, the egg-laying, web-footed, electrolocating mammals. they evolved, just like the rest of us.

    if there had only been one remaining species of marsupial, would they need explaining?

  12. Re:Ignorance, mostly. on Microsoft May Back Off of .NET Languages · · Score: 1

    Honestly, the only expression that comes to mind when I read that is unprintable

    oh man, that's the best argument i've ever heard. if i knew you were going to say that i wouldn't have even bothered.

    my point was that there are typed languages that are just as expressive, but that come with a robust type system.

    i guarantee you i save more time not having to write test to validate the type-correctness of my code.

  13. Re:Exploiting a loophole != "do no evil" on Oracle Sues Google For Infringing Java Patents · · Score: 1

    isn't that what compaq did to IBM way back when? seem perfectly legit to me.

  14. Re:Multiple Languages With .Net Always a Pipe Drea on Microsoft May Back Off of .NET Languages · · Score: 1

    wait, languages that are syntactically different but that are able to say the same thing, are the same language??

    does that mean English and French are the same language?

  15. Re:C# on Microsoft May Back Off of .NET Languages · · Score: 1

    yeah, except they forgot to overload '==', doh.

  16. Re:Ignorance, mostly. on Microsoft May Back Off of .NET Languages · · Score: 1

    c# is quite expressive:

                    public static string Grep (this IEnumerable @this, Regex re)
                    {
                            return @this.Select (l => re.IsMatch (l)).Join ('\n');
                    }

                    public static void Main (string [] args)
                    {
                            var re = new Regex (args [0]);
                            var lines = File.ReadAllLines (args [1]);
                            Console.WriteLine (lines.Grep (re));
                    }

    that's 100% statically typed.

  17. Re:Getting screwed in both directions on Microsoft May Back Off of .NET Languages · · Score: 1

    if you're not communicating type information via a language's type system, then you're communicating it via some other means: documentation, convention, comments, etc... if you have a small amount of code and few developers then this communication is reasonably easy. but it doesn't scale to large teams or large codebases.

    regardless of what mechanism you're using, you still require some means of verifying that your types line up. there's a tool for automating this process - it's called a compiler.

    get one.

  18. Re:Getting screwed in both directions on Microsoft May Back Off of .NET Languages · · Score: 1


    Value types, these are structs that are not wrapped in an object
    Don't see the benefit of being more procedural in an object oriented language, but good for you I suppose

    VM-level support for generics
    Not missing it. Code level generally catches 99.99999% of any generic-type problems that I've ever run into

    these two alone are IMO the biggest differences between the two:
    - .NET's collections are (mostly) orthogonal with respect to arrays, builtin & reference types (Array<T> implements IList<T>, for all T)
    - Java's are not, resulting in the whole int/Integer mess, Arrays.toList() and other crap.

  19. the best thing about this new crewmate... on Robonaut To Escort On Space Shuttle Mission · · Score: 2, Insightful

    ... he doesn't fart.

  20. Re:Nope, it's right on on Market Data Firm Spots the Tracks of Bizarre Robot Trading · · Score: 2, Informative

    you can colo in the exchange (for a price). moving the profits does not need to be fast...

  21. Re:Reminds me of some windows progs back in the da on Oracle's Java Company Change Breaks Eclipse · · Score: 1

    LOL, I used to have windows on my D: drive (in d:\winnt), and my C: drive was my CD-ROM.

    i can't tell you how many times my CD tray would open followed shortly by some poorly written piece of crap crashing.

  22. Re:Should be using Scatter/Gather +IOCP on windows on Java IO Faster Than NIO · · Score: 1

    yeah, that's my point. they're not file descriptors (though that's what they're called); they're descriptors of things that share some API functions with file descriptors.

    windows has exactly the same kind of API abstraction, but instead of calling them 'file descriptors', windows calls them 'object handles'.

    they can refer to:

    • Access tokens
    • Change notifications
    • Communications devices
    • Console inputs
    • Console screen buffers
    • Desktops
    • Events
    • Event logs
    • Files
    • File mappings
    • Heaps
    • Jobs
    • Mailslots
    • Modules
    • Mutexes
    • Pipes
    • Processes
    • Semaphores
    • Sockets
    • Threads
    • Timers
    • Timer queues
    • Timer-queue timers
    • Update resources
    • Window stations

    the APIs are not completely orthogonal, for example to close a socket you call 'closesocket()' instead of 'CloseHandle()'

  23. Re:Should be using Scatter/Gather +IOCP on windows on Java IO Faster Than NIO · · Score: 1

    anything worth waiting on IS a file handle

    not really. the only things in unix that are file handles are handles to open files. however, there are many things that are called file handles, which are, in fact, handles to something completely different.

    really the only difference between windows and unix in this regard is that windows calls them "object handles" instead of "file handles" in recognition of this fact. the idea that you can have a polymorphic API that acts on abstract items is the same.

  24. Re:Suggestion: Skip to page 21 on Java IO Faster Than NIO · · Score: 1

    having seen Sun's sources to the win32 part of the JRE, I'm not surprised. not the worst windows code I've ever seen, but close.

  25. Re:Proving once again on Heat Ray Gun Fails Final Test; Nixed From War · · Score: 1

    it's probably a little better than the alternative: the 'high-velocity exploding lead shrapnel to the head'-ray. that inflicts pain, too. but it's a little harder to turn off.