Slashdot Mirror


User: Nicopa

Nicopa's activity in the archive.

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

Comments · 261

  1. Slashdot is dumb on Moving towards Mozilla 1.0 · · Score: 2

    It destroyed the url, just copy and paste it :).

  2. Forum for Mozilla users on Moving towards Mozilla 1.0 · · Score: 3, Informative

    There's a newgroup for user discussion and questions. You can get support there, please don't use the developer forums. This the users' group:

    snews://secnews.netscape.com:563/netscape.mozilla. user.general

  3. Newsgroup for Mozilla users on Mozilla 1.0 Release Parties · · Score: 2

    For discussing these things and/or Mozilla problems or suggestions you can go to this Mozilla newsgroup.

  4. XML support in Mozilla on A First Look at Netscape 7 · · Score: 2
    Mozila support for XML related technologies is this:
    • Can get an .XML file, and style either with CSS or XSLT according to the processing instruction.
    • You can parse a string into a "document" object in Javascript.
    • In JS you can apply an XSLT stylesheet to these dom document objects.
    • ..and you can serialize these objects back to strings =).
    • You can make SOAP calls from JavaScript.
    • There's some code for XML-RPC but I don't remember its status.
    • It supports XHTML with namespaces and everything.
  5. Re:I don't agree on A First Look at Netscape 7 · · Score: 2
    NN6, at least, implemented CSS in a sloppy fashion, making life harder for the designer but not regular users
    That's so untrue, you must be a lousy developer. Netscape 6.0 was bad but not at the rendering level. It's mail client was very unpolished, and it had many things wrong in the app itself. But the "gecko" rendering engine has been better than any IE for a long long time.
  6. Re:Netscape is like a plane taking off and landing on A First Look at Netscape 7 · · Score: 2

    So much worse than 4.78?

  7. Re:Mozilla employs security through obscurity.... on Mozilla 1.0 RC2 is out · · Score: 4, Insightful

    That's not the right conclusion. That measure is taken in addition to many others. And is designed to protect your profile from attacks to other software too!

    Suppose your profile were stored in a fixed well-known location like c:/program files/mozilla/profiles. Suppose you still used outlook (eew!). A worm which gains access to reading files could easily get your profile! And there was no security bug in mozilla in that. So randomizing the directory avoids some kind of attacks. Everything counts!

  8. Re:Better story about RC2 on Mozilla 1.0 RC2 is out · · Score: 2, Informative

    Be my guest. =) You can include a pointer to my page for installing plugins too (check it out).

  9. Better story about RC2 on Mozilla 1.0 RC2 is out · · Score: 5, Informative

    Mozilla 1.0 RC 2 has just been released and is already available for download. This is what has changed from the previous RC. New stuff include support for "HTTP pipelining", something which can increase performance by 50%! (disabled by default, check the releases notes).

    This was the story I have submitted, Slashdot staff is weird, really.. =)

  10. Re:No! Don't mention MySQL! on Teaching Linux/Unix Basics to Microsoft Junkies? · · Score: 1

    But being PostgreSQL just as easy, why not have a normal RDBMS? MySQL has really no place nowadays. It might be sad for a project but it's true. Its only use is when other applications were designed for it and require it.

  11. No! Don't mention MySQL! on Teaching Linux/Unix Basics to Microsoft Junkies? · · Score: 1

    MySQL is designed to appeal to sysadmins with no SQL or programming experience. They are surely used to Oracle and MS SQL server. They will expect views, transactions, foreign keys, stored procedures which are included in PostgreSQL but not in MySQL (unless you use experimental and beta code). They will laugh at you if you teach them MySQL.

  12. Re:can't turn crap into gold on Blade Director to Adapt 'Akira' For Western Audiences · · Score: 1

    Yes, we the non-US people often regard you USians as an informed, sophisticated and knowledgeable crowd. Something needs to have very high quality, and hidden and subtle meanings in order to be a hit in the US.

  13. Re:Stupid extensions on JPEG2000 Coming Soon · · Score: 1
    I guess you could go the same route with JPEG. After all, a JPEG file is not a "group" is it? So why is that G even there?
    Neither a JPEG file is an expert!
  14. Language for GTK+ on Qt For The Console · · Score: 1

    Objective C would have been nice. The object model of GTK is similar, so it would have been more natural to use ObjC. The code would have looked pretier.

  15. You know someone is a bigot when... on Qt For The Console · · Score: 1

    He trolls the X window system.

  16. E-mail, instant-messaging, ok. but... on If This Had Been An Actual Emergency · · Score: 1

    Audio and video? Why? Specially video, which is hardly a nice thing to the current bandwidth capacity of the Internet.

  17. Finally: The GNU GPL tested in a trial. on Judicial Order in MySQL AB vs. Nusphere Suit · · Score: 1

    I guess this is the most relevant quote Judge Saris made clear that she sees the GNU GPL to be an enforceable and binding license.

  18. Dammed on Windows Media Player in Linux · · Score: 1

    The problem is that the workd is full of... you.

  19. Re: When will the ARM based Palm be released? on Palm Releases New Wireless Handheld · · Score: 1

    An ARM base Palm would be so much powerful that it would be able to easily emulate the Motorola CPU of the current Palms. In fact there is a port of the POSE Palm emulator to the ARM based iPaq.

  20. When will the ARM based Palm be released? on Palm Releases New Wireless Handheld · · Score: 1

    Some time ago it was announced that Palm will (dramaticaly) upgrade its hardware (and software) to use ARM. That's what every Palm fan should be waiting for. Any news about that?

  21. When will the ARM based Palm be released? on A Real Tabletop PC · · Score: 0, Offtopic

    Some time ago it was announced that Palm will (dramaticaly) upgrade its hardware (and software) to use ARM. That's what every Palm fan should be waiting for. Any news about that?

  22. Re:Solution for RIAA on Philips Says Compact Discs Can't be Copyprotected · · Score: 1

    True, I see them also adding some silly features just to say the format is better. E.g.: space for lyrics, metainfo about the CD and a digital version of the CD cover so that a CD player could show you that in a LCD screen.

  23. Linux viruses needed. on Linux Virus Alert · · Score: 2, Interesting

    As we speak (write?) there are surely a couple of computer labs paid by McAfee, Norton, etc. trying to create some kind of successful Linux virus/worm. =)

  24. Get a cllue on Why Switch a Big Software Project to autoconf? · · Score: 2, Insightful

    libtool compiles every file twice because the options needed for statically linked code aren't the same as the ones needed for dinamically linked objetct files.

    When a .o file that will be used in a shared library is built, you need to pass -fPIC in order to tell gcc to create "position independent code". With this options gcc uses a register to provide this feature. As this register is lost for normal variable optimizations, statically linked code should not be compiled with this option turned on.

  25. GTK+ and Objective C on GTK-- vs. QT · · Score: 2, Interesting

    As it was mentioned before (and many times) GTK+ is coded in C, but is still object oriented. It uses an ad-hoc object system with dynamic typing, single inheritance. It's clean, but it's rather clumsy looking. If it had some kind of pre-processor it would look much nicer... wait! that would be just objective C! Wouldn it be nicer to have implemented gtk in Objective C? Just a random thought..