Slashdot Mirror


User: coug_

coug_'s activity in the archive.

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

Comments · 83

  1. Re:how these work ... on Hack Your Ride · · Score: 1

    This definitely voids your warranty, not to mention probably breaking environmental and other regulations, if you do it to street machines.

    I'll agree with the latter, but not the former. Unless the dealership/manufacturer can prove that the alterations made on the car are directly related to the part being warrantied, then your warranty is still valid.

    For example - if your power windows stop working while the car is under warranty, you have every right to demand that they be fixed.

  2. Re:Car chippers on Hack Your Ride · · Score: 5, Informative

    Having owned a car with this capability in the past, I can provide some insight. The chip supplier installs 2 or more "programs" that you can switch between (stock, chipped, valet, and race gas are some of the more common programs). To switch between programs you hold down your cruise control and after a few second a light will flash on your dash X number of times letting you know which program you're switching to.

    In short, your cruise control works just fine with the switchable programs.

  3. Re:Sw$$t... on U.S. Students Shun Computer Science, Engineering · · Score: 1

    Prescription for Viagra? What are you talking about? You can just order it over the net... right?

  4. Repost on USPTO Grants CA Lawyer Domain-Naming Patent · · Score: 1, Redundant

    Wasn't this posted some time ago?

  5. Physical addresses? on RIAA Files 532 Lawsuits · · Score: 1

    Can I sue physical addresses then?

    I'd like to sue 1600 Pennsylvania Avenue. :)

  6. Sounds familiar on Australia To Use GM To Control Carp · · Score: 2, Funny

    Didn't they try this in Jurrasic Park?

  7. Re:Oh, GODS! on What's the Worst Job Posting You've Seen? · · Score: 1

    I *still* see job postings requesting 10 years of Java experience... I tried to do the headhunters a favor by informing them that Java has not been around for 10 years... I didn't get a thank you back for some reason.

  8. Re:Wahoo! on Finally: Broadband for the Commodore 64 · · Score: 1

    We already played that game... it wasn't a pretty sight...

  9. Salaries? on Social Engineering Still Best Way to Crack Security · · Score: 2, Troll

    Aren't salaries in most UK businesses public?

  10. Moderators on Toms Hardware Reviews 65 CPU's, Past & Present · · Score: -1, Offtopic

    Could someone mod this to -1 redundant? :D

  11. Re:Burn an Image file to CD? OF course! on Yamaha To Withdraw From CD-R/RW Business · · Score: 1

    Someone seriously needs to mod this one up (or mod the original down, as it's extremely dumb and pointless). He's right, the original poster obviously didn't read the Tom's Hardware article about the CD writer that can create pictures on the bottom of the CD (well, only where no data is written.. making the feature virtually useless).

  12. Re:Spinal Tap's next album on Blacker Than Black · · Score: 1

    Ah-ha! Beat ya by one post! See? :)

  13. Whaaat? No Spinal Tap quotes yet? on Blacker Than Black · · Score: 1, Funny

    "It's like, how much more black could this be? and the answer is none. None more black."

  14. Bad article title on Moore's Law Disputed · · Score: 4, Interesting
    The linked article does not dispute Moore's Law, it merely does the following (from the article):


    "The present paper argues that Moore's Law has not been a driver in the development of microelectronics or information technology. "


    A better title might have been: "Moore's Law - Not All It's Cracked Up To Be"

  15. Re:Probably nitpicking, but... on The Captains of Nautilus · · Score: 1

    I'd assume that these two (and I don't know) are known for the development of GNOME itself (making them a GNOME hacker) rather than for the development of GNOME-based applications.

    If you're saying that they should have been referred to as simply "programmers" (not GNOME or otherwise), then I think it's worth noting that they (presumably) have helped develop GNOME itself rather than just being two random developers taking over Nautilus.

  16. Re:Again ?? on T-Mobile Sidekick Reviewed · · Score: 3, Informative

    Uh.. it's the same gadget, but this is actually Rob (CmdrTaco) reviewing it not a link to someone else's review of the unit. That's why it's listed as a "Feature" rather than a normal news article (which typically has a link that is being referenced).

  17. two words on IMAX Develops Movie Transfer Technology · · Score: 0, Redundant

    IMAX Porn

  18. Re:The problem with all these cars... on Alternative-Fuel Vehicle Recommendations? · · Score: 1

    There's also the Civic hybrid if looks are an issue.

  19. Katz missed something.. on Review: Men In Black II · · Score: 1

    Her prescence forces the MIB agency (headed by Sid, played by Rip Torn) to go and de-neuralize Kay, who comes back to re-join his buddy and save the world.

    Rip Torn's character (like all MIB agents) is named after a letter in the alphabet - "Zed", not "Sid" (that's how the English refer to the letter "Z")

  20. Amazing editors on Google Releases an API for Their Database · · Score: -1, Redundant

    Can you say "previously posted"?

    http://slashdot.org/article.pl?sid=02/04/12/1128 21 0&mode=thread&tid=156

    *sigh*

  21. !!!!! on Lance Bass to Continue to Plague Earth's Surface · · Score: 1

    To quote the Comic Book Guy..

    "Best Slashdot article title ever"

  22. Re:Is this new? on Google's Search Appliance · · Score: 1

    It's not new for companies to have their own search engines. I've had some experience with setting up Excite search engines on web sites. The only thing new here is that it's Google's search engine that's now being sold to corporations.

    As far as I know, the Excite search engine was free. It probably wasn't nearly as good as Google's, and Excite may have had a better non-free engine.

  23. Lobbying against it? on Laws to Punish Insecure Software Vendors? · · Score: 2, Interesting

    So.. if a company lobbies against this law, wouldn't that open them up to criticizm? I mean, it'd essentially be like them saying "we don't want to be responsible for our insecure software."

  24. Big Display on New iMac Announced · · Score: 1

    Apple also announced other new products like a 14' display on some iBooks, and iPhoto - the iTunes of digital photos."

    14 foot display!!! Holy cow!!

  25. Re:a dumb question on Mono C# Compiler Compiles Itself · · Score: 2, Interesting
    Any language that is incapable of compiling itself is obviously incomplete in some fundamental way.


    You might want to be a little more specific here for those who don't know the difference between interpreted and compiled languages. Interpreted languages (Java, Perl, Python, etc.) won't compile themselves. Before all the Java programmers jump all over me.. yes, Java is "compiled", but the output is not a machine-code executable, it's bytecode that is interpeted by the JVM.

    An interesting thought - In theory the Java compiler could be implemented using a JVM and a "Compiler" bytecode...


    java com.sun.JavaCompiler1_2 com/sun/JavaCompiler1_3.java

    Hmmm....