Slashdot Mirror


User: Hopeless

Hopeless's activity in the archive.

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

Comments · 6

  1. Re:what about the opposite? on Can't Draw? You Need The Inkulator 9000. · · Score: 2, Informative

    Have a look at SketchUp. It's more intended for technical drawing than artistic, but it does have pretty intuitive interface.

  2. Re:Galeon can't compete for long on Galeon At A Glance · · Score: 1
    When will Galeon support Flash and all those various plugins out there?
    Errr... like already perhaps? Since Galeon uses the mozilla rendering engine, all the plugins work exactly the same.

    What you should have said is "as Mozilla gets better, so does Galeon". Which would have been true.

    Quite how such an uninformed comment got modded up escapes me entirely....

  3. Re:Obligatory Galeon Reference on Update to the Mozilla Roadmap · · Score: 1
    FYI, this is resolved in the file COPYING.README from the Galeon distribution:


    The present copyright holders of this file have given permission,
    as a special exception, to link this file with the Mozilla
    rendering component and distribute linked executables, as long as you
    follow the requirements of the GNU GPL in regard to all of the
    software in the executable aside from that component.


    Clearly you couldn't distribute a statically linked Galeon and Mozilla but I can't think of a single reason why you'd want to...

  4. Re:Mozilla should not have stuck to the W3C standa on Update to the Mozilla Roadmap · · Score: 1

    Unfortunately, Galeon works only for English-speaking users. If your language happens to use character set other than Latin-1, you are out of luck. Galeon also doesn't have other nice features, e.g. cookie/image/form manager (or right-click in Mozilla and Galeon - see?)


    Try again. The only thing still missing form that list is the form manager. Try Galeon 0.10.1 (works just peachy with Mozilla 0.8).

  5. Re:New question... on Eight Tenths Of A Lizard · · Score: 1

    Not true. Galeon supports cookies with Mozilla 0.7 (when using an additional static library). This additional library is no longer needed with Mozilla 0.8 and CVS versions (as will hopefully ship with GNOME 1.4).

    Indeed, Galeon recently acquired a cookie manager every bit as good as the one in Mozilla. This is available in the unstable Galeon branch (CVS HEAD).

  6. Commercially Relevant on What About Functional Languages? · · Score: 1

    I have personally developed commercial software in a functional language (Objective Caml -- a form of ML).

    The fast code and small memory footprint of our product completely undermine most people's objections to functional languages. The most significant comment we receive is how rarely the product crashes -- this (to me) is the most important part of programming in functional languages: getting the job done without bugs.

    A project to reimplement similar functionality in C++ had to start by writing an efficient memory allocator, implementing reference counting et cetera. I get this for free, along with true higher order functions, and much more.

    But remember kids: use the right tool for the job!

    -- Hopeless