Slashdot Mirror


User: chrisseaton

chrisseaton's activity in the archive.

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

Comments · 285

  1. Re:Tough choice for MS, I'm sure on Microsoft Commits to Using Opteron · · Score: 4, Insightful

    Change the record, grandad zealot!

    Windows _has_ moved on since that.

  2. Re:Isn't this the compiler's job? on Java Performance Tuning, 2nd Ed. · · Score: 1

    "Having a compiler swap objects out from under you would be ... rude"

    I don't mean it to swap the object out, just use a temporary object for the operation.

    When you say

    string foo = "Hello, ";
    foo += "World!";

    You just want foo to hold the two strings concatenated, you don't care how the compiler did it. The compiler could create a temp stringbuffer object there for that operation, converting back to string and assigning to foo.

    I don't see how that's rude, because the programmer wouldn't even know that it's happening, just like a C programmer doesn't know that the compiler will pad his structures so they fit nicely on a word boundary to increase performance.

  3. Re:Isn't this the compiler's job? on Java Performance Tuning, 2nd Ed. · · Score: 3, Informative

    Think about the string object problem - people have to use stringbuffer because strings are immutable.

    When a program thrashes strings around, why doesn't the compiler detect that, and switch to a string buffer object to perform those operations, and then convert the final result back to a string?

  4. Isn't this the compiler's job? on Java Performance Tuning, 2nd Ed. · · Score: 4, Insightful

    If all these performance hacks are documented, why doesn't the compiler implement them?

    I've often found that will bytecode languages (Java, C#...) the bytecode instructions are made for the language so that the compiler can just throw them out easy peasy, but they seem to overlook the sort of optimizations that C compilers, for example, work hard to implement.

  5. Re:so "gay" = "stupid" on Man Jailed for Selling Modchips · · Score: 1

    Apologies. I didn't remember I was speaking to a broader audience - it's just an everyday adjective for something that's unnecessary or frivolous where I live.

  6. Re:Now extend your example.... on Extending and Embedding Perl · · Score: 1

    "Now extend your example to handle an arbitrary number of arguments."

    Piece of piss:

    function MyFunction($lines)
    {
    print join("\n", $lines);
    }

    And then to call:

    MyFunction(array("Hello", "World"));
    MyFunction(array("You", "are", "stupid"));

    et cetera

  7. "abuse of the DMCA" on Man Jailed for Selling Modchips · · Score: 2, Insightful

    How an abuse? Seems to me that here the DCMA has been applied in the normal way.

    The DCMA may be a pain in the arse, but the problem is things like this are not abuses of it - they are legitamate uses.

    The DCMA is gay, but this is not an abuse of it.

  8. Re:and??? on Microsoft Caste System · · Score: 1

    And it's not as if they have to work for Microsoft. If you don't like it, shove off.

  9. Re:Symlinking not needed on Building a Better 'Mobile $HOME'? · · Score: 1

    Actually, you can just drag and drop the folder in Explorer, and it will set the registry for you.

    Don't just assume Windows is just at everything.

  10. Re:Diamonds as CPUs on Diamonds As Room-Temperature Superconductors · · Score: 0

    The crown jewles of the British monarchy have some big diamonds in them, from a long time ago, so they are not a new phenomonom (sp?).

  11. Re:If true, will it be relevant? on Diamonds As Room-Temperature Superconductors · · Score: -1, Offtopic

    Why have you put hard returns into your comment? Have you heard of the new technology people have, "word wrapping".

    With word wrapping, anyone can select the width they want to view their text at, and the text adjusts for them.

    It's like the difference between a well designed site and one "designed for 800 by 600".

  12. Re:Security v. ease of use on Using OpenBSD's chrooted Apache · · Score: 1

    "Just my .02 cents."

    That's not a lot of cents. I really love it when people go as far as to put

    "Just my USD $0.02"

    Wankers.

  13. Re:pre vs post - makes all the difference on Endless Liquid Refreshment · · Score: 0

    That doesn't make sense:

    pre-mix: Before mixing with water
    post-mix: After mixing with water

    "With pre-mix, you're paying to ship water as well as syrup"

    Surely with POST-MIX you're paying to ship the water as well.

  14. Re:What the heck? on Anger as a Software Design Philosophy · · Score: 1

    But "shit" in an anglo-saxon word

  15. Re:They did the math? on RIAA Seeks Estimated $97.8 Billion From MTU Student · · Score: 1

    I don't think that applies to mathematics

  16. September the 11th on Dealing with Development House Disasters? · · Score: 1

    I wonder how business in the towers coped after 11/9. They must have had to have applied their contingency plans there, perhaps you could try looking for someone in one of those companies.

  17. Re:Use the IDE's beautify on Coding Standards for C#? · · Score: 1

    Well, I think that it's much more clear like this, more breathing room.

    You should have previewed anyway.

  18. Re:Use the IDE's beautify on Coding Standards for C#? · · Score: 2, Informative

    Bullshit! That is nothing like how VS formats code. I just copied and pasted and this is how it formatted:

    namespace Foo
    {
    public class Bar
    {
    void Bar()
    {
    if (foo)
    {
    bar(0);
    }
    else
    {
    bar(1);
    }
    }
    }
    }

  19. Re:Wiki on Hydra: Rendezvous-Enabled Text Editing · · Score: 1

    I don't think you get it - two people can't edit the same file at the same time on wikipedia - they have to take turns. This is literally two people in the same file at the same time, updates between them in real time.

  20. Re:Odd... on Windows Media 9 in Digital Theaters · · Score: 1

    It is an implemntation of the MPEG 4 standard. Just as DivX and the new QuickTime are. See the myriad of other posts supporting this.

  21. Re:Crash? on Post-crash Salary Survey · · Score: 1

    I'm honestly suprised by this.

    I didn't think anyone ever did anything in CS without at least a BSc.

  22. Re:Piracy? on Windows Media 9 in Digital Theaters · · Score: 1

    RTFA, idiot.

  23. Re:Piracy? on Windows Media 9 in Digital Theaters · · Score: 1

    Like they found a way around DVD encoding? It might work in theory - but it doesn't work out of the box in any Linux distro I've used.

  24. Re:Odd... on Windows Media 9 in Digital Theaters · · Score: 1

    You are clearly talking absolute bollocks, as WM9 is MPEG. How does MPEG look "sharper & generally better all round" than MPEG?

  25. Re:Piracy? on Windows Media 9 in Digital Theaters · · Score: 0, Flamebait

    DRM, you idiot.