Slashdot Mirror


User: Shawn+is+an+Asshole

Shawn+is+an+Asshole's activity in the archive.

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

Comments · 629

  1. Re:Never!!! on Sun Urged to Give Up OpenOffice Control · · Score: 1

    I thought it was a band.

  2. If AIDS is cured.. on Possible Breakthrough for AIDS Cure · · Score: 1

    Nazi's riding dinosaurs will once again walk the earth, and rivers of lava will flow freely across the land.

  3. I Second That on .Net Programmers Fall in CNN's Top 5 In-Demand · · Score: 1

    Eclipse rocks. I use it for all my PHP, Ruby, Perl, and Java work.

  4. Have you tried that? on .Net Programmers Fall in CNN's Top 5 In-Demand · · Score: 1

    Unless things have changed dramatically in the last year, I wouldn't count on that. Last year I took C# and VB.net. I couldn't even get simple "Hello World" apps built in Visual Studio to run in Mono. .NET=Further locked into Windows

  5. Re:Used games on 'Used' A Dirty Word in Gaming · · Score: 1

    I remember when I was young and all the best Nintendo games got the neat "Player's Choice" sticker and a price reduction down to $20, which was very reasonable for a game I knew was going to be good.

    That's still done, at least for the PS2. It usually says "Greatest Hits" and sells for $19.95. Those are the only new games I actually buy, everything else I get used.

  6. Re:Biting the hand that feeds it? on Microsoft Licensing Fee Intended To Reduce Hobbyists · · Score: 1

    Plus, if you're a student and take a programming class you get Visual Studio (full) for free, along with Project, Visio, SQL Sever, etc. If you take the Windows XP class (which is required where I go) you can even get a copy of XP for free.

    M$ knows how to get students addicted to their products.

  7. Re:Wait a minute, this is Slashdot on Publishers Say 'Fact-Checking Too Costly' · · Score: 1

    You only paid $85 for a new book? At the book store the cheapest I've bought in the last two years was $85 used. This semester, for two courses, cost me about $300.

  8. Re:Are the systems identical? on Installing Windows with Recent Updates? · · Score: 1

    With dd if you have a 80 hd, you now have an 80 gig image. Gzip or bzip2 might take it down some, but it will still be insanely large.

    If you insist on using cloning (imho, bad idea) you can use the free ntfsclone, which is part of the Linux NTFS project. With gzip it will get down to about a gig.

    Whenever I have to reinstall someone's Windows system, the first thing I do after activating it and applying all Windows updates is to make a clone with ntfsclone. I then build a Linux-based restore dvd for them so they (and I) won't have to deal with activation the next time.

    If you're looking to install more than one computer, though, reconsider using imaging. Spend a weekend learning how to use Unattended, AutoIt, and secedit/a After using this for a little, you're just cringe when someone suggests imaging.

  9. Should be on Court Rules Burning Porn = Making Porn · · Score: 1

    It should be 14.

    According to AgeOfConsent.com it's 14 in Missouri and Iowa but that only applies to guys, though. It's 17 and 16, respectively for women.

    Here's the chart:

    http://www.ageofconsent.com/ageofconsent.htm

  10. Re:OmniGraffle on The Most Desired Linux Ports · · Score: 1

    Read.

    --
    Beer Good. Napster bad.

  11. I knew it! on Are Alternative Sleeping Patterns Effective? · · Score: 5, Funny

    If you forcibly deprive someone of sleep, they end up with physical brain damage and then die.

    So it is true that my boss is trying to kill me. I though I was just being paranoid.

  12. Re:My Method on Stubborn Spyware Removal Advice? · · Score: 1

    It's actually not much work at all, once everything's set up. I even use auto-it scripts to take care of most of the windows side. I clean several computers a month (I do it on the side) and rarely spend more than 10 or 15 minutes doing actual work on any one computer. All of the scanning takes about 7 hours, though.

    The reason I use Linux in the process is because it's difficult to properly clean an infected system from within the infected system. It's also nice how many of the virus scanners have free Linux versions.

  13. AMD64 on Intel and HP Commit $10 billion to Boost Itanium · · Score: 1

    Are there any advantages to using the Itanium over an Opteron or Athlon 64?

  14. My Method on Stubborn Spyware Removal Advice? · · Score: 1

    Create a PXE-based linux system (or live cd) that contains:

    fuse
    captive-ntfs (to give read-write access to ntfs partitions)

    and the following virus scanners:

    clamav
    bitdefender
    avg
    f-prot

    Mount the fs, and update the above four scanners. First run ClamAV, then BitDefender, then AVG, and F-Prot. The order isn't important.

    Boot into Windows and install:

    HijackThis! (be very careful, and google anything before removing)
    Spybot Search & Destroy
    Ad-Aware
    Microsoft Antispyware
    Bitdefender
    AVG

    Run all of them in Windows.

    Boot into Safe Mode, run them all again.

    Boot back into Windows. Re-run Hijack this, Spybot, Adaware, and Microsoft Antispyware. Check the sure make sure everything works normally.

    Boot back into Linux. Re-run all of the scanners. If anything is still detected, google it and learn how to remove it manually.

    The downside to the above is it takes time, but it's not difficult and very effective. For the Linux-side stuff it takes like a minute to write a shell script to do it automatically.

    I clean systems like that all the time and can get rid of some really nasty stuff. I usually don't spend more than 15 minutes actually working on it.

  15. Re:OmniGraffle on The Most Desired Linux Ports · · Score: 1

    I know it's for OS X, and that is where I use it. I'd like to see it ported to Linux.

  16. OmniGraffle on The Most Desired Linux Ports · · Score: 1

    OmniGraffle.

  17. Harold and Kumar on Do Booth Babes Really Matter? · · Score: 1

    Goldstein: This movie makes no sense. She's possessed, she's not possessed... that rack had better be stacked. OH! TITS! Those aren't real. Yes, they are!

    Later on..

    Kumar: How were Katie Holmes' tits?
    Goldstein: You know the Holocaust?
    Kumar: Yeah?
    Goldstein: Picture the opposite of that!
    Kumar: Nice!

  18. Drew Barrymore... on Brain Surgery Patient Trapped in a Mental Time Warp · · Score: 1

    Damn she was hot in that movie...

  19. Re:"IE7" on IE7 To Support XMLHTTP Requests · · Score: 1

    And this is different from browser detection, how?

    Well, you're only adding three comments to the file. In the past I just wrote workarounds that worked for all browsers and it was difficult to maintain and very messy. Currently I create a clean template for each browser type. Lateley, though, I've been using IE7 in the development of a (internal) webapp and it's been great so far. Nothing more than those three comments.

  20. "IE7" on IE7 To Support XMLHTTP Requests · · Score: 1

    You can actually force IE 5.5 and IE 6 to parse pages correctly, including CSS. All you have to do is add a few lines to your page that other browsers treat as comments. The script is called IE7, and I've been having good experiences with it. It also fixes the PNG support (yes, alpha transparency).

  21. Re:Dual Booting is not the answer on EFI Modifications Leaves iMac Unbootable? · · Score: 1

    I use QEMU regularly under Linux on a Athlon 64. It's significantly faster than Bochs, though much slower than VMWare.

  22. Re:"Star Trek" Solution to Space Garbage on NASA Warns of Cluttered Space · · Score: 1

    Alex Chiu claims to know how to build a UFO and a Teleporter...

  23. Re:Increase terrorism this way? on NYC Subway Cell Service, No Cell-Related Cancer · · Score: 1

    My phone, at least, requires a signal for the alarm to work.

  24. Product Activation on Ask Microsoft's Security VP · · Score: 3, Insightful

    Will Vista still have the same anoying Product Activation that only affects legitimate users of the software?

  25. Sure on Ask Microsoft's Security VP · · Score: 1

    Also to be included in Vista: OpenOffice.org

    Hell will freeze over before Microsoft includes Firefox. Where's the lock-in in that?