Slashdot Mirror


User: autopr0n

autopr0n's activity in the archive.

Stories
0
Comments
4,754
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,754

  1. hmmm on Microsoft Fires Mac Fan For Blog Photo · · Score: 1

    Why would it be a suprise that Microsoft would buy g5s? I mean, what do you think they use to write Office for Mac and the other ports of their software? I mean, duh.

    But seriously, it's not like he worked in the department that was using the machines and just mentioned it, he just saw something going on and took a picture and posted it on his blog. It was an incredibly stupid thing to do.

    If I ran a multi-billion dollar company I wouldn't want ugly bastich going around snapping random photos of internal stuff and posting them on his blog.

  2. Would they? on W3C Requests Eolas Patent Re-Examination · · Score: 1

    Well, has microsoft ever used a patent offensively? I don't think they have, but then again they've never had to pay more then $500 million for one either (since the company is at least worth as much as the fine MS needs to pay).

    If I were this guy, I'd collect my half billion dollars, put the patent in the public domain, and move on. Being greedy about it is only going to make things worse for him.

  3. Yes, they can buy Eolas on W3C Requests Eolas Patent Re-Examination · · Score: 1

    They will have to pay a lot of money (more then 500 million, at least), and then they will own the patent

    Anyway, there are a lot of people and organizations in the world that are far more selfish and harmful them Microsoft.

  4. What the fuck? on SCO Madness Reigns Supreme · · Score: 1

    Um, wouldn't that put their code into the public domain to? Their arguments are so asinine it doesn't even make sense.

    Maybe it's all a pro-open source conspiracy to get the GPL proven and tested in court.

  5. not really on Using Honeypots to Fight Worms · · Score: 1

    All virus writers have to do is 'secure' the system they just compromized. This could be as easy as shutting down a service.

  6. Wow on Dell DJ: Yet Another MP3 Player · · Score: 1

    That submitter wasn't biased or anything. Holy fuck.

  7. Not like it matters on White House Website Limits Iraq-Related Crawling · · Score: 1

    Slashdot's "anonymous" IP hashes can be undone in 2^32 steps.

  8. equity? on SCO Calls GPL Unenforceable, Void · · Score: 1

    Since when do you need to be 'equitable' with enforcement of copyrights (which is all the GPL is)? Never!

    A copyright is just like a patent, you can let it lapse as long as you want and enforce it the last year if you so please, and against whoever you want. That's what lets you keep profiles of 'defensive patents', that's what let Unisys try to collect on it's GIF patent 2 years before it was going to expire. That's what let some company claim copyright on the movie "it's a wonderful life" after everyone thought it was in the public domain for decades.

  9. get spybot on Which Adware and Spyware are the Most Insidious? · · Score: 1

    Spybot works a lot better then ad-aware. Or hell, get 'em both.

  10. Yeah, and on Which Adware and Spyware are the Most Insidious? · · Score: 1

    Okay, it makes the program faster, but the computer slower to boot. And even then, why do they need an icon It's entirely possible to startup without having a tray icon.

  11. wow, idealab on Which Adware and Spyware are the Most Insidious? · · Score: 1

    Interesting, new.net is an idealab company, which is sort of the archetypal silicon valley pipe dream. Oh, we can't change the world and become billionaires, let's just fuck over millions of peoples computers so we can keep making payments on the cars we thought we had paid for by stock options. Pathetic.

    The T&C section is pretty standard fare, try to find some license that doesn't try to get the author off the hook. The GPL certainly tries, weather you pay for it or not (like buy disks from redhat)

  12. hahah on Which Adware and Spyware are the Most Insidious? · · Score: 1

    Damn I just posted so I can't mod you up. Oh well, made me laugh :)

  13. spyblast on Which Adware and Spyware are the Most Insidious? · · Score: 1

    I don't know what the hell it does, other then the fact that it claims to remove spyware, but in fact is spyware as detected by spybot. So now not only are these bastards praying on security holes on machines and less-then-attentive users, they're also praying on people who are actualy trying to remove there crap.

    I sware to god these motherfuckers, spammers, Spyware authors, and low-lifes in general are responsible for an over-all decline of the internet into suckattude.

    Someone smarter then me needs to figure out a way to create an internet that offers both anonymity and relative accountability (like the slashdot mod system, except something that actually works).

    I've only been infected with Spyware once, something called "surfer bar" which replaced IE's display, and replaced my address bar with it's own. It put in three buttons. I don't remember one, but the other two were "gambling" and "porno". I swear to god it got installed by an IE hole or something, and I switched to mozilla right after that.

    Oh yeah, and ad aware didn't even detect it, I had to manually remove it by going through the registry (thankfully it was simple, just a standard COM based extension to IE, except it called itself "win32.dll" and had no references whatsoever to "surferbar" in any text anywhere in any of it's files or registry keys...)

    One girl's machine I tried to fix had some process that would reinstall Spyware after it was removed by add/remove programs. I ran spybot on her system and it found 30 different types. But there was still some weirdness when we rebooted : (

  14. Hum... on C# 2.0 Spec Released · · Score: 1

    Thanks to slashdot's idiotic comment nesting, I thought you were replying to something else.

  15. Re:ugh on C# 2.0 Spec Released · · Score: 1

    What will all these people do when they actually have to code in C and suddenly discovered they don't actually know C, they know a subset of C++?

    I dunno? The same thing they might do when they actualy have to code in VB, or COBOL or scheme or Python? Like Learn it? Or do something else?

  16. Public key vs. symetric on NSA Turns To Commercial Software For Encryption · · Score: 4, Informative

    You can't really compare symetric key systems like AES with public key systems like ECC or RSA. With a symetric system you need keey your key secret, with public key you have two keys (encryption and decryption), and you only need to keep one of them secret. The other you can distribute far and wide.

    A lot of times, people will create symetric keys and then use public key systems to distribute them.

  17. booooring on C# 2.0 Spec Released · · Score: 1

    Java announced Generics months ago. In all, it seems like the java stuff is more exciting, although the lambda-like stuff in C# seems interesting.

    It's good to see commercial competition adding new features to commercial languages, although I hope they don't get so feature bloated they become like Perl.

  18. ugh on C# 2.0 Spec Released · · Score: 1

    What a shitty school. What the hell is the point of learning Pascal->C? Pascal and C are basically equivalent, except hat Pascal is much more Obsolete. And what's the point of learning C before C++? You can do anything in C++ that you could do in C, and you often have to do crappy things in C that would be much cleaner in C++.

    At our school C# is an elective.

  19. Because google *DOSN'T HAVE EVERYTHING* on Amazon's Book Search Hits a Snag · · Score: 1

    lthough why they would go to Amazon instead of Google to find that information is beyond me.

    The amount of usefull information in the world available to people on the internet, compared to whats available though, say, inter-library loan is actualy pretty small. Unless you're talking about a subject like Computer Sciance, or programming.

    I mean, try to find a lot of relavent information on the history of Taiwanese Americans (for example). I had to actualy get up off my ass and to the library in order to write a paper about 'em.

    Anything else non-technical, or, god forbid, written before the 90's is more in books then it is online.

  20. So what? on Preparing for the DARPA Autonomous Vehicle Challenge · · Score: 1

    There's no human in the car to keep safe. All they need to is provide an 'unflipping' mechanism, or put wheels on the roof.

  21. Deterministic agents on Preparing for the DARPA Autonomous Vehicle Challenge · · Score: 2, Insightful

    Well, it will always be "easy" for a computer to figure out the 'optimal' path through terrain. (of course, by "easy" I mean "NP-hard", but a computer could figure out the best easily-findable paths that another computer would probably use)

    This gets into game theory, i.e. choosing certain sub-optimal paths in order to reduce 'predictability'.

    If you're using simulated annealing or genetic algorithms to find a path, then you will probably be pretty unpredictable already, wether or not someone else has the source code.

  22. Huh? on Slashback: Diebold, Peroxide, Comdex · · Score: 2, Insightful

    If it wasn't for the fact that the content of the Diebold memo's is something every American should know about, there would be no legal reason for allowing it to stay up.

    Hosting the source to HL2 is totally illegal. Any responsible organization would take it down if they were liable.

  23. Do it the easy way on Preparing for the DARPA Autonomous Vehicle Challenge · · Score: 1, Funny

    Just fly over the desert :P

  24. Why not? on AT&T Moves Toward Mail-Server Whitelist · · Score: 1

    I don't think spammers care that much about getting AT&T employees while they are at work to try to hack this en masse.

  25. Hrm on AT&T Moves Toward Mail-Server Whitelist · · Score: 1

    Hopefully RMX will get off the ground soon, so we can all do this automaticaly.