Slashdot Mirror


User: johnburton

johnburton's activity in the archive.

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

Comments · 264

  1. How do browser certificates work? on Thawte Bought by Verisign · · Score: 1

    Do they work like PGP signing where if you trust can be sort of delegated down a "tree" of signed certificates? Or does wach and every certificate need to be provided by a ceritified authority?

  2. Re:Why bother? on FreeMWare: Like VMWare but Open Source · · Score: 1

    It's not about recreating commercial efforts, it's about having the basic tools you need to use your computer available freely. Open source projects might reduce the amount of mass-market commercial software sold, but they make one-off solutions for individual customers easier and cheaper to build because the infrastructure to build on is better, cheaper and better. It might result in reduced profits for large mass market software companies, but will result in more paying work for those of us that actually write the code. Open source is good for programmers, but not necessarily for the companies employing them at this time.

  3. How far have they got? on FreeMWare: Like VMWare but Open Source · · Score: 1

    Has anyone tried this out? How far have they got? When I looked at this a while back there was a lot of discussion on how to virtualize PC hardware and lots of "hacks" beinng done. The web site is interesting but doesn't seem to really say what the latest code does. Has anyone tried it?

  4. Re:Wow, he's pissed! on Bruce Perens Discusses Lawsuit Against Corel (UPDATED) · · Score: 1

    If somebody has written some software and kindly allowed people to package and distribute it under their own label for profit, then they have an absolute right to dictate the conditions under which this may be done. I corel don't want to, or can't meet those requirements they mustn't distribute it.

  5. Re:For folks who complain about VB .... on How To Write Unmaintainable Code · · Score: 1

    The biggest problem I see with VB code is that the programmer almost never separates the application logic from the presentation code. It's too easy to create an event handler and start coding away without thinking about the abstrations you want to use. Code written by "new" visual C++ programmers often has the same problem. This isn't a problem with the language of course, mostly a case of educating the programmers.

  6. Re:For folks who complain about VB .... on How To Write Unmaintainable Code · · Score: 1

    VB code looks simple and maintainable when you're looking at small pieces of code. And indeed for very small projects it probably is easier that many other langauges, but it just doesn't seem to scale to larger projects very well. Maybe it's just that inexperienced programmers tend to use VB and are not so familier with the how to write large programs.

  7. Is it any good? on The Unofficial Guide to Lego Mindstorms · · Score: 1

    So is this lego mindstorm stuff any good? It's horribly tempting to get some and have a play, but it's a bit too expensive to just buy on a whim.

  8. Re:vmware included on SuSE 6.2 in August · · Score: 1

    Because even if only 5% of what's on the CD is useful that's 30 megabytes you don't need to download and the cost of an extra CD is less than the cost of downloading 40 Mbytes for many people.

  9. Re:IPv6 programming API? on IANA Deploying IPv6 · · Score: 1

    Don't you just use the normal socket calls for ipv6 but with a different sockaddr structure? Or is there more to it that this?

  10. Re:40% Linux? Rather around 1% on SuSE larger than RedHat · · Score: 1

    I like many people use windows for web browsing and email and have linux on a separate computer for other work.

  11. Re:Free ISP connection problems? on UK MSN drops Subscription Charges · · Score: 1

    I'm using freeserve (althought I've still got my demon account for the moment) using it from linux and windows with hardly any problems at all.

    It certainly is just as reliable as demon ever were.

  12. C++ speed on Corba language neutrality gone? · · Score: 1

    I have to make a comment on this.
    Yes C++ has to run a destuctor, but the work that the destructor doesn't go away in java, you just have to find some other way to do the work.

    As for freeing memory, if speed is an issue here, why not write a free operator for the class which does something like add the memory block to a list of memory that needs freeing and free it later when you have the time.

    At least you can do that in C++, in java you have no choice but to do things the way that the system thinks is the best way.

    (Not trying to complain about java, just saying that you can do just about anything in C++ that you can do in java with a bit of effort)

  13. Told ya so! Its debian based on Reports of Corel's Linux Distribution · · Score: 1

    The problem is that it becomes difficult to do anything without using the GUI interface. For example setting up a printer in redhat is really simple with the GUI interface they've written, but they don't really document anywhere exactly what the interface does. Of course you can still set up your printer yourself, but it's hard to know if you've 'broken' anything that the user interface did. You have to stick to using one or the other.

    Lets just hope corel do it right.

  14. Told ya so! Its debian based on Reports of Corel's Linux Distribution · · Score: 1

    The part I didn't like the where it said that it had an "All-graphical environment". Of course it's nice to be able to do most things graphically but one of the major strengths of unix/linux is that it's possible to do everything via a command line and configuration files.