Slashdot Mirror


User: BenV666

BenV666's activity in the archive.

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

Comments · 60

  1. Re:So how is Borland play on Linux? on Borland Releases New C++ Toolkit · · Score: 1

    Vmware?

  2. Re:Reply now for exciting business opurtunity! on SCO's Next Target: SGI? · · Score: 1

    Aaaargh, my eyes!!!! :) Good thing this kind of trash will not show up in my mail. Dear SpamAssassin takes care of that: Content analysis details: (7.6 points, 5.0 required) pts, rule name, description 1.9, DATE_MISSING, Missing Date: header 0.6, TO_MALFORMED, To: has a malformed address 2.3, DEAR_SOMETHING, BODY: Contains 'Dear (something)' 0.5, RISK_FREE, BODY: Risk free. Suuurreeee.... 2.3, GUARANTEE, BODY: Contains word 'guarantee' in all-caps 0.0, UPPERCASE_75_100, message body is 75-100% uppercase

  3. Re:72 hours thats pretty bad on ISP Recovers in 72 Hours After Leveling by Tornado · · Score: 3, Funny
    yes I am that manager
    So that's why your post is such a lovely formatted and readable text ;)
  4. Re:And posted in Askslashdot... on Armageddon... in 2014. Almost. · · Score: 1
    5) A futon, so you can both sleep, and sit back and relax (e.g., with previously mentioned porn) - space will be limited


    OMG, I won't be the only one to survive? :D
  5. Re:Vogel? on Cindy Smart Knows Better Than To Say Naughty Words · · Score: 1

    They actually achieved some compression with this, since it also is the dutch word for bird :)

  6. Re:License? on Quantum Logic Gate Created Using Excitons · · Score: 1

    That depends, what universe are you in? :)

  7. Re:Not really... on Netscape Founder Says Web Browsing Innovation Dead · · Score: 1
    (Opera maybe is fast but i use Linux so Mozilla is my choice).
    Could you explain that to me?
    I'm using Opera 7 right now, running linux.
    Or do you mean you prefer an open source browser like Mozilla?
  8. Re:Hotmail? and Spyware? on Microsoft Steps Up Anti-Spam Efforts · · Score: 1

    Fortunately there's Ad-Aware that helps to remove most of the spyware. It's usually the first thing I use when I have to 'fix' someone's windows pc.

  9. Re:The truely funny part of this... on BSA Creates Piracy Statistics · · Score: 1

    I take it you don't live in the US? :)

  10. Re:format c:\ on Spring Cleaning For Your Hard Drive · · Score: 1

    Yes, but get your commands right:
    format c: /autotest
    Confirmation? What confirmation?

  11. Re:Some thoughts on RAM on MySQL Creator Contemplates RAM-only Databases · · Score: 1
    For a very long time, the secret bottleneck in PC's (in that it wasn't advertised heavily) was RAM. That's starting to disappear
    ... It still is, however, the bottleneck is moving up towards the cache...
  12. Re:Correct me if I'm wrong on MySQL Creator Contemplates RAM-only Databases · · Score: 1

    That's what we have UPS for or battery backed ram. Also running a your database in RAM doesn't mean you don't have to backup...

  13. Re:Security! Security! Security! on Gates on Digital Restrictions Technologies · · Score: 1

    > hard drives that spin at 40,000 RPM because of "security" flaws

    Well, at least you have a replacement for your powersaw now ;-)

  14. Re:FP!!!! on Nmap Security Tool Survey · · Score: -1, Offtopic

    Too bad it doesn't have your name on it ;)

  15. Re:Upload speed and static IP addresses on Cable Beats DSL For Average Speed · · Score: 1
    But, even though my DSL upload speed is capped at 256 Mbps
    If you consider that a cap I wonder what kind of network you have there ;)
  16. Re:Reformatting my hard drive on Weekly Microsoft Critical Security Issue · · Score: 1

    Won't work out great at all, unless you've put them on cd already ;)

  17. Re:Just for laughs on Opt-In Junk Fax Law Survives Court Challenge · · Score: 1
    I'll check back in about 6 months and let you folks know how much that has changed. ;)
    My guess is that the account will be long disabled by then ;)
  18. Re:what about mailing lists ? on IBM Researcher Offers an E-Stamp Spam Solution · · Score: 1
    but read all of them
    Man, where do you get that amount of time? That's a huge amount of mail :)
  19. Re:Is this Monday? on Microsoft Bug May Attract Big Worm · · Score: 1

    Not as far as he knows ;)

  20. Re:Computer Systems Standard Names Stuff on The Future of PC Games, According to Microsoft · · Score: 1

    Sometimes I suspect having a 'Doomed-class' computer ;)

  21. Issue on SETI@Home 2nd Look at Possible Hits · · Score: 5, Interesting

    The only problem they have with Seti@home these days is the statistics.
    I know a few people who actually compete over who has computed the most packets. People also try to cheat to get high stats, that is where it goes wrong...
    Therefore it might be better to ditch those stats all together, or at least make them less informative...

  22. Re:ObPrediction on Review of First 10K IDE Drive · · Score: 1

    What's wrong with 5400 RPM? ;)

  23. Re:Redundancy? on Program Hides Secret Messages in Executables · · Score: 5, Informative
    Can someone explain to me exactly what this means?
    It means exactly what it says, there is more than 1 road that leads to Rome.... combining instructions in different ways leads to the same results.
    Will all i386 executable binaries have unnecessary redundancy?
    Almost everything can be done in several ways. Consider these 2 pieces of asm:
    XOR DX,DX
    MOV AX,3
    MOV BX,4
    MUL BX
    verses
    MOV BX,4
    MOV AX,3
    XOR DX,DX
    MUL BX
    Same results, same size, different order :)
    Could the size of the binary be harmlessly reduced by removing it? If so, then why isn't this done?
    Often the binary can't get much smaller without having effect on efficiency of the code, as far as I trust compilers that is :) (ASM rules!!! :)) I.e.
    MOV AX,A000
    MOV ES,AX
    verses
    PUSH A000
    POP ES
    Same effect while the latter saves 1 byte in code.
  24. Re:So long as... on 3D Mark 2003 Sparks Controversy · · Score: 1

    I bet you've never been fragged by a red spot on the floor ;)

  25. Re:Why 64 bit on Linus Has Harsh Words For Itanium · · Score: 1
    Would you really want to return to the dos himem.sys, memmaker, extended and expanded memory, and autoexec.bat hacks again?
    You betcha, do you know how many people I impressed as an 8 year old kid creating those fancy config.sys and autoexec.bat files? ;)