Slashdot Mirror


User: raider_red

raider_red's activity in the archive.

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

Comments · 727

  1. Re:A license-picking wizard on India Eyeing Its Own Open Source Licence · · Score: 1

    The GPL and, for example, a Microsoft EULA, are so different that you'd need an advanced degree in symbolic logic to come up with ways to categorize them like that.

    That's the best argument for throwing them out and starting with something that can be understood by real humans.

  2. Re:A license-picking wizard on India Eyeing Its Own Open Source Licence · · Score: 4, Informative

    Sort of. The creative commons web site has something along those lines at this link

  3. Re:Portable? on Due Next Year: Dell's 19-inch Laptop · · Score: 1

    I think I was six when those first came out. They were bigger than I was.

  4. Portable? on Due Next Year: Dell's 19-inch Laptop · · Score: 5, Funny

    I think Dell's going by the military's definition of "portable" which is any piece of equipment that can be moved by two soldiers. It's also sometimes used to refer to any piece of equipment that can be moved by a HMMT. You know, like a portable PATRIOT launcher.

  5. What this really means on Longhorn: Fewer BSODs, More RSODs · · Score: 1

    //Changed screen color from 0x0000ff to 0xff0000

    int screen_color = 0xff0000

  6. It costs how much? on Space Needle To Become WiMax Antenna · · Score: 2, Interesting

    In Seattle, there's probably enough coffee shops to blanket the entire city with wi-fi. Who do they think is actually going to pay those rates?

  7. Re:Why stop there? on Tracking Sex Offenders via GPS for Life · · Score: 1

    Let's tag the underage girls. Take your reader to the bar, problem solved.

  8. Darn, I missed it on Time Travelers' Convention · · Score: 1

    I was going to drop in from 2025, but the mail was late delivering the invitation. Damn if the post office just doesn't keep getting slower in the future.

  9. Thank you to the Dutch goverment on Dutch Pass iPod Tax · · Score: 2, Funny

    I'm going to run down to my travel agent this afternoon and book a plane ticket to Munich. While I'm there, I think I'll max out my credit card buying iPods, and jump on a train to Amsterdam. I should be able to make enough in black market sales to pay for my plane ticket home.

  10. Re:So... on Microsoft Scales Down Palladium · · Score: 1

    So basically, instead of just plugging it in and having it work, you want to plug it in and not totally mess up the running system. That would be a nice improvement.

  11. Re:So... on Microsoft Scales Down Palladium · · Score: 1

    Improved as in "you can plug in your gadget without instaling the drivers first"?

    So basically, it'll work just like a Macintosh. It's about time MS figured out how to make that work, Apple's only been doing it for twenty years or so.

  12. Re:You are an idiot on Microsoft Scales Down Palladium · · Score: 1

    They may be installed on 95% of desktops, but that's not making them any money unless people are upgrading. Right now, MS is only making money when someone buys a new computer, which has been a slow market for the last couple of years.

    Unless they can show some innovation and improvements in their product, they will be overtaken, especially with efforts to introduce open-source in the government and education sectors, and with Apple rolling out great new products all the time.

  13. Re:Can't we just settle the argument? on The Truth About Linux and Windows · · Score: 1

    I use OS X daily. It replaced all of my Windows machines at home. In a business environment though, it's mainly a proble of selling it as an alternative. I've got about half my engineering co-workers using it at home, and most of marketing in the workplace. The managers can't get past the cost factor. (In spite of the fact that a Mac is really no more expensive than a Windows box.)

    My main reason for using it is because it is essentially self maintaining, and gives me the same flexibility as any other flavor of Unix.

  14. Yeah, but for those of us in Texas... on The Truth About Linux and Windows · · Score: 1

    The Toyota Tundra is made in San Antonio. That's definitely better than one made in one o' them Yankee states like Michigan.

  15. Can't we just settle the argument? on The Truth About Linux and Windows · · Score: 4, Interesting

    Okay, here's a novel thought to settle the argument: Windows is better for some applications, and Linux is better for others. If I want to set up a desktop that's easy to use for those without engineering degrees, I'll probably recommend Windows. If I want to run a data center which requires high flexibility, fast file access, and reliable, reduntant storage, I'll use Linux, or possibly Solaris. And finally if I want to deploy a large number of engineering workstations, I'll go with Linux.

  16. Jail time for non-violent offenses on Congress Declares War on File Leakers · · Score: 1

    Check your local laws to see how much time you'd serve for assaulting a stranger on the street. I'm willing to bet it's not three years. In that light, does it make sense to assign that kind of sentence to copyright violators?

  17. Not such a great inconvenience on It's not a Feature, It's a Vulnerability! · · Score: 0

    I'm sure that both of the Apple users who use this feature were pissed. The rest of us really don't care.

    I've never really understood the need for the setuid feature. I always managed to get my programs and scripts to work just fine without it.

  18. Preperations on Asteroid 2004 MN4 May Hit Earth After All · · Score: 1

    We need to get a couple of spaceships ready for a rondevous. We'll also need a very high yield nuclear device, or a very powerful rocket to alter the orbit of the asteroid.

    Also, we'd better put Bruce Willis in cryo-freeze for the next 24 years.

  19. Re:depends on who is riding the bicycle on Optical Computer Made From Frozen Light · · Score: 1

    Give it a couple of years. Lance Armstrong still has time to break a few more records.

  20. USB driver support on How to Prevent IP Theft by Your Own Employees? · · Score: 1

    In linux, it's possible to selectively enable USB drivers for certain typs of devices. The boxes we have at work will only support USB keyboards and Mice. Any other device won't be recognized.

    It gets more complicated when you have network connections...

  21. Re:I'd Pay For This In The U.S. on France May Require Biometric ID Cards · · Score: 1

    I already have a Driver's license, a U.S. Passport, and a Texas Concealed Handgun License. (All of which by the way are against my Libertarian leanings.) Also, my fingerprints are already on file with the DPS, the FBI, and the FAA. (From background checks, all of which have certified me as a bona fide Good Guy.) How is one more I.D. Card or sheet of paper going to make me and my fellow Americans safer?

  22. Preferred destruction methods on Secure Hard Drive Deletion Appliance? · · Score: 1

    I usually stick with using either an AR-15 or a M1911 for disposing of hard drives. YMMV depending on your aim.

  23. developer.apple.com on Modern Mac Development? · · Score: 1

    The Apple Developer web site has a lot of documentation to help get you started. There are several paths you can use to develop Mac applications. Cocoa is the preferred way from Apple, and relies on an OO framework written in Objective C. They also offer Carbon, which is a procedural interface to a lot of the same functionality written in C.

    I'd definitely recommend a copy of "Building Cocoa Applications" published by O'Reilly. It walks you through the basics of Cocoa, and also introduces interface builder, which is a very powerful tool for creating applications. It's possible to create fairly rich applications with no coding using IB.

    XCode is a great code management tool. It has a decent editor, a good interface to CVS, and is much more intuitive than Visual Studio. (At least for me.)

  24. XBox reference on Microsoft Porting SQL Server To New Platforms · · Score: 1

    If you'd left out the XBox reference, this might be almost believable--which would make it a better April fools' joke.

    Maybe a port to OS X instead.

  25. Orwellian Societies on Why One Man Got a Guerrilla RFID Implant · · Score: 1

    I thought the point of an Orwellian society is that you can't opt out of it.