Slashdot Mirror


User: Catamaran

Catamaran's activity in the archive.

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

Comments · 217

  1. I wish we had better XKB documentation on The State of Linux Graphics · · Score: -1, Offtopic

    I wish someone could write up some intelligible documentation for XKB and/or some good tools for manipulating the config files. I struggled for hours with www.xfree86.org/current/XKBproto.pdf and the various xkbXXXX tools before giving up. I still don't understand how it all works.

  2. Re:Journal concept is outdated on Scientist Says Most Scientific Papers Are Wrong · · Score: 1
    I've also been involved on both sides of the process, and I am quite aware of the standard arguments in favor of blind reviews, and I don't believe in them. Basically what you are saying is that the whole Scientific Process will collapse because people are too spineless to say what they think in public. That is a very sad commentary on the state of academia.

    Such is the method of science.

    Uh huh.

  3. Re:Journal concept is outdated on Scientist Says Most Scientific Papers Are Wrong · · Score: 1
    Credibility is the only asset a journal has.

    I agree, especially in this day and age when people can blog and self-publish with ease.

    Though, imagine the Slashdot community trying to review a technical paper. Do you think that's a good idea?

    Actually, I do, sort of. If people used their real names, and if you assigned extra weight to the comments of people in the academic community whom you respect, then it shouldn't be too hard to assess the worth of the submitted article.

    Not that everyone would assign it the same value. You might respect the opinion of Joe Blowhard II of Harvard, while someone else might prefer the opinion of Minnie Mouser of CUNY. If the subject is really of interest you would presumably RTFA.

    Certain groups would probably try to maintain control by setting themselves up as self-proclaimed review boards. Ultimately, if everything is out in the open then you are free to form an opinion based on whatever criteria you choose, and that is a Good Thing.

  4. Good idea on GM Claims Advanced Cruise Control By 2008 · · Score: 5, Funny

    I look forward to the day when we relinquish all control of our cars once we enter the freeway. Scientific papers have found that traffic throughput could be increased up to 918.49% while reducing fatalities by a factor of 17.5!

  5. Journal concept is outdated on Scientist Says Most Scientific Papers Are Wrong · · Score: 3, Insightful
    I believe that the scientific Journal has outlived its usefulness, and will be replaced by ... Slashdot!

    But seriously, reviewers are biased and sloppy, as are the editors. The fact that reviews are blind means that they are also unaccountable, which fosters even more bias.

    Journals take months or years to respond to a submision, and often as not they respond with a rejection so the submitter has to give up or start the whole process over with another journal. There are so many scandals that one could quote. The whole process seems more designed to support the status quo than to promote knowledge.

    I have discussed this with many people in academia and they react not with logic, but with horror that I would dare to question a system that they view almost mystical reverence.

  6. I am Spammed by my friends on Jonathan Zdziarski Answers · · Score: 1
    Every now and then I will get an email from a friend, CC'ed to everyone else on his/her address book. Inevitably, one of the other recipients has a hacked PC, and soon after that my daily Spam level increases.

    People need to learn to use BCC instead. Web clients like gmail should make this the default for emails with more than say 4 recipients.

  7. Re:Making a Big Deal of Nothing on Andrew Orlowski Answers Mail on Creative Commons · · Score: 3, Interesting
    More info from http://www.lessig.org/blog/archives/000774.shtml
    There's a wonderfully careful analysis of various CC issues at burningbird. Thank you. One point to clarify, however. CC licenses are, at this moment, at least, permanent, in the sense that the term is as long as copyright runs (and we'll see whether that's permanent or not soon enough). That issue was a tough one for us (I, of course, favor "limited terms"), and we're eager for feedback on that issue.

    But just because you can't revoke a particular license doesn't mean you can't revoke the offer. If, for example, you offer content under a CC license for a month, and then change your mind, you can stop offering the content under that license. Anyone who accepted your offer while it was valid, of course, has a deal. But no one after you withdraw the offer can accept anymore.

  8. Your manager is trying to teach you on Uneducated IT Managers, and How to Deal? · · Score: 1

    Your manager is trying to teach you, but you are not being recepetive. What he is trying to tell you is, "If you play your cards right, you can get paid for doing nothing."

  9. Re:Movie Theaters are Obsolete on Piracy Not To Blame In Decline of Moviegoers · · Score: 1
    On the other hand, it's possible that you go to more movies enjoyed by teenagers

    I think you hit the nail on the head. I went to see Ladies in Lavender a while back and there were no teens and no cell phones. The only slight disturbance was caused by some old guy's dentures falling out and clattering on the floor.

  10. Re:Nice, on Laser Cannons Coming to an F-16 Near You · · Score: 1

    It's not a big deal. If the laser misses its target, then ground control will simply issue a recall order.

  11. 2+2=5 on The Decline of Science and Technology in America · · Score: 1

    O cruel, needless misunderstanding! O stubborn, self-willed exile from the loving breast! Two gin-scented tears trickled down the sides of his nose. But it was all right, everything was all right, the struggle was finished. He had won the victory over himself. He loved Big Brother.

  12. Micheal Crichton is a spoon-bender on Siberian Permafrost Melting · · Score: 1

    Micheal Crichton is a spoon-bender. That's right, he believes that he can bend spoons with his mind. Those who don't believe are not being "open minded". Read his autobiography, it's a hoot!

  13. Re:I don't think so.. on Blu-Ray to Include New Copy Protection · · Score: 4, Informative
    I agree completely. We already know that the copy protection won't be much of an obstacle to determined pirates. Unfortunately, it will lead to consumer electronics products that are a) more expensive and b) less user friendly, with the result that consumers will stay away in droves.

    It is sad to see a company like Sony Electronics hobble itself in this manner just to please Sony Studios.

    All-in-all, it seems that Mike Fidler (recently Sony exec in charge of Blu-Ray, now CEO of digeo) chose a very opportune moment to abandon ship.

  14. Re:Not to mention the Extended Warrenty hardsell on Digital Cameras Force Film Off Dixons' Shelves · · Score: 1
    I'll make this quick because I have to get back to taking care of the dustbins.

    What? you don't understand? Dustbin lid, rhymes with kid.

  15. Re:Browse info for g++? on Visual Studio Hacks · · Score: 3, Interesting

    Eclipse is very nice. It looks like the C++ plug-in (CDT) uses a C/C++ parser written in Java. The parser is mostly, but not completely, compatible with gcc. See http://download.eclipse.org/tools/cdt/docs/specs/D esign_Specs/Parser/Parser-2.0-Design.pdf.

  16. Re:Browse info for g++? on Visual Studio Hacks · · Score: 1

    If you use Emacs or vi or etc. you can navigate the source code by creating "tag" files which are cross-references between variable names and the source code lines where they are defined. VS has a similar, but more powerful, feature called Browse Info. Systems that use hueristics instead of using a compiler to generate the tags (or Browse Info) are not as accurate. nm does not give source (line) info, but your idea of post-processing (perhaps with gdb or addr2line or something) is similar to what I was hinting at above.

  17. Re:Browse info for g++? on Visual Studio Hacks · · Score: 1

    By browse information I mean the ability to navigate the source code. I don't know about KDevelop. Does it use the compiler to generate tags or does it use something (like ctags) that uses hueristics and doesn't completely parse the code? There are lots of IDEs with integrated source navigation, but do any besides VS actually uses the compiler to parse the code and generate the tags?

  18. Browse info for g++? on Visual Studio Hacks · · Score: 3, Insightful
    VS has some very esoteric features, but I love the integrated browse info. It's better than ctags/etags because it uses the compiler to generate the info. Has anyone here thought about doing something similar with g++/gdb? There are a couple of ways it could be done.
    • have g++ generate tags
    • have an application to build tags from gdb-enabled binaries.
  19. I just shared the latest Harry Potter on UK Record Companies Suing File Sharers · · Score: 1

    I bought it and donated it to the library.

  20. Re:Rather ironic... on Rating System for Open Source Software · · Score: 1

    Actually, the main white paper is in PDF: http://www.openbrr.org/docs/BRR_whitepaper_2005RFC 1.pdf.

  21. FUD from the NYT on Rating System for Open Source Software · · Score: 4, Insightful
    The author of the article talks as though evaluating software objectively were a problem unique to adopters of Open Source:
    Free software, despite the price, can be confusing and costly for corporations to use. A few freely distributed programs, like the Linux operating system and the Apache Web server, have become well known, but most are still unproved.
    A more simple and accurate statement would be, "Software can be confusing and costly".
  22. I just shared a bunch of CDs on FBI Arrests Eight On Copyright Charges · · Score: 1

    I took them to my local distribution node, also known as "the library".

  23. Documentation on Preview of KDE 3.5 · · Score: 1

    My biggest problem with KDE is the lack of usable documentation. There are tons of great apps. The desktop is very configurable, but documentation is, shall we say, sparse? I have way less patience than I used to.

  24. Trouble installing EVERYTHING? on Mandriva Linux 2006 Beta Underway · · Score: 1

    Has anyone succeeded in installing everything on Mandrake/Mandriva? I have never succeeded. The install menus are deceptive, and if I really dive in and select everything manually I get lots of conflicts.

  25. Re:It's a bad idea on The First Annual Underhanded C Contest · · Score: 4, Insightful
    C gives you just enough rope to hang yourself.

    Java gives you a polished floor on which you can slip and break your neck.

    C++ gives you a thermo-nuclear device.