Slashdot Mirror


User: Anonymous+Cowpart

Anonymous+Cowpart's activity in the archive.

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

Comments · 13

  1. Re:it turns out... on Ask Slashdot: Worst Computer Scene In TV or Movies? · · Score: 1

    No way is it boring! I spent the past two days on an *epic* bughunt in a large multithreaded codebase, at one point even using programmatically set processor breakpoints to trap the point where some bits got corrupted by another thread, and, and... Oh wait... Hmmm, I think I get your point...

  2. Re:UI responsiveness on A Mixed Review For Google Chrome On Linux · · Score: 0, Troll

    But you could even try to optimize it. Convert it to byte or machine in run time, or something.

    If you think it's all so damn straightforward and easy, why don't you submit a patch?
    Oh, but you don't write code? You don't wish to spend your own time on it? You're just too bloody lazy?

    Sheesh...

  3. Re:Gas on US House May Pass "Cap & Trade" Bill · · Score: 1

    Living in a large country doesn't require you to travel back and forth from one end to the other every bloody day, either, does it? Have you ever considered finding a job closer to home?

    Oh, and spare us the hollow 'you socialists suck' rethoric, it's getting old and boring.

  4. Re:You're Computin' for a Shootin' Mister on Facebook VP Slams Intel's, AMD's Chip Performance Claims · · Score: 1

    Sometimes, comments really, really deserve the (+6, coke on keyboard) mod...

  5. Re:Sea change on The Mindset of the Class of 2029 · · Score: 1

    > I hope I live as long as I can!

    Don't worry about it, I'm pretty sure you will ;)

  6. Glad the US keeps control over the internet on Telcos Propose 2-Tier Internet · · Score: 1

    I'm so glad that control over the internet rests firmly with the US.
    For a while, I was worried that an international democratic process
    was going to be involved in decisions about stuff like this.

    Thankfully, I can see it is still in good hands.

    My god...

  7. MSDN on HOWTO Document and Write an SDK? · · Score: 4, Insightful

    I must say that MSDN (Microsoft Developer Network) is a very good SDK,
    at least when considering the Platform SDK (albeit for a terribly inconsistent API).

    Search, Index, and cross-reference are all well-implemented, consistently formatted,
    and complete, and updated fairly often. Combined with a choice of format
    (HTML help or web browser of choice - even Firebird works well), it is a pleasure to use.

  8. Re:His next ask slashdot... on Taking My Freedom With Me to China? · · Score: 1

    You seem to imply that the motivation makes any difference. Why does it matter to someone
    who has to do forced labour what is done with the resulting product ? It is forced labour regardless
    Now, you might argue that the conditions under which they labour are different, and you might have a point.

  9. Re:Perhaps a more fitting tribute? on Asteroid Named After Douglas Adams · · Score: 0

    That's telephone sanitizer to you buddy !

  10. Re:Applications should never implicitly update the on Ask About Running Windows Software in Linux · · Score: 1

    I agree that sometimes applications break due to differences between certain system components.

    However, the number of applications that simply break 'cause the version checking code is faulty,
    combined with the number of apps that works pretty well except for some obscure functionality no
    one ever needs is large enough to warrant configurable version reporting for Wine and its subcomponents.

    At least, when an application fails on a version check, I can then try to run it in the 'desired' environment,
    before giving up immediately...

  11. Re:Timeline on Ask About Running Windows Software in Linux · · Score: 2, Insightful

    I respectfully disagree.

    Most apps that cause problems are simply too moronic to do a sane version check, and cannot deal with higher version numbers,
    but will work properly as long as you can make the emulator pretend it is version X, where X is the expected version for that app.

  12. Re:T-shirt super secret message on PC Case For Hamsters, EZ Bake Oven in a Drive Bay · · Score: 1

    I don't have Perl, you insensitive clod !

    #include "cstdio"

    void bindecode(char const* psz)
    {
    while(*psz)
    {
    for(char i = 0, ch = 0; i < 8; ++i)
    ch = ch * 2 + *psz++ - '0';
    printf("%c", ch);
    }
    }

  13. From the transcript on SCO Ordered to Produce Evidence · · Score: 1

    From the preliminary transcripts on groklaw:

    Marriott: IBM can produce the Dynix code and did so as of yesterday.
    IBM can also produce the derivative code, but IBM will not, unless
    compelled to, provide all 40 million lines of AIX code.

    K. McBride: We want all 40 million lines of code. We will
    give it to our experts so they can digest it.

    conjures up images, doesn't it ?