Slashdot Mirror


User: wumpus188

wumpus188's activity in the archive.

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

Comments · 271

  1. I'm safe on Skype Trojan Can Log VoIP Conversations · · Score: 1

    Use OGG and you'll be safe too.

  2. Measures on Legitimate ISP a Cover-up For a Cybercrime Network · · Score: 1

    What security measures should be taken to prevent normal users from falling victim to such malicious bodies?

    I think a massive DOS attack will teach these Estonian bastards! Oh wait..

  3. Thank you on "Easy Work-Around" For Microsoft Word's Legal Woes · · Score: 1

    I hear the sound of the millions of ./-ers sighing with relief.

  4. Re:There is an even easier work around on Airborne Laser Successfully Tracks, Hits Missile · · Score: 1

    Cheaper? My friend, when you'll start shooting anti-ICBM missiles, money won't mater anymore.

  5. WTF on Firefox 3.5's First Vulnerability "Self-Inflicted" · · Score: 2, Interesting

    "Looking at the exploit code and our test cases, I think this is self-inflicted and we should have hidden the bug earlier"

    Nice attitude, guys...

  6. Re:Ruby on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 0, Flamebait

    Because speed is not everything.

  7. Re:IIS, once again on US Federal Government Launches Data.gov · · Score: 1

    What's so proprietary about dbf? It's so ancient, the specs themselves are old... f.i. here's some. I'm sure there are many free/oss converters too.

  8. Not news on Windows 7 RCs Shut Down To Force Updates · · Score: 1

    How is that news? MS says about shutdowns right there on RC's download page. Must be a really slow news day, nothing to chew MS for...

  9. Re: disillusioned? on Lenovo On the Future of the Netbook · · Score: 1

    I don't think it means what you think it means.

  10. Re:One of these things is not like the OOthers on An Early Look At What's Coming In PHP V6 · · Score: 1

    Is that really PHP-ish way of adding elements to array? Wow...

  11. Not interested on Microsoft Bans VoIP, Rival Stores At Mobile Market · · Score: 1

    Apple's policy may be messy, but for me the important difference is that MS doesn't seem to be interested in individual developers (see faq. As a result, I (currently iPhone developer) do not care for them either.

  12. Re:Why so long? on NASA Moon Launch May Be Delayed After 2020 · · Score: 1

    I guess it would be hard to go agile on $500m .

  13. 35 years? on Women Skip Math/Science Careers To Have Families · · Score: 1

    Wow... they could just Ask Slashdot.

  14. Re:OSX UAC on UAC Whitelist Hole In Windows 7 · · Score: 1

    There is nothing separate from the POSIX permissions in OS X

    This is not correct and has nothing to do with Finder. In addition to file permissions, there are also "file flags" that add additional file security:

    $ touch test.txt
    $ ls -la test.txt
    -rw-r--r-- 1 user staff 0 Mar 8 11:12 test.txt
    $ chflags uchg test.txt
    $ rm text.txt
    rm: test.txt: Operation not permitted

  15. Re:no update for Windows, or "bad" people in the E on Shaming Russia Into Action On Cyber Crime · · Score: 1

    It's not that hard to fool Genuine Windows validation and keep Windows patched (on XP, at least - all that required is patched version of LegitCheckControl.dll which is easy to find). My guess is that most of these pirated XP disks already have validation cracked and latest service packs installed.

    The problem is inherent to Windows itself - legit or not, cracked ot original, some day your Windows PC is going to be 0wn3d.

  16. Re:Yes, PowerShell on Steve Bourne Talks About the History of Sh · · Score: 1

    Here's another example: finding all empty folders below the current one

    In PowerShell:


    $a = Get-ChildItem . â"recurse | Where-Object {$_.PSIsContainer -eq $True}
    $a | Where-Object {$_.GetFiles().Count -eq 0} | Select-Object FullName

    Using find:

    find . -type d -depth -empty

    Hmm... No COM, .NET or WMI technologies required.

  17. Re:not a question on Open Source Usability — Joomla! Vs. WordPress · · Score: 2, Insightful

    Does anybody honestly think that the traditional Unix filesystem heirarchy makes an ounce of sense in 2009?

    Yes.

  18. Re:The whole point of Chrome on The Future of Google Chrome · · Score: 1

    There used to be no debugger at all... alert(), anyone?

  19. Re:Irony and opportunity... on Adobe Flaw Heightens Risk of Malicious PDFs · · Score: 1

    There's no 'Display PDF' on OS X, you've probably mistaken it with Display Postscript from Classic Mac OS era. What are you saying might have been true for Display Postscript, but OS X's Quartz 2D is something completely different.

  20. Re:Is this useful? on FSFE Launches Free PDF Readers Campaign · · Score: 1

    Fonts.

  21. Re:Is Everybody Insane??? on Miscalculation Invalidates LHC Safety Assurances · · Score: 1

    A black hole CAN NOT BE CREATED By US!!!

    Don't worry... EU can.

  22. Re:Metric ? on AMD Phenom II Overclocked To 6.5GHz · · Score: 1

    I don't know in what weird part of the world you are, but here on Earth -242C is not considered to be "everyday temperature".

  23. Re:News? on Plethora of New User Space Filesystems For Mac OS X · · Score: 1

    causing major system trouble

    As in "breaking Pwnage tool"? Oh noes...

  24. Re:Just a thought... on BT Silences Customers Over Phorm · · Score: 1

    You are wrong. Not sure about Phorm, but at least NebuAd does this with content owner consent. Content owner then gets some clicks from the ads, just like with AdWords.

  25. Why? on Shuttleworth On Redefining File Systems · · Score: 5, Insightful

    ... just finished editing a critical report, saved it, and then couldn't locate it to deliver to their client.

    Well, there are some people who can't find Pacific Ocean on the map. I dont see map makers running around in panic, thinking how to make their maps more accessible to the general population...