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:Backwards on Murderer With "Aggression Genes" Gets Reduced Sentence · · Score: 1

    at the very least he should be neutered.

  2. has it on SORBS Blocklist Reportedly Sold For $451K · · Score: 1

    blocklists should be one-way hashes. the user's email address should never even be sent over the wire.

  3. Re:Wow on Unfinished Windows 7 Hotspot Feature Exploited · · Score: 1

    Just like I could do on a Mac with the included OS since 2001.

    what, run AP client & server on the same WNIC at the same time? doubt it...

  4. Re:Wow on Unfinished Windows 7 Hotspot Feature Exploited · · Score: 1

    not AP & Ad-Hoc simultanously with 1 WNIC. RTFA.

  5. Re:But UAC works perfectly fine at frustrating me! on In Test, Windows 7 Vulnerable To 8 Out of 10 Viruses · · Score: 1

    <Ctrl+Esc>notepad %windir%\system32\drivers\etc\hosts<Ctrl+Shift+Enter>

  6. Re:We Listened! on Engineers Tell How Feedback Shaped Windows 7 · · Score: 1

    remember that a whole bunch of feedback goes along the lines of "why did you do this really stupid new thing here". the answer to which is usually "because we had to make it run on run OK on low-end hardware".

    the other one is "why does windows still do this really stupid thing here". the answer to which is usually "because it's always done that, and if we change it apps will break".

    rock, meet hard place.

  7. Re:I disagree with *you* on Windows 7 On Multicore — How Much Faster? · · Score: 1

    task manager in vista & 7 allows you to assign processor affinity

  8. Re:Windows 7 is better than Linux on Windows 7 On Multicore — How Much Faster? · · Score: 1

    compiler? yes.

    >c:\Windows\Microsoft.NET\Framework\v3.5\csc.exe
    Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.4918
    for Microsoft (R) .NET Framework version 3.5
    Copyright (C) Microsoft Corporation. All rights reserved.

    fatal error CS2008: No inputs specified

  9. Re:Cathedral vs. bazaar...and why I hate that anal on De Icaza Responds To Stallman · · Score: 1

    i always thought it was a bad analogy, for a different reason:

    A cathedral - an old place, parts of which are probably falling apart, where people looking for meaning in their lives come to hear a bearded chap rattle on endlessly about some made up crap. most of them have no idea why they're there, but somehow they feel compelled to stay.

    A bazaar - a market where ideas and products are exchanged. the value of the products is important: nobody is forced to give their wares away for free.

  10. Re:They're both looney. on De Icaza Responds To Stallman · · Score: 1

    is it better to just have one ubiquitous, closed source plugin on the web?

  11. Re:spending time on opportunities ? on De Icaza Responds To Stallman · · Score: 1

    insightful, my ass!

    you forget that GNOME was the free (as in RMS) alternative to the closed KDE. i think you're barking up the wrong tree there.

  12. Re:Analysis of Miguel's article on De Icaza Responds To Stallman · · Score: 1

    Who modded you +5?

    probably the mindless zombies...

  13. Re:Analysis of Miguel's article on De Icaza Responds To Stallman · · Score: 1

    the only logical conclusion: Shoe Event Horizon

  14. Re:Control freak on Leaving the GPL Behind · · Score: 1

    quality, on-demand art before modern distribution (read: printing press, phonogram, vhs) was extremely expensive and only accessible to the wealthy.

    what you're advocating is the eradication of the democratic majority's access to art.

  15. Re:Sony has ALWAYS Gimped laptops... on No Windows 7 XP Mode For Sony Vaio Z Owners · · Score: 1

    disclaimer: I used to work for Sony.

    That said, NEVER, EVER buy a Sony laptop.

    They intentionally make it difficult/impossible to change the operating system. while they could never get away with building machines that die after 3 years, they do essentially this by forcing you to buy a new machine when a new OS ships. and good luck finding up-tp-date drivers for the various built-in devices.

    a typical conversation I've had about this:

    THEM: look at this new Sony laptop, it's so shiny! should i get it?

    ME: no

    THEM: oh? is there something better?

    ME: yes

    THEM: really? which one?

    ME: anything, just not a Sony. anything...

  16. Re:Usefullness? on Netflix Announces Second Data Mining Contest · · Score: 1

    the streaming selection on netflix is limited because netflix has to ink an often complex 'boradcast rights' deal with the studio for each movie in order to steam it. netflix has to compete with other broadcast companies (mostly the tv networks, but also companies like hulu, iTunes), and in many cases the deals are for exclusive rights over a given time period. none of this applies to shipping DVDs.

    I believe that adding movies to your 'watch instantly' queue allows netflix to prioritize which movies it should license for streaming.

  17. Re:Visual Studio Express is quite good on What Free IDE Do You Use? · · Score: 1

    what's the keyboard shortcut to jump between header and implementation?

    http://stackoverflow.com/questions/706938/visual-studio-2008-macro-to-switch-between-header-and-source-files

  18. Re:WoW on a netbook? on Malware Found On Brand-New Windows Netbook · · Score: 1

    no, but by the time you'd found that out your account would have been stolen. so you wouldn't be doing it again anyway...

  19. Re:False sense of security on Malware Found On Brand-New Windows Netbook · · Score: 1

    the infections are intentional - the viruses didn't write themselves...

  20. Re:Who watches the... on Malware Found On Brand-New Windows Netbook · · Score: 1

    Wow, you're amazing! I can't believe nobody's thought of that until now.

    Oh wait...

    http://www.megaleecher.net/Bootable_Kaspersky_Rescue_Disk

  21. Re:Hungarian Notation on Old-School Coding Techniques You May Not Miss · · Score: 1

    Yeah, it's a shame the Windows team screwed up Hungarian and then forced their version on the world via the Windows SDK.

    I feel that many of the arguments against Systems Hungarian are valid, however most of those don't apply to Apps Hungarian. And since App Hungarian doesn't try to encode exact type information, it is easily reusable across languages.

    I code mostly in C#, Javascript, ActionScript & Java, and I use the same Apps-like Hungarian in all of them.

    some prefixes I use:

    i - index
    c - count
    str - string
    f - boolean
    b - byte
    ch - char
    rg - list/array
    set - set
    map - map/dictionary

    int cchFoo = strFoo.Length; // count of chars
    char [] rgchFoo = strFoo.ToArray (); // array of chars
    int ichFoo; // index of chars
    for (ichFoo = 0; ichFoo cchFoo; ichFoo ++)
                setFoo.Add (rgchFoo [ichFoo]);

  22. Re:Hungarian Notation on Old-School Coding Techniques You May Not Miss · · Score: 1

    correct, Hungarian doesn't give you any guarantees. that's what type systems are for.

    what it does do is help. if you see

          strFoo = 3;

    then you know that's probably an error without having to look elsewhere.

  23. Re:IDE issues? on Old-School Coding Techniques You May Not Miss · · Score: 1

    even better:
    - edit variable name
    - Ctrl-Alt-F10, Enter

  24. Re:Code Heaven on What Happens To Code From Failed Projects? · · Score: 1

    actually, '=' (as in assignment) is the new GOTO.

  25. Re:Idiots on New Massive Botnet Building On Windows Hole · · Score: 0

    not at all: - install XP with network unplugged - turn on firewall - plug in network