Slashdot Mirror


User: metamatic

metamatic's activity in the archive.

Stories
0
Comments
5,494
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,494

  1. Re:FIOS is GREAT!!! on Fiber TV Install and Experience · · Score: 1
    Perhaps my naivete is showing, but that's the only time I can recall seeing something I know to be a complete, bald-faced lie in an ad.

    I can only assume you haven't seen any political campaign ads.

  2. Re:Competition is GREAT!!! on Fiber TV Install and Experience · · Score: 3, Interesting

    I used to live in Cambridge, MA, right on the border with Somerville, MA. Our next door neighbors got their cable TV for $5 a month less than us from the same company, because they were in Somerville and had the option of moving to a competing company.

    So yes, the cable TV companies really are that sleazy.

  3. Re:Competition is GREAT!!! on Fiber TV Install and Experience · · Score: 3, Interesting

    Indeed. I saw a report that statistically, towns which have 2 competing cable companies have cable rates that average 9% lower than towns where there's a cable monopoly.

  4. Re:A step in the right direction... on Google Web Toolkit Now 100% Open Source · · Score: 1

    My problem with the tool is the source language. Yes, developing GUI applications using web standards is painful--but writing Java is painful too. I suspect people would be more enthusiastic about it if it used Python or Ruby.

  5. Re:Uneasy lies the head... on Vista an Uneasy Sleeper · · Score: 1
    for some reason they plan to make it obsolete rather quickly and replace it with Henry VI, which is far more inferior

    I'm holding out for Henry VIII, which they say will come with multiple wife support.

  6. Re:$5 works on EMI Experiments With DRM-free MP3's · · Score: 1

    I find your comments interesting, as your figures match my own preferences exactly.

    If I see a CD from a band I know I like at $10, I'll buy it. At $15+, I'll wait until the price drops to around $10 ($12 with postage), unless I know it's truly exceptional.

    A CD at $5 I'll try even if I'm unsure I'll like it.

  7. Re:Of course I don't support copyright, but... on RIAA Victims Bring Class Action Against Kazaa · · Score: 0, Troll
    6. OSTG accepts ads from known spammers, which means they appear here on slashdot. For $10/mo I could get access to, say, Xbox Live.

    You made an ethical argument against Slashdot, then immediately followed up by suggesting you'd be willing to give money to Microsoft? Yeah, that'll convince us.

  8. Dreams on Virtual Reality Creates False Memories · · Score: 1

    Yes, one reason I try to avoid realistic dreams is that in retrospect it can be confusing trying to work out whether something happened in the real world or the dream world.

    One time I asked someone if she'd finished with a cassette I'd loaned her. Turned out I hadn't loaned her anything, I'd just had a dream where I had... Sure enough, I checked the rack and the tape was there.

  9. Re:Don't you think that's a bit racial? on Would You Trust RFID-Enabled ATM Cards? · · Score: 1

    The average American has $8,000 in credit card debt. OK, yes, that's spread over multiple cards, but still...

    I've only had credit in the USA for 9 years. I currently have a card with a credit limit that was over $16,000 last time I looked. I didn't at any stage ask for it to be increased, either.

    Pay off your bills for a few months and banks will throw credit at you, to try and tempt you.

  10. Re:Absolutely not on Would You Trust RFID-Enabled ATM Cards? · · Score: 1
    Using a credit card seems much safer than cash. If someone steals my cash, I'm out of luck. If someone steals my credit card or uses my account number without my authorization, I don't lose anything except the 10 minutes or so that I have to spend on the phone with the credit card company.

    Until you try and buy a house, and find out the mortgage lender won't lend you any money because some asshole in Los Angeles you've never heard of has run up a $5000 unpaid bill in your name.

    Happened to me.

  11. Re:I'll speak slowly for you on Would You Trust RFID-Enabled ATM Cards? · · Score: 1

    Depends on the bank. Some actually demand a matching name and delivery address. (e.g. MBNA and American Express). I've had merchants have to contact me because AmEx denied a transaction because they didn't recognize the address.

  12. Re:How do we build these now? on Intel to Make Cheap Flash Laptop · · Score: 1

    What you want is a VIA Antaur system. It's like the VIA EPIA mini-ITX C3 systems, but tailored for laptop use.

    e.g. http://www.sub300.com/port.htm

  13. Re:Cheap or not on Intel to Make Cheap Flash Laptop · · Score: 1

    Sony eReader?

  14. Re:Which university is that? on Bjarne Stroustrup on the Problems With Programming · · Score: 1

    You sound like you're completely missing the point, which is that whether the collection classes and type system are OK or not, they have lots of redundancy.

  15. Re:Bjarne Stroustrup on Bjarne Stroustrup on the Problems With Programming · · Score: 1
    I think the state of programming today would be vastly more advanced if C++ had given way to Objective C.

    Amen to that.

    I've written applications in both, and oh how I wish Objective-C had killed C++.

  16. Re:In my experience... on Bjarne Stroustrup on the Problems With Programming · · Score: 1
    Pascal (even without the object oriented extensions) remains the best language for teaching the first years in CS.

    I disagree. Modula-2 is a better Pascal than Pascal.

  17. Re:Which university is that? on Bjarne Stroustrup on the Problems With Programming · · Score: 1
    Isn't that kind of the purpose of Java, one way to do it, don't reinvent the wheel?

    +5 funny.

    Java has arrays, Array objects, ArrayList objects, and Vector objects, all solving the same problem in subtly different and incompatible ways. Ditto Hashtable and HashMap. Then there's the type system with int and Integer, float and Float, and so on. SAX 1.0 vs SAX 2.0. Java has so many reinvented wheels.

  18. Re:not the first on Reuters and Yahoo! Enlist Camera Phones · · Score: 1
    2) Downing Street Memos -- fake

    Umm, no.

  19. Re:The persistence of web apps on Changing Climates for Microsoft and Google · · Score: 1

    Well, I'm running Java 1.4 for compatibility reasons. Maybe having .jar applications run on double click is something they fixed in 1.5.

  20. Re:only 150K? on The Vanishing Click-Fraud Case · · Score: 1

    I dunno, I don't think paying the guy off is ever a smart move. The thing is, writing software to generate clicks that appear to come from all over the Internet is really not that hard to do. The tough part is working out how to make money by doing it, without breaking the law and getting caught.

  21. The persistence of web apps on Changing Climates for Microsoft and Google · · Score: 1
    ClickOnce is more like Java Web Start. We've had that technology for years now, but for some reason, these web apps persist.

    Well, to be honest, the reason we still see Java apps packaged as .exes and not available via JaWS is that Java hasn't been integrated well into Windows and Linux.

    On the Mac, you really can click on a web link and have a Java application download and start. You can also download a .jar file and double click it and have it run.

    On Windows, you need to have installed and configured Java first, which is a hurdle. Even then, .jar applications won't just run when you double-click them, though JaWS does work.

    On Linux it's even worse, you can download and install Java and JaWS still won't work from Firefox until you manually set it up by fiddling with Firefox's preferences. Similarly, you can't just download a .jar and run it, without manually setting up a binfmt kernel extension and reconfiguring GNOME. I have a faint hope that this might improve once Sun actually release Java under the GPL and it gets made a part of standard Linux distros.

    So no, it's not surprising that web applications persist.

  22. Get rich quick business model on Windows Live and Privacy · · Score: 1

    1. Live in a house built after 1990.

    2. Register the design copyright on the house, as per 17 USC Section 102.

    3. Demand royalties from Microsoft if they want to reproduce images of your house's architecture.

    4. Profit!

  23. Re:Words are Meaningless - Public Utility on Google De-indexes Talk.Origins, Won't Say Why UPDATED · · Score: 1
    When I code an error message into a piece of software I don't just say "You did something wrong" I know what the cause of the error is so I tell them.

    Clearly you aren't Ken Thompson.

  24. Are you thinking what I'm thinking? on Blood Protein Used to Split Water · · Score: 1

    Vampire cars!

  25. The real money on Apples Are For Grannies? · · Score: 1
    American car manufacturers have ceded the car market to the Asians knowing that the markup and profit on a Ram or a S-10 is much higher than the cars the EPA force em to make.

    Ford: $5.8 billion loss so far in 2006, making high markup profitable trucks.
    GM: $3 billion loss so far in 2006, making high markup profitable trucks.
    Honda: 4.8 billion profit in 2006, making those allegedly low markup high-MPG cars you disdain.
    And Toyota, #2 after Honda for high-MPG cars, is the world's most profitable car company.

    Oh, those poor Japanese. If only they were as smart as American manufacturers in going after profit margins, eh?