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. Fedora is fine for me on OSNews Rates Fedora Core 1 Mild Disappointment · · Score: 1

    Specially because I only use Debian.

  2. Re:This can't be serious on IE Vulnerabilities Page Removed · · Score: 2, Funny

    Hi, I'm the average user. I have 1,7 brothers and I'm 34% woman.

  3. Sad, mozilla.org used to be the good guys... on Firebird Name Debate Enters a New Stage · · Score: 1
    I've been following Mozilla for many years and I got used to them being the good guys in nearly all matters (standards, attitude towards development). Today they are being the jerks crushing a smaller project.

    It's so obvious to me that they are wrong... The only right thing to do for mozilla.org is to assume their mistake and rename the browser. For god sake, they haven't even released a version with such a name. That month of research sounds like bullshit when you consider they didn't even go to to google to find out that the name was already taken but another free-software project, not a grocery, not a car, not a company name.

  4. This is being discussed in win.org on Translucent Windows for X using OpenGL · · Score: 4, Informative
  5. Cool? Only for short-sighted... on Public Standards: C# 2, Java 0 · · Score: 1
    This is not cool. Microsoft (and some other companies) uses standards as a stick to hit his competitors. They use standards to enter a market he doesn't own. They did that with Explorer, with MSN, etc. After owning the market they stopped (in both cases) to pay attention to standards. This move can only be viewed as two things:
    • Microsoft's recognition that they don't own the market.
    • Microsoft's disposition of getting rid of Java in a couple of years.
  6. Re:Anticipatory Scheduler on Operational Testing of Linux Kernel 2.5.x · · Score: 4, Informative

    Your expectations were wrong. The new Linux won't make things faster, it will just (as you put it) make things feel different for interactive processes. The idea is to be able to work without one second pauses when a background process is performing some heavy task.

  7. Re:What about standards? on Why Browser Innovation Matters · · Score: 1

    That's simply not true. It's currently very easy to write all-modern-browsers compatible javascript. Each release browsers are closer and closer to the W3C standards. JavaScript errors are only caused by developer ignorance. If you are a "IE-only" web developers here are some hints to also code for Mozilla.

  8. Re:Slashdot and w3.org... on Microsoft Sends Broken Stylesheets to Opera · · Score: 4, Funny
    Dialog:

    Slashdot: Microsoft Sends Broken Stylesheets to Opera.
    The people: So what, you send broken HTML to everybody!

  9. Re:How can they say it's faster? on Major Step Forward For SVG in the Desktop · · Score: 1

    2.000.000.000.000 vectors?

    That would put one vector per pixel in my 1142857142857x857142857142 monitor.

  10. Re:Mozilla on Major Step Forward For SVG in the Desktop · · Score: 1
    The problem as I understand it is that the SVG library Mozilla currently uses has a license that's incompatible with the Mozilla license.
    A bit inaccurate. The library in question (libart) is LGPL and it's perfectly compatible with the MPL, GPL, etc. The thing is that it's mozilla.org's policy not accepting LGPL code.
  11. Re:the end of diferences?-XUL on Major Step Forward For SVG in the Desktop · · Score: 1

    XUL a wrapper around GTK?

    You know nothing. Please, try to hide your ignorance a little harder. How could XUL be a wrapper around GTK+ and run in Windows, OSX, OS/2 without GTK+?

    XUL is a markup language which is just rendered as an HTML variant by the Gecko layout engine.

    XUL bloated? XUL works reasonably fast. I don't know where did you take the idea of XUL being bloated.

    When people talk about the ignorant crowd at Slashdot they are talking about you.

  12. About Smalltalk... on Is Client-Side Java Dead? · · Score: 1

    You've said you have finally used Smalltalk. Is Smalltalk appropiate for normal applications? From what I've seen everything runs in ths big, square Smalltalk window, and you don't run just your app. You run the whole environment (as apps become part of it). Is this true?

  13. The root of the problem is the technology. on Self-Regulating SSL Certificate Authority? · · Score: 5, Interesting

    TLS (SSL) does not need the ugly PKI technology to operate. SSL/TLS could very well use PGP keys. The difference is that PGP technology is more well designed and lends better to help building a web of trust.

    Some people might say that newbies can't handle the complexity. Well it's the responsibilty of software developers to help them overcome this. Example: As the same PGP keys would be used for mail, the web of trust could be linked to the addressbook handling.

    Besides, the current model gives a sense of security which is not real. Do we really trust CA's? When you go to an "internet cafe", do people check that the list of trusted CA's haven't been altered. In this way, PGP would bring the real sense of security/insecurity which is currently "masked".

  14. Re:Only standards are HTML 2.0, 3.0 and 3.2 on W3C Approves DOM Level 2 · · Score: 2, Informative

    Evidently your knwowledge of these things is pretty limited.

    A web page in HTML4 and CSS can be much lighter than one coded in HTML 3.2. The reason for that is that using tables and the font tag is *very* verbose. With CSS you can replace several kB's of <font> along all your site with just a:

    .brochure {
    font-family: sans-serif;
    font-size: larger; }

    Then every <div class=brochure> would have these styling attributes. Suppose you want to make the heading in a brochure red:

    <div class=brochure><h2>Buy this!</h2> ....

    You don't even need to modify your HTML! You just add to the CSS (shared by all your site):

    .title h1 {
    color: red;
    }

    That should be read as "h1 inside .title".

    As you see, HTML and CSS makes web pages smaller, and more maintainable.

  15. Re:Incorporation into Browsers on W3C Approves DOM Level 2 · · Score: 2, Informative

    Mozilla already supports almost all of this (if not all). Check the DOM support in Mozilla.

  16. Re:They will need to also block every other port. on Panama Decrees Block To Kill VoIP Service · · Score: 1

    There's no need to route around Panamá. They could just add some bytes to the beginning of each packet (i.e. an IP over IP tunnel).

  17. They will need to also block every other port. on Panama Decrees Block To Kill VoIP Service · · Score: 5, Insightful

    There are 65534 other ports wich can be used for VoIP, they must block them too!

  18. Re:What I would like to know is... on The End Of Minix? · · Score: 2

    Because after the different UNIXes splitted, it was very difficult to make new major innovations to the system. Those innovations would have to be very important to be worth of being adopted by POSIX et. al.

    It's the same as the PC and the floppy disk. After IBM lost his control over the PC, the system were kind of frozen. We were lucky we could adopt this huge 1.44 Mb drives we have now.

    In the case of tty's, there should be several things that aren't implemented:

    • A sane character model, where all keyboard keys could be transmited
    • True color
    • It would be nice to have some more high-level primitives so that ncurses interfaces over ssh work faster
    • Perhaps some kind of graphics upload to the terminal, so that it would be posible to do: $ cat Logo.gif and see the gif there :)

    Some of these things are being implemented by the XMLTerm project, but I don't know the status of it.

  19. They also forbid browsing,linking, spidering, etc. on Blind User Sues Southwest Over Web Site, Cites ADA · · Score: 5, Interesting

    In their terms and conditions "Southwest Airlines" also state that they forbid "deep linking", using robots to spider their site, or just using any program to get their pages.

    In fact, their license seems to forbids the use of any HTTP user agent to "acquire" some of their pages. Beware, by browsing their site you are risking to get sued =).

  20. Please, please on UUNET/WorldCom Backbone Diffiiculties · · Score: 1

    We need everybody who cannot connect to Slashdot to leave a message here stating so..!

    Thanks!

  21. Re:use it against the MPAA and RIAA! on SA Government's Crypto Registration Up And Running · · Score: 2

    Have you been to Argentina?

  22. Re:ah yes, altering the aspects ... on Roll Your Own Browser · · Score: 2

    Don't shift the point. Both Mozilla and Explorer do things with their form control widgets that are imposible to do with the Windows provided ones. So both need to implement their own toolkits.

  23. Re:dreaming of centralized cookies and bookmarks on Roll Your Own Browser · · Score: 4, Interesting

    No, the ansert for that question is a little known protocol called ACAP, which is designed for remote profiles, profile sharing. e.g. In ACAP a client can register for dynamic updates, so all open applications dynamically change their settings at the same time!

  24. Re:my 0.2� on Roll Your Own Browser · · Score: 2

    Crap. Current web standards *require* you render your own widgets. You are supposed to alter any aspect of them. So, designing a web browser today is really the same as designing a toolkit! You have element positioning, form widgets, styling.

  25. Re:SCrew that... on Keanu Reeves as Superman · · Score: 2

    Wow...!

    According to the article he's able to even walk in a pool! Uhm.. I think he should be taken to the moon, perhaps there we could walk.. :)