Slashdot Mirror


User: servo8

servo8's activity in the archive.

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

Comments · 45

  1. Gtk+ is Object-Oriented on Miguel de Icaza Tells All! · · Score: 1

    You seem to be under the impression that Gtk+ lacks classes and inheritance. This is not the case. Gtk+ uses a run-time based object system. This is somewhat similar in concept to what Objective C and python do, and in fact it has been argued that such systems have certain advantages compared to statically typed systems such as C++.

  2. Re:This sounds like... on IBM's Nanotech Drive Research · · Score: 1

    Reminds me of Starship Titanic -- one of the main characters had to keep bothering the bomb so it would lose count and have to start over :-)

  3. Re:HAL9000 on CMU Sphinx Open Sourced · · Score: 1

    Actually, GNOME has a HAL applet already :-)

  4. Re:I'd use it too. on 21 Linux Web Browsers? · · Score: 1

    Sure, the interface sucks. But that's no reason to throw out a perfectly good HTML engine. Trust me, it's set up so that you could drop it into a standard GTK interface fairly easily.

  5. Re:Would of had a KDE Gimp months ago on KDE 2.0 in Action · · Score: 1

    This was back when Qt was still closed source -- it would have violated GPL to distribute it, which is why the gimp authors put their foot down. I think QPL may also be incompatible with GPL, soo...

  6. Re:Pluggable Configuration Modules? on Expanding the use of XML in Linux? · · Score: 1

    GNOME (specifically, Havoc Pennington) is developing something similar to what you described, in which a single configuration API can output to different formats -- the default is XML, but in theory you could have such systems as LDAP used. In case you're interested, a prototype is available in cvs module gconf.

  7. Re:KDE had Corba before Gnome existed on Enlightenment now KDE compliant · · Score: 1

    I don't see what this has to do with the main point of the previous poster, which is that gnome had CORBA from the very beginning. No matter the fact KDE may have had CORBA before GNOME, it did not have CORBA at its beginning.

  8. Re:And GTK+ is much worse than Qt in C++ on Enlightenment now KDE compliant · · Score: 1

    Does that include PyKDE? What about KScript? :-)

  9. Re:[HT][X]ML on Ask Slashdot: What is the Best GUI Framework? · · Score: 1

    libGlade is pretty cool -- it generates a gtk interface on the fly based on glade XML files. Add the fact that gnome-perl has bindings for it, and you've got a pretty nice deal.

  10. Re:Don't forget ORBit on The Future of GNOME · · Score: 1

    Forking a project counts as "NIH", doesn't it?

  11. Re:I don't see him talking about you on /. on Rasterman leaves RedHat · · Score: 1

    /me points to Subject ^^^ -- I was talking about this slashdot article.

  12. Re:I don't see him talking about you on /. on Rasterman leaves RedHat · · Score: 1
    ---

    Ettrich does not seem to stoop to the level of critiquing Gnome on SlashDot, but rather spends his time coding...


    ---
    I suppose he wouldn't bother to defend himself when people resort to name-calling, either.
  13. Re:Bring on the IDEs on IBM VisualAge for Java for Linux · · Score: 1

    If you like VCL, I'd suggest VDK, a C++ wrapper around Gtk which is similar to VCL/OWL. It also has an IDE, VDKBuilder, which is designed to feel like C++Builder from Borland. As for a good IDE/GUI builder for pure Gtk, I'd recommend a combo of gIDE and glade -- glade is really impressive, it supporsts multiple Gtk language bindings and can even generate XML widget layout files which can then be loaded dynamically, at runtime.

  14. Re:Why aren't these things written in java? on IBM VisualAge for Java for Linux · · Score: 1

    Actually, my current Java IDE of choice is NetBeans, which is written in Java -- it's one of the main reasons I chose it. It's available for JDK 1.1 or 1.2 with Swing 1.0 or 1.1. Translation: It'll probably work with whatever modern JRE you currently have installed :-)

  15. Re:Easy. No. on Time Review of Linux · · Score: 1

    And I suppose that when you want to configure windows, you edit the registry by hand with a hex editor? In the case of X alone, virtually all linux distributions come with programs to configure X for you...just tell them the hardware or let them auto-detect and off they go. Even Slackware has one.

  16. Re:Stability on Pair of KDE Stories · · Score: 1

    First off, let me say that I agree with you, there are parts where GNOME is clunky. However, the most important thing we as users can do is to give helpful explanations of exaclty, and I mean exactly, of how it is clunky. There's no way the developers can read your mind. You've made a good start with your list, but it's not enough to let the developers know how they can fix it. If you gave the GNOME team a detailed of which behaviors should be changed in what ways, then I'm certain they'd be glad to consider it. Otherwise, all we're really doing is just whining.

  17. Re:We may have the hardware on Web-Based Hitchhiker's Guide to the Galaxy · · Score: 1

    Not quite yet....remember, the real guide spoke out loud...(and transmitted a mental translation matrix for the babelfish) :-)

  18. how about star office for windows? on MS Office for Linux · · Score: 1

    Star Office is available on windows, you knob. As well as OS/2 and Mac. And I believe Applix is available on windows too.

  19. Wait for GTK+ 1.2 on GNOME 1.0.0 Pre-release · · Score: 1

    Gtk 1.2 is out.

  20. Uhmm... no! on X11Amp v0.9 Source Released · · Score: 1

    And I assume you're basing this on your own developmental experience?