Slashdot Mirror


User: mrbnsn

mrbnsn's activity in the archive.

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

Comments · 88

  1. Re:Of Course That's the Point on Linus Speaks Out On GPLv3 · · Score: 1

    From the point of view of the manufacturer, they will have to go to the owner of the copyright of the code in question, and negotiate a seperate license.

    For example:
    http://www.sleepycat.com/company/licensing.html
    http://www.trolltech.com/products/qt/licenses/lice nsing/licensingoverview
    http://www.artifex.com/licensing/index.htm

  2. Re:What is the status of PDF then? on MS Four Points of Interoperability and Adobe · · Score: 1
    From TFA:

    Adobe objected to Microsoft building the "save as PDF" option into Office and Windows, arguing that the ability to save a document in a fixed document format, such as PDF, is a separate product and should not be free, Microsoft said....

    Adobe declined to comment on the nature of its discussions with Microsoft, but company spokeswoman Jodi Warner said it has discussed with regulators around the world its concerns that Microsoft may abuse its "monopoly" position.

    In the past, Microsoft has run afoul of regulators in the U.S. and Europe, in part because officials deemed the company's strategy of bundling features, such as a Web browser and media player, into its dominant Windows operating system as anti-competitive.

    In order to avoid a legal clash, Adobe requested Microsoft remove the "save as PDF" option from the new Office and wanted to have users download the "add-on" function for a fee, said Heiner, who is also Microsoft's deputy general counsel.

  3. Re:Making stuff yourself??? on RadioShack CEO Resigns · · Score: 1

    http://www.pad2pad.com/

    You can design your computer at home, and have someone build it to order.

    Even better, if you ask me.

  4. Re:It's much more possible than you think ... on Possible Breakthrough for AIDS Cure · · Score: 1
    Googling for "Ceragenins" results in zero hits.

    Try this: Cationic Steroid Antibiotics

  5. Re:Something for MS to Think About on Mono Blocked from MS Conference · · Score: 1

    "This isn't MS being monopolistic, it's just good business practice."

    So all that hype about how C#/CLR is an open industry standard and Java is closed and proprietary, that was just good marketing horse manure, then?

  6. Re:Not just physicists or engineers use trig.... on Trigonometry Redefined without Sines And Cosines · · Score: 3, Informative

    If you would RTF Sample Chapter, you would see that this is exactly what Wildberger has done: redefined trignometry in terms of "rise/run" ratio ("spread") and the pythagorean theorem ("quadrance").

    So your complaint basically boils down to this: "carpenters don't need to know trignometry, they only need to know Rational Trignometry".

  7. Re:The monkey man screeches on Ballmer on Innovation · · Score: 1

    Berkeley TCP/IP?
    MIT X Window System?
    CERN Httpd?
    NCSA Mosaic?
    Bittorrent?

    I could go on, but that's five.

  8. Re:So here it is on Apple Switching to Intel · · Score: 1

    You contradict yourself. If it works on "beige-box", then there will be no "pseudo-clone" market to spring up; beige is beige.

    And if people can run OS X on beige, who does that hurt most?

    Think about that for a while.

    (cough, Longhorn, cough)

  9. Re:Fits With Classic Trilogy on Water Spectacular in Episode III? · · Score: 1

    Amphibians with mammary glands.

    Think about it, and then get back to us.

  10. Re:It's the year of Linux! on Linux on the Tipping Point · · Score: 4, Insightful

    Horse manure. Another case of history being written by the victors. Computing had already been taken out of the hands of the wizards (due more to Wozniak and Jobs than anybody) when IBM came along, and, through a series of accidents, settled on Microsoft and Intel as the core of what was destined to become the industry standard personal computer architecture.

    They very easily could have picked CP/M on Z80 or OS/9 on 6809, and the history of personal computing would have been completely different. Intel and Microsoft brought nothing to the computing masses that the rest of the flourishing industry wasn't able and eager to bring. They just happened to receive IBM's blessing, and nothing more.

  11. Re:CVS Admin's be afraid ... very afriad. on Pragmatic Version Control Using Subversion · · Score: 1
    From the SVN book: Hook Scripts

    Sorry, I don't know of any public SVN repository using ViewCVS. However, installation and configuration of ViewCVS to use SVN is really very easy; if you're curious, I encourage you to set it up and play with it a bit.

  12. Re:Benefits of Subversion's revisioning system? on Pragmatic Version Control Using Subversion · · Score: 1

    If you use ViewCVS, it's every bit as easy to check a file's revision history in an SVN repository as in a CVS repository. Furthermore, the revision number on a file doesn't get incremented unless it's changed, copied or moved. With CVS, you have no visibility at all into copies or moves.

  13. Re:CVS Admin's be afraid ... very afriad. on Pragmatic Version Control Using Subversion · · Score: 1
    "If I convert from CVS to Subversion will it retain all the tags, commit comments, etc.? Can I retrieve an old version of the source code (pre-Subversion)?"

    Yes. You have to understand that the SVN model of "everything is a directory" requires a different way of thinking from the CVS "everything is a file with attributes" model, but cvs2svn does an excellent job of preserving your entire project history.

    Also, it is not mentioned anywhere that I've seen in any documentation, but the output of cvs2svn is a very tractable ascii-formatted sequence of svn repository transaction instructions. This makes it very simple and straighforward to do an intermediate processing step (with sed, perl, whatever) to ensure you get an SVN repository structure that meets your own requirements rather than the default layout that cvs2svn uses.

    "Is there anything in Subversion like the commitinfo stuff in CVS that allows you to call other scripts/programs and do verifications before a commit is completed?"

    SVN supports pre-commit, commit, and post-commit script hooks. The design is simple (due in no small part to the fact that the SVN model is much more simple) and the documentation is clear.

    "Is there anything like CVSweb for Subversion? If not, forget about moving. If there is, will it display the pre-Subversion information (from a previous CVS repository) in the repository?"

    ViewCVS has excellent SVN support right out of the box (although I strongly recommend using the much-improved development version out of CVS, rather than the rather stale stable release). Because cvs2svn copies over your CVS-era project history into the new SVN repository, all that information is viewable through ViewCVS. Because of fundamental differences in the underlying model (directory-oriented vs. file-oriented), there are a few minor rough edges that are probably unavoidable in a unified CVS/SVN repository browser, but overall, the ViewCVS user experience with an SVN repository is quite satisfactory.

    Not mentioned in your requirements, but a show-stopper for many projects is Eclipse support. I'm happy to report that Subclipse works great once you get around the fiddly javahl library installation issue. Just don't forget to read the documentation if you are checking out a Java project from SVN for the first time.

    Once you get your brain around the differences in the underlying model, SVN is so clearly superior you'll never look back.

  14. Get out your wallet on RAD with Ruby · · Score: 3, Insightful

    "a good programming tool for quickly developing a professional one off application"

    All well and good, but if your professional application is proprietary (non-open), you'll need a paid-up Qt licence to go with it.

  15. Re:Inate Universal Grammar on How Infants Crack the Speech Code · · Score: 1

    Except that roughly one out of five children is Chinese, and never learns plurals or past tense (or if they do, they do painfully, by rote, when they study English in school). Likewise the difference between gender (he/she), and countable/uncountable nouns (cloth, pants).

    And conversely, all the Indo-European speaking children never learn resultative complements, structural particles, etc. (or if they do, they do painfully, by rote, when they study Chinese in school).

    The "hard-wired" school of grammar theory exemplified by Chomsky suffers grievously from excessive ethnocentrism (as well as computational fetishism).

  16. Check out these electric bikes on E-bike E-xperiences? · · Score: 2, Informative
    Conversion, consmerzion. If you're going to go electric, go in style.

    http://www.beauty-fly.com/cpzs.asp
    http://www.biliqi.com.cn/cpjs01.htm
    http://www.cnqianjiale.com/c-chanpin1.htm

  17. Re:Groklaw analysis on Kodak Wins $1 Billion Java Lawsuit · · Score: 1

    Jonathan Schwartz has a much better analysis of this decision up on his blog now. He really hits on the relevant issues.

  18. Re:It's Not Just The Price on Does Microsoft Need China? · · Score: 3, Insightful
    "And, as you've mentioned: non-democratic and illegitimate. Would you agree that sometimes these words are not so easy to be defined clearly?"

    Consider this. You claim that the people of Taiwan are Chinese people. The current Communist Party government already has an agreement with the Chinese people in the form of the Constitution of the People's Republic of China. This agreement guarantees free speech, freedom of assembly, freedom to organize labor unions, etc.

    Can you tell me why the Chinese people of Taiwan should trust the Communist Party to respect the terms of a new unification agreement while the Communist Party has no shame about breaking its current agreement with the Chinese people on the mainland?

  19. Re:I'm in 1984! on China Plans Surveillance System for Internet Cafes · · Score: 1
    Exactly. Half of America still believes that Saddam Hussein was in some way involved in the 9/11 attack.

    Keep in mind that glass house when throwing stones against government control of information.

  20. Re:One important thing on Seattle Times Reviews Desktop Linux Distros · · Score: 1
    If you spend some time reading the Debian package maintainers' mailing lists, you'll realize that the Debian approach is the only realistic solution to the problem.

    You need "distro guys" to test everything with everything else, and to take responsibility for making sure the whole system all works together as a system.

    Too many things depend on too many other things in too many unpredictable ways for an automated process to be successful.

  21. Re:One important thing on Seattle Times Reviews Desktop Linux Distros · · Score: 3, Interesting

    apt-get install package
    apt-get --purge remove package

    It's never failed me yet. Since the two reviewed distributions are Debian under the hood, the respective package management tools should work every bit as well.

  22. Re:Not my experience... on FreeBSD 5.0-RC1 Now Available · · Score: 1

    Debian. Does everything you mention and more.

    Mergemaster? Ha. I laugh.

  23. Re:.NET for Linux on Portable.NET Now 100% Free Software · · Score: 4, Informative
    The reference you are looking for is Colusa Software, a spinoff from research at U.C. Berkeley.
  24. Re:We`ll have to on Homing In On Laser Weapons · · Score: 1

    Iridium mirrors, stupid.

    There's a company in Russia that will build them to order for you.

  25. It's the stupid criminals, stupid! on Building a Comprehensive Ballistics Database? · · Score: 1
    "Also, consider that fingerprints of criminals has been a forensic tool for over a century now, yet most criminals don't think to put on gloves"

    Exactly right.

    Criminals are stupid. All the "pry my gun from my cold dead fingers" types here who are arguing "they could change the rifling, they could swap the barrel, they could build their own guns, they could smuggle a gun in from Brazil using a remotely-operated submersible, etc." are completely missing that point.

    In all violent crime investigations, more forensic leads are better than fewer forensic leads, period, full stop. Fingerprinting guns in no way shape or form infringes on the rights or liberties of law-abiding gun owners.

    Get over it, already.

    The only argument against this proposal is that the false-positive rate would be so high that the program would show a negative social return on investment, and we don't know whether that's the case until the issue has been competently studied, which it hasn't, yet.