Slashdot Mirror


User: mr+crypto

mr+crypto's activity in the archive.

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

Comments · 31

  1. Re:I'm really getting old on Europe Funds Secure Operating System Research · · Score: 1

    So how is this approach different from GNU Hurd? http://www.gnu.org/software/hurd/hurd.html

  2. Re:The World doesn't care on RMS Says "Software As a Service" Is Non-free · · Score: 4, Insightful

    Agreed. RMS's advice seems to be to run your own server, but how many people can or will do that? If he presented a viable alternative for the masses I'd be more sympathetic.

  3. Re:They can either do it openly or covertly on Time Warner Broadband Cap Trial Rescheduled In Texas · · Score: 1

    Openly is definitely better. I think that it is reasonable for companies to charge users more when they use more bandwidth. The real root solution is keeping the market competitive by allowing people to easily switch providers and maintaining net neutrality.

  4. Why Won't You Pay for Content? on Why Won't You Pay for Content? · · Score: 1

    Because I can't absorb all the free information as it is. As said in a recent SlashDot artical, there is only so much attention the public can provide, and the free information uses it all up.

  5. the next C++ on Next Generation C++ In The Works · · Score: 1

    Could the next version of C++ make Purify less important? The fact that this product line exists indicates a C++ usability problem.

  6. Re:A serious (rather unpopular) hope... on Next Generation C++ In The Works · · Score: 1

    Hear hear! No programmer can confidently write a large program and expects it to compile and run on a variety of platforms. My $0.02 - standards are not enough. We need a program that enforces the standard and says definitively whether or not something is valid C++. I've seen too many tables showing "to what degree" a compiler is standard. Look at the Mozilla portability guide http://www.mozilla.org/hacking/portable-cpp.html which starts with "Don't use C++ templates."