Slashdot Mirror


User: scovetta

scovetta's activity in the archive.

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

Comments · 516

  1. Re:Why shouldn't certification be free? on Free SSL Certificate Project · · Score: 1

    True, but seeing :8443, :8444, :8080, :8081, etc looks a bit un-professional. My hosting service charges an extra buck or so per extra IP address. Having multiple IPs isn't a problem in most cases. However, it would be nice if they updated SSL to deal with host headers (not sure how they'd do that, since they're encrypted, but whatever.

  2. Re:Yea definitly spyware.... on iDownload Tries to Silence Spyware Critics · · Score: 1

    I think they got certification from the Insensitive Clods Spyware Association

  3. Re:Anyone Question the Existence of Dark Matter? on Astronomers Find Star-Less Galaxy · · Score: 1

    It was easy to disprove the existence of aether with the Michelson-Morley experiment

    True, but before the Michelson-Morley experiment, it was impossiblet to disprove this fact. Until someone runs the "Richardson-O'Reilly" experiment, it'll be impossible to disprove dark matter too.

    IANAA, but dark-matter sounds a bit like Tachyons, Anti-Time, and other Star Trekisms. But I hope it's true, I sure as hell don't want the universe imploding back in on itself.

  4. Google and Sysinternals... on SysInternals Releases RootkitRevealer · · Score: 2, Interesting

    Google and Sysinternals are the only two companies that always make me feel good about being a Computer Scientist.

    If I were Google, I'd buy Sysinternals and have them help build GoogleOS.

  5. Point of the article in 50 words or less... on Microsoft Warns of Impossible to Clean Spyware · · Score: 1

    1. dir /a /s > a:\infected.txt
    2. reboot to floppy w/ NTFSDOS on it
    3. dir /a /s > a:\reality.txt
    4. diff infected.txt reality.txt

    Not a bad idea, I thought Microsoft Research did more hardcore stuff though....=

  6. Re:This isn't really a problem on Microsoft Warns of Impossible to Clean Spyware · · Score: 1

    Maybe I'm stupid here, but a $20 router will block incoming traffic. Just make sure you're not plugging your computer directly into the cablemodem/dsl/whatever and you should be fine.

    As another option, get your base O/S hardened, then run VMWare and install a dup O/S in that, run it when you want-- you can have a "P2P" O/S that you know is going to get screwed with, but it's isolated, so it's not that bad. And if you need to go back to square-1, just re-load the original image.

  7. Re:What if I DO have a copy of their software? on Microsoft Blocking Wine Users From Downloads Site · · Score: 1

    True, I believe Codeweavers released "Crossover Office" or something like that-- it's Wine + config scripts to help get IE, Office, etc running under Linux.

    So now I can't get updates for it? Or do I have to have a throw-away Windows box to download the updates on and then transfer over?

    When is GoogleOS coming out?

  8. Re:In my opinion -cowboy neil for president on Web Design on a Shoestring · · Score: 1
  9. Re:network.enableIDN on Mozilla Drops Support for International Domains · · Score: 2, Informative

    Or use my fix: http://www.scovettalabs.com/advisory/SCL-2005.002. txt in corporate environments (or home use too).

  10. Awful joke. on The Cure for Cancer Might be: HIV · · Score: 3, Funny

    "Sir, I've got bad news. You've got cancer and Alzheimer's."
    --"Well at least I don't have cancer!"

  11. Copyright infringement? on New Orbitz Terms Prohibit Inbound Deep Linking · · Score: 1

    Ok, don't kill me for this, it's just an idea... Could Orbitz claim that their URLs are their intellectual property, and forbid anyone else from using that property (unless they follow the rules)? Could you call deep-linking (or linking in general) "plagarism", since you're copying someone's location word-for-word?

    I think it'd be total crap if this *could* work, but I'm just not surprised anymore about the screwed up laws concerning IP.

  12. On the contrary on How Heraclitus would Design a Programming Language · · Score: 1

    On the contrary, I found that my CS education (bachelors, masters [Cornell University]) was very much NOT about vocational training. In fact, I can probably count on one hand the number of times that I've needed something for my job that I learned mechanically how to do in school. Learning a programming language on your own was par for the course. Classes were about theory.

    Of course, I graduated way back in 2001, so I'm sure the landscape has changed-- or maybe just in crappy cs schools.

  13. proxy.pac fix for this vulnerability on Shmoo Group Finds Exploit For non-IE Browsers · · Score: 1

    I've posted an advisory/fix for this vulnerability on:
    http://www.scovettalabs.com/advisory/SCL-2005 .002. txt

    You can add a bit of code to the "autoconfig" script that will filter out the bad characters (actually, they'll only allow good characters).

    I'm using this workaround myself, and it's pretty fast, almost un-noticeable, and should work for any sites that attempt to exploit this.

  14. Stupid Trick on Use A Regular Phone For Cellphone Calls · · Score: 1, Interesting

    I've been using this (stupid) trick to talk to my girlfriend (long distance): Party A: Forward your cell phone to Party B's Land-line, then call your own cell phone FROM your own land-line. Now you're both talking on normal-size phones, and you're using cellular minutes (good for night/weekends). Sure, you're double-paying slightly, but it's definately worth the not-brain-tumors.

  15. From the 'Yeah, well, duh!" department on Don Box: Huge Security Holes in Solaris, JVM · · Score: 2, Interesting

    JNI is an absolutely necessary part of Java. How do you think System.out.println() really works? Down through the (many) layers of calls within standard Java classes, you eventually get to a JNI call. In fact, without JNI, Java wouldn't be able to access the network, files, console, etc. It's like saying the keyboard is responsible when you type format c: (or when you click-click-click for the younger generation).

  16. Re:So you mean to tell me on Gosling Claims Huge Security Hole in .NET · · Score: 1

    I agree, the article was crap. Java can do essentially the same things by using JNI (Java Native Interface-- you call DLLs from Java). I like to bash Microsoft just as much as the next /.er, but the inclusion of the ability to execute unsafe code on .NET isn't a vulnerability, nor is it a mistake. It's a choice. If you write crappy code, don't blame the language.

  17. Who needs DNS?! on The Evolution of the Phisher · · Score: 1

    I just keep a copy of the IP addresses to all of the sites that I visit on a piece of paper. Who needs DNS anyway?

    Seriously though, any reason why the kernel's DNS-lookup procedure couldn't be changed to verify the IP through N servers instead of just the primary server? Of course, if one of the root dns servers go down, then that's it, but it's more likely that YOUR ISP's box will get rooted.

  18. Re:Yes on 'Evil Twin' Threat to Wireless Security · · Score: 1, Flamebait

    How often do you look at the name in the SSL certificate for each page that you're on? Do you regularly review your CA trust configuration? SSL is *very* susceptible to MITM attacks. Are you also using a local DNS server or are you asking the router for the IP of "www.capital1.com"? Are you at least resolving the IP independently and verifying?

    Anyone who thinks SSL is secure needs to get their learn-on.

  19. Re:Obviously frivolous on Spammers Sue Spamee · · Score: 1

    I accidently installed some spyware on my box a few days ago. The agreement was buried inside of a long "Click here if you agree" box that I found afterwards. Technically, it was my fault.

    Even otherwise, is installing software on someone else's computer a felony? What law does that break? And technically, the end user themselves installed the software. The fact that they weren't aware of it could range from virus-style installation to "oh, i just clicked Yes"

  20. Re:Obviously frivolous on Spammers Sue Spamee · · Score: 1

    Yes, but isn't "He's a criminal!" play the line between fact and opinion?

  21. Obviously frivolous on Spammers Sue Spamee · · Score: 1

    There's absolutely no basis (at least in the article) for how this could *possibly* go for the assclowns--err, spammers. You can't be sued for libel if what you say is true.

    I think this would be a great place for a counter-suit. Send a chill through the spammer community.

    In related news-- I was recently approached by a spyware/spam company ("Vista") wanting me to let them place active-x ads on my sites. I wrote about it here. They offered me "a few thousand dollars". Tough to pass up...They need to litigate this.

  22. Re:Will this work? on Google Cans Comment Spam · · Score: 1

    I think the point is that the application logic will place the rel="nofollow" attribute in. I doubt that anyone will add:
    <a href="www.v1agr4.com" rel="nofollow">Cl1ck here</a>
    to their posts.

  23. Are you hiring? on Independent Developer Projects in the Workplace? · · Score: 2, Funny

    20% of your time on creative projects? This would be great for creative, talented people. Everyone else would just be browsing /.

    (ducks)

    Mod Funny, not Flamebait!

  24. Re:"We work eight hours a day." on We Pay Our Rent By Buying Coffee · · Score: 1

    I guess that was just my bad attempt at, "oh poor us"-style /. humor. Actually, I think that's really cool, if I often go to Panera Bread or Borders to get reading/work done when I can't do it at the office. Nice music, sort of quiet, coffee, just a great environment.

  25. "We work eight hours a day." on We Pay Our Rent By Buying Coffee · · Score: 1

    "We work eight hours a day."

    Damn, I want their job. Only 8 hours a day? Do they mean 7 days a week?