Slashdot Mirror


International OSS Desktop Conference aKademy 2004

Torsten Rahn writes "The KDE Project is pleased to announce the successful completion of the KDE Community World Summit ("aKademy 2004") in Ludwigsburg (Germany) taking place from August 20th to 29th. With more than 230 KDE core developers, usability and accessibility experts, translators, editors and artists participating, the event is expected to have a huge and lasting impact on the next major releases of the leading Linux and Unix desktop environment. In addition, 270 visitors from the KDE user base and from other Free Software projects brought the total number of attendees to 500. The international participants, coming from 5 continents, took part in 65 talks, 10 full-day tutorials and numerous BoF-meetings over the course of 10 days. Thanks to this huge turnout and the numerous activities, the event evolved into the largest conference ever held that focused on a single open source desktop environment."

20 of 161 comments (clear)

  1. WOW! by donscarletti · · Score: 5, Funny

    Wow, one post and this still hasn't degenerated into a gnome-kde flamewar, I am impressed.

    --
    When Argumentum ad Hominem falls short, try Argumentum ad Matrem
    1. Re:WOW! by Anonymous Coward · · Score: 5, Insightful

      This is such a pointless arguement. If I wanted speed I wouldn't even install X, I'd use the console the whole time.

      Features that YOU want should come first, speed should only be a concern if it actually has a major affect over what you are trying to get done, which really isn't the case on modern hardware. After all, some people are happy using Windows XP.

      So what if KDE is slower than Gnome and uses more memory? (That's just an example, I have no idea what the actual case is here) That's why you have the hardware, it's there to be used and abused to get the results you want.

      And for the record, Gnome runs just fine here, fast enough speeds everywhere. I obviously don't have the 'plague' on my system...

    2. Re:WOW! by be-fan · · Score: 4, Informative

      You probably do, it's just that you're so used to it that you accept it as being normal. I've got a 2.0GHz P4. Using GNOME for me is very hard, because it feels "heavy." The heavy feeling comes from three major places:

      1) Menus are displayed before icons are loaded, so the first time you use a menu, all the icons get loaded from disk, and you have a blank menu for about a second until the loading is done.

      2) Window redraw and resize is handled poorly. Even the simplest GNOME apps (eg: Gedit), can't resize smoothly without the content area lagging behind the window frame. Moving or resizing a window above another window causes all sorts of ugly effects as the toolkit takes it's sweet time handling the expose events.

      3) The lack of multithreading causes the UI of apps like Epiphany to lock for several seconds when loading/rendering complex pages. This is a major no-no. I don't care if the app is simulating the universe --- the GUI should always respond immediately to the user.

      Yes, most of these things are cosmetic, but cosmetic things can have deep psychological impacts. The redraw problems, in particular, make it seem like the computer is having trouble keeping up with my workflow, and destroys the otherwise solid feel of the GNOME desktop. The lack of a solid feel, in turn, makes the desktop irritating and tiresome to use in the long-run.

      PS> You're "if I wanted speed I wouldn't even install X" comment is bogus. I like lynx a lot, but I'd rather surf Slashdot with a graphical browser, thank you very much.

      --
      A deep unwavering belief is a sure sign you're missing something...
  2. Re:KDE 4? by AresTheImpaler · · Score: 4, Informative
    maybe this can give you some info

  3. still 10x slower than BeOS by kad77 · · Score: 5, Interesting

    Forget flamewars... How about some efficiency standards?!?

    Why is it that this candy-coated windowmanager runs like a *DOG* when it's just moving windows and drawing text on a 512mb 550MHz PIII system, and BeOS 4.0 (pre)release could run multiple video streams effortlessly without lag (may as well mention almost instant boot) on a 166Mhz PPC 604 with 128 MB RAM? 5 years ago.

    Maybe getting paid for your work and quality go hand in hand in some products?

    1. Re:still 10x slower than BeOS by mrchaotica · · Score: 4, Insightful

      They didn't have enough marketing clout to get a real foothold into the market. They couldn't get PC makers to ship PCs with BeOS because of Microsoft, they didn't have the established reputation to get distributors for their own hardware like Apple, and they weren't giving away their stuff for free like Linux.

      Also, it's possible that it was too expensive (I don't really know, though).

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    2. Re:still 10x slower than BeOS by be-fan · · Score: 5, Interesting

      Well, the first thing to remember is that good technology doesn't ensure success. Indeed, the general rule is that the first product to be "good enough" is the winner, not the "best" product.

      Now, there are a couple of reasons why BeOS was so great:

      1) It was pervasively multithreaded. Each window had it's own rendering thread that ran independently of the application logic. This allowed apps to be very responsive, even under heavy load. It's sad that even on my 2.0GHz P4, Mozilla still blocks the UI for several seconds when certain pages take too long to load or render.

      2) It had a phenomenal scheduler. It wasn't comparable, in many ways, to Linux's O(1) scheduler (it wasn't very scalable), but it was wonderfully optimized for interactive use. It's interactivity estimation was lightyears ahead of what's in the O(1) scheduler now.

      3) It's multimedia subsystem was very good at moving data around the system efficiently.

      4) It's toolkit was well-coded with respect to smart redraw and resize behavior.

      Interestingly, the OS wasn't all that structurally different from Linux. It had a fairly POSIX-complient modular kernel. It run it's video and audio subsystems as a seperate process (like X, aRts, and Jack). It was just very well-implemented with an eye towards a fast and elegant UI.

      Of course, the OS had it's darksides. The toolkit wasn't font-sensitive and layout-based, the VM was antiquated, I/O and network performance was only decent, etc. However, for the average desktop, this really wasn't a big deal, and not something that couldn't have been fixed had BeOS survived to today.

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:still 10x slower than BeOS by kad77 · · Score: 3, Interesting

      Thinking back, I was asking that rhetorically. However, I am really glad that someone else that used/uses this wonderfully designed and very well thought through OS decided to recite some specifics that made it so.
      That's why we come back to Slashdot!

      I'd also like to point out, that in the interest of fostering development, once I signed up with the company, without cost to me they sent pressed OS releases very often, updated MetroWorks compiler and toolkit releases, and even some clothing!

      Would Be, Inc. be influencing linux to become more modular, multi-threaded, and bulletproof (like QNX) if they were still around, given many popular linux apps would be running on it today?

    4. Re:still 10x slower than BeOS by IamTheRealMike · · Score: 3, Interesting
      It's worth pointing out that the pervasive multi-threading of BeOS was arguably as much a weakness as a strength.

      Multi-threaded coding is hard and don't any coding jocks tell you otherwise. It is significantly harder to do 100% correctly (and nothing less than 100% correct will do) than single-threaded coding.

      Indeed, according to one of the ex-Be engineers one of the things that hurt BeOS was that writing software for it was quite tricky, it basically meant writing robust thread-safe code even for a simple text editor. There's a good discussion of it here.

      Anyway it's sort of academic. One of the main uses of multithreading in BeOS according to be-fan was to do window rendering in a separate thread. Linux will get something very similar within a few months when X compositing lands. OK so it won't be a thread inside the same app, it'll be a separate process which is rendering the entire screen at once but the effect is the same - no matter how busy the app is, you won't be able to "rub out" the contents of the window.

    5. Re:still 10x slower than BeOS by MrHanky · · Score: 3, Interesting

      But one reason why BeOS was so snappy was because apps also took advantage of its pervasive multi-threading and the scheduler. This was, AFAIK, because the API sort of forced you to write multi-threaded. So Be had a lot of small, snappy, but crappy, applications that you could use to show off its responsiveness. But most of the serious apps had to be ported, and then the advantages just disappeared.

      Have you tried running Mozilla on BeOS? I mean, not a rotten old port of M18, but a recent build of Firefox. Yes, it's still being developed, and it's been getting a lot better. But its responsiveness is a lot worse than under Linux (not to mention the font rendering). Even when comparing a 266 MHz, 64 MB Powerbook running Linux to a 1.4 GHz, 256 MB Athlon XP running an RC of Zeta.

      But no, the PB can't run multiple videostreams. It has problems running just one. But video codecs have become much more demanding since the sub 200 MHz days. And so has computer use in general. Net+ was a small and simple browser, but it's practically useless these days, like all small and simple browsers are. You need features to do stuff, and stuff takes up space. That's why a small and simple OS is hopelessly outdated, and big and bloated environments like KDE (500 MB for a basic install?) and OS X (~2.5 GB for a basic install) are the future.

  4. neat by NanoGator · · Score: 5, Interesting

    " the event is expected to have a huge and lasting impact on the next major releases of the leading Linux and Unix desktop environment."

    I personally hope they are all having a good hard look at Apple's stuff. The main reason I'm not running Linux is that there's a lot of choice out there, and it shows. I hate running to Google every time I want to do something simple. Despite my many years of using Windows, I had no trouble using a Mac when the need arose.

    Anyway, sorry if that sounded like a rant. I'm just hoping some of the work that comes out of this gathering deals with the end-user experience. I'd love to get away from Windows.

    --
    "Derp de derp."
  5. Krap... by Anonymous Coward · · Score: 4, Funny

    ...i missed it :-(

  6. Some predictions on where this is heading by Anonymous Coward · · Score: 5, Insightful

    Now there are of course a lot of interesting things on could talk about. For example the integration of NX technology into kde, the new search feature, better integration between gnome and kde, the changes Qt4 might bring, etc.

    But unfortunatley these things won't be discussed on /.

    So, what can we expect?
    Easy, on one side we will see the old gnome vs. kde flame war.
    People will tell us that kde is bloated (of course without telling us what bloated means), that only gnome gets it right, etc.
    And some people will of course react in the same kind, telling us that gnome is unusable, that all the gnome devs are bad people, etc.
    For good meassure there will of course be someone telling us that anyone using anything with more features then twm is no real man and that real man only need the command line anyway.

    And of course there will be a lot of posts claiming linux isn't ready for the desktop.
    We will here that they had never had any problems with windows, that their XP install has been running happily on their PI 100 for 5 years now and that linux just doesn't cut it.
    And we will for sure see some expert telling us that it isn't ready because photoshop doesn't run on linux, as if everyone needed or even wanted photoshop.

    I could go on and on of course and people never cease to surprise me with the stupid topics they can come up with, but what annoys me most is that a lot of these incredibly boring and dumb posts will be modded interesting and insightful.

    Now there will probably be a lot of people filing me under linux zealot who can't stand anyone critizising his religion, but that is not the point here. There are of course a lot of things that could and should be better and yes, these things should be discussed, but that is something entirely different from the flaimbaits we can expect here.

  7. Elegance vs features by Hal+XP · · Score: 3, Insightful
    I personally hope they are all having a good hard look at Apple's stuff.

    The Gnome folks appear to be doing just that. I suspect Gnome is an attempt to clone the Mac UI (elegance over features) and KDE an attempt to clone the Windows UI (features over elegance).

    Take a look at the difference between Nautilus (the Gnome file manager) and Konqueror (the KDE file manager-cum-web browser).

    Nautilus is easier to use if all you want is to copy a file from one local "folder" to another. But if you want to copy a file from an ftp site, Konqueror lets you perform the operation without resort to a dedicated ftp program.

    --
    I'm a sci-fi vegan: I don't want the aliens to think we have as much right to live as the fried chickens we eat.
  8. I love GNOME, but I respect KDE... by Pecisk · · Score: 3, Insightful

    because it has done many good things. Really, KDE and GNOME is for different user groups, so I really hate those all flamewars. I love GNOME and you love KDE. That's all and great - because it's all about choice. Someone else uses OS X, and someone else - some BSD flavor...

    What I really love to see that freedesktop.org starts to really matter for developers. I love that colobration stuff that we can share easily data without breaking each other goals.

    Remember, colobration and easy data migration between platforms is the key to the future of Linux *mainstream* destkop.

    And yes, kudos KDE team as always for superior translation tool - KBabel.

    --
    user@ubuntubox:~$ stfu This server is going down for shutdown NOW!
  9. Re:flamewars? doncha have something better to do? by latroM · · Score: 3, Insightful

    Free software will never be free until it is easy enough to create that most anyone with a basic undertsanding of software concepts can create software thru the use of general automation tools. Be it that they use such tools to do simple scripting or complex programming.

    Free software is free already. You don't need to know how to program to use your freedoms, like you don't have to be a carpenter to build your house.

  10. Re:flamewars? doncha have something better to do? by kalpaha · · Score: 5, Informative
    If you think KDE is lacking a standardized general user accesible IPC port, you obviously haven't heard of DCOP, which can be used to control programs from the command line (with the dcop utility), python or perl scripts, C++ programs, etc. and is easy to add support for.

    Some command line examples of dcop in action:
    dcop kmail default checkMail
    tell KMail to check for new mail
    dcop kwin default setCurrentDesktop 4
    switch to desktop 4
    dcop kmail default compactAllFolders
    tell KMail to compact all folders
    dcop kdesktop default logout
    logout
    dcop konqueror default openBrowserWindow www.kde.org

    open new konqueror window with www.kde.org

    I am _not_ new here, but it never ceases to amaze me how people are so eager to flame away without any factual support for their rants.
  11. Re:Kause people are Ksick by polyp2000 · · Score: 4, Insightful

    WinAmp,WinZip,WinRar,WinDVD,WinaXe,WinAce,WinCopy, WinEdit,WinExpert, WinTheListIsEndless

    Gimp, Gaim , Gkrellm, Gnuisletme , Gnumeric, Gnomoradio, gwavegen, grip, gstreamer, GTheListIsEndless

    Konqueror, Kmail, Kopete, Kview, Kruler, Ksnapshot,KTheListIsEndless.

    Listen friends Every desktop has its fair share of annoying prefixes, so live with it!

    --
    Electronic Music Made Using Linux http://soundcloud.com/polyp
  12. Re:flamewars? doncha have something better to do? by 3seas · · Score: 3, Interesting

    to those comments refering to dcop and dbus...and even corba

    Yes guys, I'm aware of these, however neither are standard in the general scope of linux or FSF software but are instead desktop specific or to complexicated, and this only helps the divide of flamewars.

    for whats it worth I even have a bounty set up for anyone who wants to create a bridge between linux and AROS (Amiga Research OS -- a FOSS project on sourceforge -- that can run hosted on linux. bounty thru Team AROS) via such existing projects as dbus ... or dcop... or hell, a bridge that will allow communication to/from AROS to linux IPC whatever used.

    but ease of use and ease of adding to existing open source applications (this IPC port) and documentation of what functionality is accessible thru the port in such applications, is needed.

    perhaps there is something to be learned from how Amiga did it, and it became standard, easy to impliment and use and generally the apps include documentation of accessible functionality.

    dcop only deals with a small percentage of available packages... and dbus currently even less, but not even a handful of apps.

    Standard doesn't mean having numerous and obscure way of doing it (IPC at the user level), as that is quite the opposite of standard.

    So.... there are better things to do than flamewar over destops... as such is only a non-productive distraction.

    its important, I cannot stress that enough, given what MS is up to in teh direction of "software factories" methodology --- their book has missed two publishing dates so far but they are doing what they do instead.... collect feedback on the scope of this direction via shorter articles, websites dedicated to software factories, etc...

    google on - software factories MS book - and if you really understand what they are up to, then you too will realize the importance of getting an easy to use and impliment standard IPC in use. ... shrug...

    Maybe that will be dcop or dbus.... A plan, good, fair or poor, is better than no plan at all. Being destop specific is not a plan for the bigger picture or scope of FOSS packages.

  13. This has nothing to to with Konqueror by brunes69 · · Score: 4, Informative

    It has to do with KDE's superior underlying IO subsystem, that Gnome is just starting to try to duplicate with VFS.

    The fact is with KDE you rarely would every *have* to copy the file over, since every KDE app can just access the file as if it was local anyways. You can edit a KWord document on an FTP/SFTP/WebDAV server just as easily as you can in your $HOME.