Slashdot Mirror


User: Chalst

Chalst's activity in the archive.

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

Comments · 643

  1. What are the realistic outcomes? on Ask the W3C's RAND Point Man · · Score: 2

    What are the realistic outcomes of the W3C/RAND process? Bruce Perens has argued that RAND actually discriminates against open source, and argued for RF (Royalty Free) in its place, but several well-informed people say that the W3C is unlikely to adopt RF. If RAND is not ND (Non-Discriminatory) and RF is not acceptable to the W3C, what else could happen?

  2. Costs are much higher on Scientists Gearing Up to Publish Unrestricted Journals · · Score: 2

    I used to be a representative on the Library committee for the science library at Oxford University. The annual subscription to journals cost almost one million pounds (I think this was in 1995), with the subscription costs for some specialist journals as much as 10,000 UKP per year. I am fairly sure that the median price for printed journals at any reasonably well-stocked science library will be well over $200 per year.

  3. Re:Your coworker was a jackbooted thuggette. on EFF Gets Meeting With Adobe · · Score: 2

    The US tries to uphold freedom within its own borders. It is only freedom in other countries that the US does not tolerate.

  4. Re:But will it help?? on Alan Cox Resigns USENIX Post Over DMCA Arrest · · Score: 2

    Ashcroft opposed the DMCA originally. I haven't heard anything in support of it from him since (that doesn't mean much, I havn't followed US politics closely since I left the US in January), though he is obliged to enforce it.

  5. Re:2.2.x ? on Linux Kernel 2.4.6 Released · · Score: 2

    Linus starting the 2.5 branch officially is a good sign that he considers the current revision of 2.4 to be stable enough not to be the main focus of work.

  6. Re:Wait a minute. on The Great Computer Language Shootout · · Score: 2
    Doug Bagley makes an open invitation for readers to suggest improvements to the code he has written.

    I agree that the results cannot be considered definitive, but they are very far from "completely worthless". It is as important how a programming language fares in the hands of its average programmers as in the hands of its gurus.

  7. Re:More Writeups Needed on Blow-by-Blow Account of the OSDN Outage · · Score: 2
    You really have missed Gibson's point. His point is, how much worse the situation will be if most DDoS attacks are spoofed. Then one can't do what he did (i.e. contact the ISPs of the zombie machines).

    AFAIK, the only way to spoof IP addresses in Windows is to install a new networking stack, and that is difficult to do in the kind of generic way that zombie clients work, for reasons Gibson discusses in an article at his site.

  8. Re:Third branch??? on Microsoft Plans "Shared Source" .NET · · Score: 2

    Certainly. Nonetheless the FSF still agree with the OSI in calling the MIT-style licenses `free' even though they think it does not protect software freedom as well as the GPL.

  9. Re:TRUST on Microsoft Plans "Shared Source" .NET · · Score: 2
    I can forsee Miscrosoft doing this to win support for the new technology, getting everyone to play by their rules, and then release some new standard based off the old, but this time it will be proprietary.

    I thought about this, but I think it will be hard for MS: MS have enough difficulty convincing existing Windows users upgrading to new versions of the operating system, it will be far harder for them to convince non-MS users to upgrade to a new version of .NET. (Sun has big difficulties coaxing people to upgrade their JREs, for instance).

    A bigger difference is that people come to depend upon shared libraries, and you can expect the open source .NET libraries to be a tiny fraction of the total. Committing to be a wholly-open-source .NET developer will involve a lot of self-discipline.

    How do people think about the differences between Sun and MS with respect to openness? I really don't have an opinion on who is better (ie. less benightedly awful).

  10. Re:massive typo? on Microsoft Plans "Shared Source" .NET · · Score: 2
    Would be lovely to see the source of the Windows CLR, but it's the CLI that you need to write a CLR for A N Other platform.

    Well, a conformance suite would be a help. That's something that I would think that Microsoft ought to just about be able to open source.

    Also a promise that open source implementations won't be hit by law suits for any patents MS might hold on the standards.

  11. Re:Third branch??? on Microsoft Plans "Shared Source" .NET · · Score: 2
    In terms of which licenses are open but not free, the only substantive difference is that free software is slightly more demanding in what kinds of restrictions you may put on use (as opposed to modification and redistribution) (both allow very few).

    The differences between the lists of licenses considered open and free respectively by the OSI and FSF are trifling, and turn on what I consider to tiny differences of legal interpretation (Inflammatory opinion: Moglen always seems to lean towards paranoia, eg. in refusing to judge whether the license which Python 2.1 is distributed under is compatible with GPL).

  12. Boring quibble on Red Hat In The Black · · Score: 3

    The announcement is that Red Hat are showing a profit for the first time: they certainly will have shown positive cashflow already (ie. cash going into their money accounts minus cash going out) when they were floated.

  13. Re:Jesse Helms on Harm From The Hague · · Score: 2

    ...and of course it is a net win for the USA when said recipients of aid and fundamentalist propaganda go to war against their heathen brethren and buy lots of American arms.

  14. Re:That puts a bit of a nasty spin on it! on Where Does Microsoft Want You to Go Today? · · Score: 2

    This is a *client side* implementation of smart tags, with a default set of smart tags provided by Microsoft. Read the article.

  15. Re:Or, if you're brave.. on Scientology Critic Flees U.S. Over Usenet Posts, Pickets · · Score: 2

    These miscarriages of justice have a habit of happening to people the Church of Scientology views as enemies (and not just in the US).

  16. Re:Voices amid the Din on The Open Source Evangelists Respond · · Score: 2

    The Economist has been running stories about open source responses to Mundies' claims, see last week's story. Idon't think the NY Times is capable of doing a good story on this.

  17. Re:Why so much paranoia towards nuclear power? on Low-Level Radiation May be Mutagenic · · Score: 2

    Why would nuclear phycisists know anything about the effect of radiation on the human body?

  18. Re:Why Lisp when there is Haskell? on Using Lisp to beat your Competition. · · Score: 2

    I'm a Kaskell fan, but I can't agree with a lot of this. Haskell's syntax is a convoluted mess, as is its module system. Monads are theoretically very nice, but they intrdouce horrible maintainence issues. The best Haskell compiles to slower code than the best LISP compilers, possibly *much* slower. It is very hard to predict performance with a lazy evaluating language, so it is not suitable for writing an OS in.

    Lazy evaluation, currying, type inference and pattern matching are all attractive features, but I think Haskell has some fair way to go, and, with the exception of currying, all of these can be introduced as extensions to LISP or Scheme.

  19. Re:Things I love/hate about lisp on Using Lisp to beat your Competition. · · Score: 2

    The nice thing about the LISP/scheme dynamically typed system is that it is pretty much complete (given the existence of macros). One can add object orientation, lazy evaluation, complex numbers, matrix types, even type inference, without changing the basic language. Wheras strongly typed languages always are in need of extensions. C++ isn't so bad, but then it isn't really strongly typed (the definition is that one can never encounter a run-time type error).

  20. Re:Slashdot and Common Carrier status on Scientologists Force Comment Off Slashdot · · Score: 3

    I don't think that managed comment section could claim common carrier status in any case. I agree that there is an important point of principle here, but you have to choose your battles. By withdrawing the post, they can protect the anonymity of ACs. I think that is a more important matter.

  21. Re:Don't use it. on Guido Von Rossum on Python · · Score: 2

    Quite agreed about weak lambda forms; but the garbage collection scheme is rather an embarassment. Reference counting doesn't work, for cyclic data structures, and these can arise in Python programs.

  22. Re:Variations on The Question Of Too Many Linux Distributions · · Score: 2
    You don't need the command line to install RPMs. Both KDE and Gnome have graphical RPM install tools.


    Most users never need to install drivers.


    I think that, if you are comfortable with the command line, then you will not tend to explore the alternatives. That doesn't mean they are not there.

  23. Re:New tissue = No tofu on Researchers Claim To Produce Stem Cells From Adult Cells · · Score: 2

    The reference you cite states compassion as the root of Jain vegetarianism, which is the response to suffering.

  24. Re:New tissue = No tofu on Researchers Claim To Produce Stem Cells From Adult Cells · · Score: 2

    Exploitative? I thought the issue was about animal suffering.

  25. Re:*BSD needs a commercial success on Is Mac OS X Threatening Linux? · · Score: 2

    Mmm, well, I don't think SunOS can really be marked up as a BSD success, Solaris really isn't BSD (I lived through a SunOS to Solaris changeover). NeXT is a bit of a BeOS - nice idea, works well, but not adopted. BSD/OS I don't know - what is it?