Slashdot Mirror


User: cthrall

cthrall's activity in the archive.

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

Comments · 239

  1. Re:If Sun is on the ropes... on ESR's Open Letter to McNealy: Set Java Free! · · Score: 1

    Why are you wary? You probably use gcc all the time. There's no real equivalent of Sun-as-language-parent in C/C++ land.

    IBM's jikes compiler generates bytecode that is incorrect. But that's because their implementation doesn't hold true to the spec, not because they don't have access to compiler source.

  2. Re:Oversea tech support on Orwellian Tech Support · · Score: 1

    Called IBM Rational tech support 'cause the site didn't explain how to upgrade from older Purify to latest Purify. Get shunted to India. "Open a browser and go to h t t p colon slash slash..."

    I was punted (RTFA) to the same freakin' website I came from...what a joke. Eventually I found a more specific number, mostly by randomly jabbing at my phone with a dialing wand while in phone menu hell.

  3. Re:They should've never been let go on Tog Takes on Mac OS X 10.3 · · Score: 1

    Classic is a simpler interface for simpler times.

    I think the dock is great, with the exception of the stuff disappear when you drag it off...that just makes no sense whatsoever. Other than that, why would you want to wade through your drive to get to applications? Or create a lot of aliases on your desktop?

  4. OnStar? on Australia To Use GM To Control Carp · · Score: 1

    Will these GM carp have optional OnStar? Oh wait, I'm confusing threads...

  5. Re:Perforce on Pragmatic Version Control Using CVS · · Score: 1

    Second that...Perforce is great. Used Visual Source Safe (now with more repository corruption!), MKS (sweet jebus), StarTeam, CVS and Perforce...Perforce is the best out of those. Very simple but powerful command-line syntax. Good Windows client and VC++ integration. Works the way you would expect it to.

  6. Jumpman on the C64 on First Computers · · Score: 1

    It doesn't get any better than Jumpman and the various Summer/Winter Olympics titles on the C64.

  7. Patrick O'Brian - Historical Fiction on Best and Worst Books of 2003? · · Score: 3, Interesting

    Awesome series of books about the Royal Navy during the 1800's. Highly recommended.

  8. Best Movies on Best and Worst Books of 2003? · · Score: 1

    Oh, and I'll get flamed for this, but I really liked Matrix: Revolution and ROTK..."Master and Commander" was good as well.

  9. Quicksilver? on Best and Worst Books of 2003? · · Score: 5, Interesting

    Quicksilver was a cool book. However, IMHO it wasn't nearly as good as Cryptonomicon. Here's why:

    * The characters feel similar to those in Cryptonomicon (another crazy Shaftoe, Daniel Waterhouse is akin to the main character from Crypto).

    * One of the hardest things to do right when there are parallel plotlines is connect them in a flowing and lucid manner. Cryptonomicon did an excellent job of weaving the past and present together. In Quicksilver, we get large chunks of uninterrupted narration, but there's very little context switching. This left me a little bored at times.

    It really felt rushed, like there was a great book in there that needed more time to be distilled.

    Don't get me wrong, I'm going to read the next two volumes, I was just a little disappointed that Quicksilver didn't live up to the high standards Stephenson has set himself in previous books.

  10. Re:way to go on LinuxWorld Moving to Boston · · Score: 1

    > there weren't any lane markers on half the roads

    Dude, that's because they're variable width. If there are smaller cars, you can make two lanes. I bet you've never passed anybody on the right in parking spaces, either.

  11. Damn... on LinuxWorld Moving to Boston · · Score: 1

    > Boston is a whole different story ;)

    What, did you have a bad experience there? "You know how I feel about hell holes!" "That's when the chuds came at me..."

  12. Re:Anti-XML on Learning About Full-text Search · · Score: 1

    The XML part comes in when you are extracting content from an existing data store. You can use a relational database for a backend store, but when you're going through the step of mapping existing content to the info your indexing engine wants (the normalization step), XML is very handy.

  13. Re:Anti-XML on Learning About Full-text Search · · Score: 1

    You can use stemmers, term frequencies and relative location in a document to provide some general gist of what a document is about. The whole point of creating advanced information retrieval tools is to make information processing a more automated task.

  14. Re:Anti-XML on Learning About Full-text Search · · Score: 1

    The problem isn't that the information can't be modeled in a relational manner, you could easily use a relational database for your data store.

    The problem is retrieving information to index. You pull information from existing data sources that have never heard of your data model and don't care. XML provides a simple way to map your existing content to some standard design that you come up with. That's the "normalization" step, and one of the harder parts of indexing.

  15. Re:Anti-XML on Learning About Full-text Search · · Score: 1

    SQL dbs might come with full-text indexing, but the power of information retrieval really comes into play when you can start clustering, using stemmers to find people/places, etc. Db full-text indexing feels more like a feature checkbox than a real information retrieval system.

    XML can be useful because you can take data from disparate sources (an Exchange server, SQL db, etc.) and normalize the meta data (the document author, date the document was created, etc.).

    I agree there's an overwhelming "silver-bullet" feel about XML sometimes, but it can definitely help in this case.

  16. Re:Why would anyone want to pay for music? on Off-The-Shelf Online Music Stores · · Score: 1

    > Another person confusing copyright infringement
    > and theft. *sigh*.

    Another justification for copyright infringement. *sigh*.

    So...if you write some code/a book/content that I find valuable/enjoyable, you don't mind if I take it and don't pay for it? Sweet dude.

    Come on...REACH for that rationalization that makes it ok to get stuff for free and feel massively indignant when asked to pay for it!

  17. Re:The bubble will burst on Off-The-Shelf Online Music Stores · · Score: 1

    There was a time during the dot com boom when K-Tel Records issued stock and it was trading at close to fifty (historical pricing here). This, for me, was an indicator that we had entered some kind of alternate universe...it was also about the peak of that bubble.

    I think if K-Tel offers a successful online music service and the stock goes over $20, we're at the peak of a micro-bubble.

    Of course, as with all bubbles, if you can ride the sucker and make some cash, then go for it.

  18. Re:Dates are gonna hurt! on Company Claims Patent on CD Writing · · Score: 1

    In '97 I was using a 1x burner...god it was slow. It made a lot of coasters. Adaptec had drivers available then to do what this patent describes...but I don't know how long they had been around. It didn't work really well.

  19. Re:Windows can be a trusted environment. on Mac OS X Security Criticisms Countered · · Score: 1

    > Unlike Windows, Mac OS X requires an administrator
    > password to change certain configurations, run the
    > system updater, and when installing new software.

    He's even more mis-informed than I thought. Windows can deny users the ability to "change certain configurations, run the system updater, and...install new software."

    In a controlled environment, Windows admins can install trusted packages onto user's machines remotely, removing the need for regular users to do so.

  20. Windows can be a trusted environment. on Mac OS X Security Criticisms Countered · · Score: 1

    Having been through the pain of using Authenticode to sign ActiveX controls and creating Windows Install packages, I can tell you the security built into Windows can work if you configure it correctly. Having been hit with seven virii on my home machine, I can tell you the security built into Windows can work IF YOU CONFIGURE it correctly. :)

    Windows Updates shouldn't reset security settings, that's obvious. But I've seen Linux defended with comments like "well, the default settings on that distro start all services known to man," etc. If you don't use a preview window in Outlook, you're halfway there. Don't run with admin privs.

    Granted, the author did more work than the article he was rebutting...the author of the original article really sounds like a jackass. But it comes down to the same thing: Google for Windows security tips and you can have a secure system.

  21. Re:WMD detector on Nominations for 2003 Vaporware Awards · · Score: 0, Offtopic

    Think for a second. Saddam has always been about one person: Saddam. His hatred for the US stems from the fact that we prevented him from getting at the Kuwaiti oil fields. Giving away his WMD gets him NOWHERE, because he still loses. If he had them, he would have used them.

    You're confusing al Qaida and religious hatred with the secular warmongering of Saddam. They're not the same, which is why this argument doesn't hold true.

  22. Re:That's only part of the "problem" on E-Voting: a Flawed Solution in Search of a Problem · · Score: 1

    Damn, I didn't read close enough...I think a lot more people would vote if they could do it from home.

  23. Re:That's only part of the "problem" on E-Voting: a Flawed Solution in Search of a Problem · · Score: 1

    Exactly! I think remote voting is a great idea. I can do it now with a paper ballot, which somebody has to count by hand. In fact, if I steal a bunch of ballots from my neighbors mailboxes, I can vote a bunch of times. Why not let me vote from my house?

    I'm surprised Slashdot readers don't support tech voting solutions. It's digital vs. analog - even if you have people marking a piece of paper a la the Canucks, what if the voter has marks in two places? You've still got a "hanging chad situation."

    Plus, as long as you require paper counts, you've got a redundant backup PLUS an instant total accessible via computer.

    Until we actually experiment with digital/computer-based voting, we won't know there's more fraud than analog. It doesn't make sense not to use technology in this case.

  24. Re:Cloning is not Duplication on U.N. Delays Debate on Cloning · · Score: 1

    According to a recent issue of Scientific American, DNA doesn't matter as much as we thought it did. Minute differences in RNA decide eye color, etc.

    If you're going to clone, why wouldn't you check for vulnerabilities in the first place?

  25. Re:Right. on U.N. Delays Debate on Cloning · · Score: 1

    Very nice of them, isn't it.