Slashdot Mirror


User: barryk

barryk's activity in the archive.

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

Comments · 10

  1. Re:ALL IBM is doing is on SCO Terminates IBM's Unix License · · Score: 1

    FATALITY!

  2. Re:GUIs are at times more elaborate than back end on Complex GUI Architecture Discussion? · · Score: 1
    I have never understood why C zealots laugh at languages like Delphi, Kylix and C++ Builder. This sort of stuff is built right in.


    To use your example, you can code your Toolbar component like this:


    private
    FVisible : boolean;
    procedure SetVisible(NewValue : boolean);

    public:
    property Visible : boolean; read FVisible write SetVisible;
    end;


    procedure TToolbar:SetVisible(NewValue : boolean);
    begin
    FVisible := NewValue;
    if FVisible then
    ShowToolbar
    else
    HideToolbar;
    end;


    When using the instantiated toolbar, you can simply do this:
    MyToolbar.Visible := False;


    The exact same goes for C++ Builder. These language rock for making application, as opposed to device drivers or operating systems.

  3. Re:This is significant on SA Government's Crypto Registration Up And Running · · Score: 1
    I had no idea South Africa had improved so much.

    Yes, things are not nearly as bad as they used to be. There are some crime still, but no worse than in any other counry.

    Just goes to show how little our media tells us about what's happening in countries that we don't want to destroy.

    Just be careful about what you beleive about the information you do get. It's probably very tainted, as the information you get about South Africa is.

  4. Re:Past predictions were all wrong, why believe th on Will Earth Expire By 2050? · · Score: 1

    Except, here we are in 2002 and those 6 or 7 billion people are eating better than any of their ancestors in all of human history, even in the poorest countries.
    This is bullshit! People are starving in Africa every day. Did you know that on September 11 2001, 38000 babies died of hunger in Africa! There is a big problem, and ignoring it like you would like to, will not make it go away.

  5. Re:And just for comparison ... on Why Use Free/Open Source Software? · · Score: 1

    Its also funny how they warn you that you should not get locked into one particular linux vendor. But getting everything from M$ is the best thing since sliced bread.

  6. Re:So? on Chinese Explorers 'Discovered America'? · · Score: 1

    But ultimately, none of those is important as Columbus' "discovery". Why? Because what was the end result of Chinese exploration of the Americas?

    Yes, no one else moved in quite as swiftly and raped the entire continent like Columbus and friends.

  7. Re:My new (?) idea of /. mirroring on The Incredible Invisible Case · · Score: 1

    The cache could work for, say, 6 hours and would serve only files in subdirectories of linked URIs to avoid any abuse.

    Make it for more than 6 hours, as there a lot of /. readers from elsewere in the world, on timezones more than 6 hours away. I'd say at least 24 hours, or even 48 hours.

  8. Re:Other databases on Release of Interbase Beta For Linux · · Score: 1
    Does not even come close. mySQL grills it as speed. PostgreSQL grills it as features.

    Yes, mySQL is faster, but at the cost of no transaction control. And PostgrSQL does not even fully conform to the entry level SQL92 standard. Interbase does, and more. It also has one of the most advanced Multi-Generational engines around. It is a great RDBMS for OLTP applications.

  9. Re:Open Sores? on Release of Interbase Beta For Linux · · Score: 1
    Remember: Inprise still have not announced what license "Open Source" Interbase is going to be released under.

    I believe they are releasing it under the Mozilla Licence.

  10. Re:Borland is desperate and may be clueless too. on Borland's Interbase Open-Sourced · · Score: 1

    > This is the kind of things we expected and will see more of: Companies which used to ignore any other platforms beside Windows suddenly embrace Linux. In fact, Interbase started out on VMS. Has been ported to major Unix platforms before Windows, and has recently been ported to Linux. They are not "suddenly" embracing Linux, as the Linux ports have been around for more than a year, including a free version. The beauty of Interbase is that the database is totally platform independant. Your data can migrate to another platform with a simple backup/restore. Don't knock a product you know nothing about.