Slashdot Mirror


User: TulioSerpio

TulioSerpio's activity in the archive.

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

Comments · 94

  1. smalltalk 80 do this on Object Prevalence: Get Rid of Your Database? · · Score: 1

    In st-80, an d descendats, you have an image (an image of the memory in a disk file) and a 'change log' whith the changes of the methods, and globals and every message you send to an Object..

  2. Re:I wonder... on ADC Rates Web Browsers For Javascript Compatibility · · Score: 1
    Using Mozilla/Phoenix on win - the 'Import XML' test fails on my system.

    From the Phoenix JS console:
    Error: xmlDoc.getElementsByTagName("apple")[0] has no properties
    Source File: http://developer.apple.com/internet/javascript/tes ts/import.html
    Line: 31


    As someone said elsewere, it's a problem with the MIME setting of the server.
  3. Mozilla do ALL the test OK. on ADC Rates Web Browsers For Javascript Compatibility · · Score: 5, Informative

    I'm not using a mac, but in mozillazine.org someone said the Mozilla team corrected the scrollbars bug in the latest builds.
    In my pc seems to work, too.

  4. Re:What's your idea of south america? on Powering the Adventurous Geek? · · Score: 2, Insightful

    Well, I travel in remote regions in argentina, chile bolivia and uruguay. The fact is that unless you go too far away of the road, you have power lines and places to plug your laptop. avery gas estation have it. And you can borrow an hour or two of electricity from any house, too. Even in Bolivia, the poorest of the region. You can always go to a region without power lines, but there not so many and not so large.

  5. Re:What's your idea of south america? on Powering the Adventurous Geek? · · Score: 2, Funny

    Perhaps if he can carry and universal power plug, he can plug it in a gas station, bus station, train station, not to mention a hotel or restaurant. Last time I try, it fit in a backpack...

  6. What's your idea of south america? on Powering the Adventurous Geek? · · Score: 5, Funny

    I'm running a PC, and It's plugged in the wall!

  7. Why not? on Should Voting Software Be Open Source? · · Score: 1

    What kind of software can't be Open Source?

  8. Re:Graphics on Just One Page a Day · · Score: 1

    I've just proofread a page in arcaic Spanih from Voltaire.

    Think it's public domain in any country

  9. Re:Wait.... on That Link Is Illegal · · Score: 1

    US kidnaped Noriega.

    And Bombed many countries.

    Can I link to the white house?

    Please!

  10. Re:Weblogging on Bringing WYSIWYG Content Editing To Mozilla · · Score: 1

    I just download it, and is great!

    Thanks you!

  11. Re:Underestimated on One Year After September 11 · · Score: 2
    5. America tries to assassinate Fidel Castro. For no good reason. Several times. And fails.
    We have every right to take out Castro. He allowed the Soviets to station numberous nuclear weapons on his country, and therefore was a strategic threat to the US. This act alone demonstrated his hostility towards the US, so we responded. For example, if an unstable dictator came into power of Belgium and pointed nuclear and other dangerous weapons at France, I am sure the French would feel very threatened by this ruler and try to eliminate him.


    Are you saying you have the right to kill someone?
    The 11/9/2001 terrorist think the same...
  12. Re:NYT login on Shop Till It Drops · · Score: 1

    thanks!
    I hate NYT registration!

  13. Re:Tecnology & terrorism on Science vs. National Security · · Score: 1

    I don't think you can ban knowledge or information. In case you can, you can allways find a way to explode all. If you ban hammers, I still can break your head with a stone.
    what's the meaning of ban science?

  14. Tecnology & terrorism on Science vs. National Security · · Score: 1

    I don't want to be rude, but the twin towers went down with very little cience. What do they want to hide?

  15. Re:Sounds fair to me. on Dutch Court: Bothered by SPAM? Get A New Email Address · · Score: 1

    I personally offer myself send a dayly mail to the jurists.

  16. Re:Delphi? on Borland Releases Kylix 3.0 for Delphi and C++ · · Score: 1
  17. Re:How seemless will it be on Borland Releases Kylix 3.0 for Delphi and C++ · · Score: 1

    Kylix 3 will be 2 IDEs, one for C++ and one for Delphi. But I think you can make components in one IDE/lenguage and use it in the other.
    Of Course, the c++ code will compile in Kylix3/C++ and in CBuilder, and the OPascal code will compile in Kylix3/delphi and in Delphi

  18. Re:Good conclusion, poor article on Qt vs MFC · · Score: 1

    Actually the CLX library, used in the lasts Delphi and Kylix and CBuilder versions, (very similar to the VCL) is based in the Qt library. If you code for CLX in Delphi you are coding for windows AND Linux, thanks to Qt.
    You can't link many events handlers to a single event, but you can link a single handle to many events, if they have the same event type.
    When do you need to link an event to many handles? please give an example.

  19. Re:off topic on QuickTime 6 Is Out · · Score: 1

    I can't see it, the movie refuses to download!

  20. off topic on QuickTime 6 Is Out · · Score: 1

    Can any one say me if he/she can veiw the solaris trailer?

  21. Re:Maybe if the designers learned to program... on Web Designers Ignoring Standards and Support IE Only · · Score: 1

    may be XML and css help!

  22. Re:Invisible hand on Analyzing Palladium · · Score: 1

    Or invade the rest of the world :(

  23. Re:Arguing over the cost of saving lives... on 107 People Stranded in Antarctica · · Score: 3, Informative

    1. I'm not going to defend my goverment.
    2. the Argentine army will run out of money next month(in spanish)

    3. They planned a rescue mission.(in spanish) with 2 problems, money and juridiction, argentina say must be local juridiction, no international, in case of problems.

  24. Re:Negra Modelo on Board? on 107 People Stranded in Antarctica · · Score: 1

    The Argentine Army will Run out of money in a month.

    In case you ask, all things are broken here.

  25. Re:Reverse parsing on Parsing Algorithms and Resources? · · Score: 1

    VisualWorks (Smalltalk) do this, you can tell the compiler to reformat your source, for instance, this is done compiling and decompiling an object method, I think.