Slashdot Mirror


Everaldo and Jimmac On Linux Art and Usability

Eugenia writes "Metin Amiroff of OSNews interviewed the well known artists of KDE and GNOME, Everaldo and Jimmac. They discuss their first steps into Linux, the applicationss they use and why Linux still doesn't have all the professional applications and support they need for their day to day work, their inspiration, the state of the Linux desktop visually and usability-wise, the SVG factor and their future plans for KDE and GNOME."

119 comments

  1. Art / os by NIK282000 · · Score: 5, Insightful

    Even though the art in an OS is far from vital, it makes the experience easier. Un like some OS's with bad graphics, its like watching surgery.

    --
    Dear aunt, let's set so double the killer delete select all
    1. Re:Art / os by Tri0de · · Score: 5, Insightful

      Best quote from the story:
      "hardest thing is to create the drawing and this is something that no software can do for you."

      Amen

      I've got a couple of friends who are with great with computer graphics the way I was with photography: technical mastery but little artistic sensibility; I got Zone system and the Schwiempflug rule (converging fields of focus) down just like my buds have Quark/Photoslop whatever, but - somebody with artistic ability -that's a rarity,a bitch to teach and seldom combined with hacking ability

      --
      "Everyone is entitled to their own opinion, but not their own facts."
    2. Re:Art / os by supmylO · · Score: 2, Insightful

      I agree. I think, in art especially, the technical aspect can take you only so far. Creativity is much harder to find, I wouldn't know I'm still working on stick figures.

    3. Re:Art / os by Basje · · Score: 2, Insightful

      somebody with artistic ability -that's a rarity,a bitch to teach and seldom combined with hacking ability

      I resent that. Often the most artistic people are hackers in their own right. And the best hackers are very artistic. Their artistic abilities just don't apply to canvas, or they don't apply them to canvas, but to their code.

      --
      the pun is mightier than the sword
    4. Re:Art / os by Tri0de · · Score: 1

      I apologize, you are quite right and I did not express myself clearly; of course all decent hackers are artists.

      I *MEANT* "skill with visual composition and realization in specific sketching, drawing and painting", at least in this context.
      That'll teach me to post before drinking my morning coffee.....

      --
      "Everyone is entitled to their own opinion, but not their own facts."
  2. You know what to expect: by irokitt · · Score: 5, Funny

    Cue replies from Gimp-bashers in 3, 2, 1....


    --
    If my answers frighten you, stop asking scary questions.
    1. Re:You know what to expect: by Stevyn · · Score: 1

      There's nothing wrong with GIMP. It's when people claim it can replace Photoshop is when the flame wars start. I'm not saying you are, so please don't take any offense.

      Face it, there's nothing like photoshop. Adobe! Please port!

  3. Pre-install Linux machines by cyber_rigger · · Score: 1, Offtopic



    Get Dell HP and others
    to agressively market preinstalled Linux machines .

    Everything else will fall into place

    1. Re:Pre-install Linux machines by tehdaemon · · Score: 3, Insightful
      First: I agree with you.

      Second: Dell currently does not even ship computers with AMD processors yet, and you expect them to ship preinstalled Linux machines? I don't think so.

      --
      Laws are horrible moral guides, moral guides make even worse laws.
    2. Re:Pre-install Linux machines by Cooke · · Score: 3, Informative
      I thought they used (2000) to have an option that allowed you to have Red Had preinstalled

      Although this was a long time ago it would be nice to see them bring back the option.

    3. Re:Pre-install Linux machines by Dog+and+Pony · · Score: 1

      They used to do this, af least. As late as 2002 or something I was buying such machines from them for my company. Too bad they stopped.

  4. Linux self-sufficiency. by CharAznable · · Score: 1, Insightful

    A test for a self sufficient OS is for it to be self hosted, or able to compile itself on itself.
    A good test of desktop self-sufficiency could be if an OS can make it's own high quality SVG icons.
    Linux is getting there, but not quite yet.

    --
    The perfect sig is a lot like silence, only louder
    1. Re:Linux self-sufficiency. by Anonymous Coward · · Score: 0

      oh good lord - insightful?

      www.crackrocks.com

    2. Re:Linux self-sufficiency. by nacturation · · Score: 3, Interesting

      You don't need a full-fledged OS in order to compile one. Any half-baked operating system which is functional enough and has a compiler worth its salt can compile Linux for example. All you're doing is taking source code and outputting machine code. That's not hard to do. [Not to say it's trivial, only that it's a well-understood and thoroughly solved problem.]

      This isn't really about self-sufficiency, I don't think. You can have a G5 running OS X and have a really awesome user interface but lack the software needed to recreate the interface. For example, if Photoshop or other graphics editing programs weren't available for the Mac, that doesn't detract in any way from the usability of the Mac interface. Yes, it's *better* if your operating system had the tools needed to recreate it... but usability isn't a function of self-sufficiency.

      Plus, this article is only one perspective on the matter. For people who live and breathe Photoshop, they're going to be disappointed with the native Linux experience as it won't meet their needs. Who cares about an operating system that can achieve an infinite uptime and has efficient multiprocessor thread pooling when they can't do their work? On the other hand, I've seen some truly amazing work done in GIMP, so it's a personal thing.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    3. Re:Linux self-sufficiency. by Anonymous Coward · · Score: 0

      Who cares about an operating system that can achieve an infinite uptime and has efficient multiprocessor thread pooling when they can't do their work?

      But infinity is, like, a really long time!

    4. Re:Linux self-sufficiency. by Richard_at_work · · Score: 1

      You don't need a full-fledged OS in order to compile one. Any half-baked operating system which is functional enough and has a compiler worth its salt can compile Linux for example.

      Actually, its very hard to get Linux to compile on anything but GCC, because it uses a lot of GCC specific constructs and language methods. Which is a pity, because other compilers offer improvements over GCC in various areas.

    5. Re:Linux self-sufficiency. by Deusy · · Score: 1

      A good test of desktop self-sufficiency could be if an OS can make it's own high quality SVG icons.
      Linux is getting there, but not quite yet.


      Ok, name one thing you can't do in Inkscape that prevents us from making high quality SVG icons?

      Until Sodipodi 0.20+, there was an argument that there was no decent Free Software SVG editing tool.

      Until Inkscape (a fork of Sodipodi with more refined goals and using C++), there was an argument that there was no decent Free Software SVG editing tool with a good UI.

      Now, there really is no argument that we're missing something. As of Inkscape 0.38, we have a stable, well-featured SVG editor. And it's fast catching with Illustrator in termsof features.

      --

      Free Gamer - Free games list and commentary

    6. Re:Linux self-sufficiency. by gg3po · · Score: 1

      I work as a graphic artist (work for a company and freelance). At work I use both proprietary and GPL software for vector work (Inkscape) and at home, almost exclusively Inkscape. If you ask me, Inkscape *is* ready for prime time. Even Jimmac admits that his problem is being too locked in to Illustrator's way of doing things. Though Everaldo praises Inkscape, I'm shocked to read that he complains of Illustrator's lack of compatibility with real SVG (especially transparency), but fails to note that Inkscape has the best transparency implementation of any vector software around (can even do transparent colors within gradients [Illustrator can't]).

      --
      ---
  5. Linux art varies greatly.. by brxndxn · · Score: 5, Interesting

    In Windows, the different icons and color schemes don't vary too much. Some programs have stupid icons - but most have fairly neat icons and artwork.

    However, in Linux IMO, it's not the case. Some icons and artwork looks amazing while others look absolutely horrible. After dabbling with linux a few times, I really can't stand how the different schemes of different programs don't seem to fit together too well. In Mandrake 10 (last Linux I've used), there were whole different styles of icons.. like, Open Office had it's own set that were X pixels by Y colors in Z-bit color.. while Random Mandrake Prog had icons A pixels by B colors in C-bit color.

    I am starting to think that I would rather just have an entire OS that didn't use Icons. Instead, it would be only labeled buttons.

    --
    --- We need more Ron Paul!
    1. Re:Linux art varies greatly.. by irokitt · · Score: 5, Insightful

      You bring up a good point, but recognize that Gnome is working on that with their interface policies. Free software tends to take a "make it work first, then make it look good" approach. What the community could really use is a few good artists that volunteer to make some of the ugly projects look good.

      One of my beefs is that some applications ship with ugly "basic" interfaces and expect users to look for skins to make it look better. In my mind, it should look good out of the box, and the skins should just make it look better.

      --
      If my answers frighten you, stop asking scary questions.
    2. Re:Linux art varies greatly.. by Anonymous Coward · · Score: 1, Informative

      I am starting to think that I would rather just have an entire OS that didn't use Icons. Instead, it would be only labeled buttons.

      That's one of the main reasons I like KDE: All the toolbars and menus can be set to be text. Loads of cryptic little icons piss me off, and I therefore find Windows and Mac much harder to use than KDE because of their dependence on pictures instead of words.

    3. Re:Linux art varies greatly.. by name773 · · Score: 1, Troll

      that's why the console rocks.

    4. Re:Linux art varies greatly.. by be-fan · · Score: 1

      I think you just don't notice the crappy icons as much in Windows because Windows icons tend to be smaller and simpler. KDE, especially, has very lush, big icons, so crappy icons tend to stick out very badly.

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:Linux art varies greatly.. by dbIII · · Score: 1
      Gnome is working on that for it's interface policies
      True, that is documented, which is about all of gnome that is. A man page or two wouldn't hurt guys.

      As for implementation of the guidelines, gnome still has an incredibly long way to go with the heart of their own core project - gconf. Imagine a windows registry, obfiscate it, have one for each user and then only allow global alteration from command line tools that don't even have a man (or info) page. It's things like this that stop the gnome panel from being portable - you have to point, click and type the thing in again every time you want to use the same config elesewhere..

    6. Re:Linux art varies greatly.. by Ryan+Mallon · · Score: 1

      I believe this should be, at least partly, the responsibility of the distribution companies. Too many of the Linux distros come with everything and the kitchen sink installed, and the end user gets a whole bunch of applications that look completely different.

      The distros should limit the number of applications that are included in a standard install to the few that the think that a typical user is really going to need, and then work on making each of them look the same. The other applications can then be provided as optional, if you accept that some of them dont look nice.

      Redhat's Bluecurve and projects like Gnome and KDE are slowly getting there, but too many applications that are being shipped with the major distros have entirely different layouts, widgets and icons, or dont work with things like mouse scroll-wheels or the clipboard correctly.

    7. Re:Linux art varies greatly.. by lifebouy · · Score: 0, Redundant

      Sure. Very good points. And since we are discussing fixing Linux's desktop, lets please throw in the fact that it all starts with XWindows. If you're going to fix it, fix it from the foundation up. Linux needs something else. I love XWindows. But it's LOTS of overhead for most folks. Except a few power users, most people don't use XWindows's functionality at all. Something much simpler would do nicely. It's like installing a hydraulic lift and pnumatic tools in your home garage. For shade tree mechanic work, you pretty much wasted your cash. Or installing surround sound on a completely deaf person's home theater system. He (or she) really doesn't need it. I'm not saying to get rid of it, I simply want a more sane option. While I'm dreaming, make it cross-platform, so that it could replace the windows shell. That way, I could have my same interface no matter what, even though functionality would differ.

      --
      Drop me a line at:
      Key ID: 0x54D1D809
    8. Re:Linux art varies greatly.. by rush22 · · Score: 1

      How about simplifying it even more, where all you had to do was type in the name of the program and it would run! And you just had to type something simple in to get to a new folder, and it would give you a list of the contents

      Oh wait, that's DOS.

      (I'm not being sarcastic, I would seriously sometimes prefer DOS).

  6. More about them at by akincisor · · Score: 5, Informative

    http://www.everaldo.com/

    http://jimmac.musichall.cz/index.php3

    1. Re:More about them at by Anonymous Coward · · Score: 0

      Would it kill you to put anchor tags around a short word instead? If there's one thing I hate about slashdot (One? HA!) it's having to copy and paste links, and then hunt for the frigging space in the middle that slashdot added via the wraparound on the text box.

      To be fair, your URLs were short enough to avoid this problem... but I still had to check the second one, just in case :(

      But it's not hard

    2. Re:More about them at by Hognoxious · · Score: 0
      Would it kill you to put anchor tags around a short word instead?
      Perhaps more people would do so if /. provided a proper pre-formed template for it that you could paste in e.g. A href="" /A
      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  7. It's going that way... by erroneus · · Score: 4, Interesting

    Desktop Linux for the common user is an eventuality, not merely a possibility.

    There is way too much interest displayed by business both large and small to see Linux displace MS Windows for the cost savings alone. So far, it's primarily server-side stuff but moving from server to desktop is also an eventuality.

    So any time I see some article stating "Linux doesn't have this or that" or "...isn't ready..." I start to yawn a bit. I think it's nice that they're honest enough not to say that it will never happen. :)

  8. Re:yeah, but... by Anonymous Coward · · Score: 1, Funny

    > what if linux isn't the shizzle?

    Then you wouldn't describe it with some bogus vogue phrase?

  9. Disappointing by Pan+T.+Hose · · Score: 3, Interesting

    An interview about art and usability of free software and not a single word about dyne:bolic? I am very disappointed.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
    1. Re:Disappointing by KlaymenDK · · Score: 1

      And yet ... they are using blinking text tags on thier web site. Egads!

  10. Open Graphics Art Project by Doug+Merritt · · Score: 4, Insightful
    What the community could really use is a few good artists that volunteer to make some of the ugly projects look good

    There are many, many talented graphics artists in the world, but almost no one is asking for their help on these projects. Nor does the average programmer know where to go to find artists who are willing to help out.

    We need an Open Graphics Art Project to connect together open source programmers with open art artists.

    Same thing to a lesser extent with other professions like information architects (often found in the same person as a graphic artists, but not identical), usability/ergonomics, writing, game playability tuning, etc.

    Perhaps all it would take is the right web site to help these people find each other.

    --
    Professional Wild-Eyed Visionary
    1. Re:Open Graphics Art Project by ashot · · Score: 1

      perhaps a website with a request que of icons/other art could be posted, and then submissions/changes can be rated?

      who did all the work on the Fireworks rebranding?

      --
      -ashot
    2. Re:Open Graphics Art Project by k-zed · · Score: 1

      In my experience, artists aren't like programmers; they seem to be much less willing to 'waste' their talents on something that will be given away for free.

      --
      we discovered a new way to think.
    3. Re:Open Graphics Art Project by Chief+Typist · · Score: 1

      As someone who's done a lot of UI design work I can pretty much say that this idea isn't going to work.

      The reason is that graphic artists aren't "scratching an itch" like the software developers who work on OSS. A lot of the wonderful tools that are created have a direct benefit to the people who created them in the first place.

      For a graphic artist, there's no real benefit (other than maybe building their portfolio.) And since they typically live off of hourly billings for their work, there's no financial incentives to do these types of projects -- an hour spent working on OSS, is an hour that you won't be billing a client.

      -ch

    4. Re:Open Graphics Art Project by irokitt · · Score: 1

      You're right, but why not take it a step further and have a standard icon library, with artwork that can be used by any programmer - similar in concept to the icons that Microsoft ships with Visual Studio, only better of course!

      --
      If my answers frighten you, stop asking scary questions.
  11. Inspiration by Rick+Zeman · · Score: 3, Funny

    ...and here I thought that (too much) of the visual inspiration for both was Windows XP (and Windows 98 before that), hence the garish colors and the unnecessary complexity and eye-candy.

  12. Re:Usability? by FlipmodePlaya · · Score: 1

    "...the state of the Linux desktop visually and usability-wise..."

    The title talks about art and usablitiy, and there it is in that quoted segment above...

  13. Very polite answers! by randyest · · Score: 0, Flamebait

    Q: How do you find open source graphics/CG arts related apps like Gimp, Inkscape, Sodipodi, Karbon14 and Blender? Could you comment on them?

    I like Sodipodi and inkspace, I foresee a great future for both.


    Gimp is very good (except CMYK as mentioned every time it comes up in a pro context), but Sodipodi is a vector-based drawing program (SVGish) that does not "yet" support "rotation" of anything. (!) It will "flip," but not rotate. Unusable.

    He almost lost credibility with the "liking Sodipodi" comment, but then I started to think that maybe he was just being polite. Nice guy.

    --
    everything in moderation
    1. Re:Very polite answers! by Anonymous Coward · · Score: 0

      It's nothing technical stopping CMYK + Pantone support in the GIMP, most any of the core GIMP developers could do it - it's that it's illegal to add it in the USA, thanks to the wonders of software patents.

    2. Re:Very polite answers! by Yorrike · · Score: 2, Informative

      What are you on about? Select an object, click it again, and rotate. Sodi Podi is fanstastic at rotation.

      --

      Looks can be deceiving. Or CAN they?

  14. The best thing I ever did for usability... by Anonymous Coward · · Score: 0

    ...was buy a copy of "TheSansMono Office", the most incredibly gorgeous, easy to read, monospaced font I have ever seen. It cost quite a lot (100euro), but not a day goes by that I don't thank myself for getting it. It makes working in gvim + gnome-terminal for 15 hour days, weeks on end, completely painless. About the worst thing that happened was that I stopped taking breaks from work!

    Take a look at LucasFonts. Their tech support is top notch: I initially had a few problems getting the font to render with freetype: they got back to me within 24 hours with a _fixed font_, attached. I was stunned.

    No, I don't work for them, I'm just a very (VERY!) happy customer...

  15. KDE icons in GTK apps by betterthanducttape · · Score: 2, Informative

    If you want to use the KDE icons in gtk+ applications, you should check out this page which builds upon the GTK-QT theme engine. It works well, I'm using it right now to chat on Gaim.

    1. Re:KDE icons in GTK apps by du+-Lhcs · · Score: 2, Informative

      I've used it, and it's pretty good, but it can be a real memory hog

  16. Garrett? by maelstrom · · Score: 1

    What does he think?

    --
    The more you know, the less you understand.
    1. Re:Garrett? by Rahga · · Score: 2, Informative

      I would have no idea.... I was surprised to find that he left Red Hat as of a few days ago, though.

  17. Doesn't know about the lawsuit? by randyest · · Score: 0

    In conclusion, once more I would like to thank the community of user and developers of KDE for using my work and for supporting me. You have no idea how much this has been important for me. I also thank all Linux distros that are using Crystal in their projects. I really feel honored. Special thanks to Lindows team, you have been awesome!

    Doesn't he know about the MS lawsuit? It's now Lin---- right? Oh, no, wait, it's Linspire now.

    Can't blame him for not keeping up, I guess? :)

    --
    everything in moderation
    1. Re:Doesn't know about the lawsuit? by One+Louder · · Score: 1

      The company name is still "Lindows". The *product* name and the website changed to "Lispire" in order to meet the terms of a agreement with Microsoft in the Netherlands.

    2. Re:Doesn't know about the lawsuit? by ryanmfw · · Score: 0

      He must not be linspired enough to care!

      --
      Hurricane Ivan: A 17th century prison collapsed. All of the inmates escaped.
  18. Linux has the best variety by miyako · · Score: 3, Insightful

    While in terms of absolute best visual quality, I have to say that OS X beats any linux theme i've seen (although a number of the aqua themes are really nice), I think linux wins for customizability.
    While others may disagree, I think that Windows XP has perhaps the absolute worst graphical style of any modern OS.
    Aqua is really slick, but eventually it gets old, wheras there are dozens of really nice looking themes for KDE.
    Even though I have a personal preference for KDE, ,Gnome2 is also looking really nice, though in a different way.
    I think the biggest advantage Linux has over other OS's is that, while there may not be as many artist using Linux, any artist who wishes has the option of adding artwork or making any other changes to any given program, and the best of those can be incorperated into the program.

    --
    Famous Last Words: "hmm...wikipedia says it's edible"
    1. Re:Linux has the best variety by Osty · · Score: 2, Informative

      Aqua is really slick, but eventually it gets old, wheras there are dozens of really nice looking themes for KDE

      (do you mean Luna, XP's default visual style, or did you really mean Aqua, OS X's interface?) This article was more about icons than look & feel. While many people may not like the Playschool look of the Luna widgets, I've never heard anyone complain about the new icons.


      However, if you want to talk about look & feel, you can change that in XP just as well as in KDE. ThemeXP has a bunch of good themes (called "Visual Styles" for XP), and you can either search Google for the uxtheme.dll hack to allow you to use those themes, or pay for TGTSoft's StyleXP (TGTSoft used to host a free hack for uxtheme.dll, but it no longer worked on XP SP1; thus you should search google for the hack if you don't feel like buying StyleXP).


    2. Re:Linux has the best variety by Pidder · · Score: 1
      While others may disagree, I think that Windows XP has perhaps the absolute worst graphical style of any modern OS.

      Are you talking about the XP-Theme or the classic theme? The classic windows theme is amazing imho. Very clean and very crisp.

    3. Re:Linux has the best variety by ImpTech · · Score: 1

      For the most part... Every time I go back to Windows that horizontal gradient on the titlebars makes me shudder.

    4. Re:Linux has the best variety by miyako · · Score: 1

      Are you talking about the XP-Theme or the classic theme? The classic windows theme is amazing imho. Very clean and very crisp.
      Well, I was refering to the default XP theme. The default XP theme is absolute crap, the classic theme is bland and rather ugly, but no worse than the default KDE theme.

      --
      Famous Last Words: "hmm...wikipedia says it's edible"
    5. Re:Linux has the best variety by Samurai · · Score: 1

      Aqua is really slick, but eventually it gets old, wheras there are dozens of really nice looking themes for KDE.

      Plenty of themes exist for Mac OS X/Aqua; check out MacThemes, for example. The themes that are available range from awesome to awful, but that's true of KDE themes as well, I would imagine.

    6. Re:Linux has the best variety by mattkinabrewmindspri · · Score: 1
      I agree that the XP theme is the worst theme I've ever used. The classic Windows theme is better, but it's still no OS X. I'm really impressed by Plastik in the newest version of KDE. Plastik doesn't jump out and say "Look at me! Look at me!" like XP does. It lets you focus on what you're doing instead of trying to make every little widget look like the prettiest thing in the world like XP does. Plastik looks almost as good as Aqua.

      That being said, I'm not a huge fan of the way the KDE panel looks. It still seems to be trying to grab your attention. When I'm looking at the bottom of the screen in KDE, I always find myself looking at it because it looks like a glass bar.

      As for icons, I don't like the icons in KDE. They look like someone tried to draw cartoons on glass. I prefer OS X's icons, because they seem the most realistic and least cartoony. XP has somewhat-decent-looking icons, but I don't think they look as nice as the icons in OS X.

    7. Re:Linux has the best variety by tehcyder · · Score: 1
      While others may disagree, I think that Windows XP has perhaps the absolute worst graphical style of any modern OS.
      I somehow doubt you'll get many people disagreeing with you here.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  19. Some background by Pan+T.+Hose · · Score: 3, Informative

    Just in case there are still some Slashdotters who do not yet know dyne:bolic, please let me quote dyne:bolic website:

    "dyne:bolic is shaped on the needs of media activists, artists and creatives, being a practical tool for multimedia production: you can manipulate and broadcast both sound and video with tools to record, edit, encode and stream, all using only free software!"

    "dyne:bolic is a GNU/Linux distribution simply running from a CD, without the need to install anything, able to recognize most of your devices and periferals: sound, video, TV, network cards, firewire, usb devices and more."

    "It is optimized to run on slower computers, turning it into a full media station: the minimum you need is a pentium1 or k5 PC 64Mb RAM and IDE CD-ROM, or a modded XBOX game console - and if you have more than one, you can easily do clusters."

    Therefore, as you can clearly see, asking about dyne:bolic should be the very first question a self-respecting journalist would ask in any interview "on Linux art and usability." Otherwise such an interview is not even worth the screen it is printed on. For more interesting informations please visit dyne:bolic and media activists websites. There are many artists already using dyne:bolic. More informations about "GNU GPL free and opensource software by a rastafari programmer lost in babylon pioneering multimedia on GNU/Linux since 2000" can be found on the Rastasoft website. I believe Metin Amiroff should include the above informations in the next interview. I might add that simply googling for Linux art and following some links before making the interview might have found dyne:bolic in the first place. We certainly need more articles and interviews on the subject.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
    1. Re:Some background by Anonymous Coward · · Score: 0

      FYI, it's "peripherals" not "periferals." Such a spelling mistake would have been caught by Microsoft QA. :-)

  20. Spellcheck? by 3)+profit!!! · · Score: 1, Funny

    the applicationss they use We wants applicationss, my preciouss...

  21. It's Indicative of the Problem... by reallocate · · Score: 1

    ...confronting Linux usability that /. conflates the term with "art" in a headline.

    --
    -- Slashdot: When Public Access TV Says "No"
  22. Wait a second... by Cryptnotic · · Score: 4, Informative

    From the Sodipodi tips and tricks page:


    Object rotation

    When in Select mode, click on an object to see the scaling arrows, then click again on the object to see the rotation and shift arrows. If the arrows at the corners are clicked and dragged, the object will rotate about the opposite corner. If you hold down the shift key while doing this, the rotation will occur about the Rotation Point (nominally the center of the object).

    The Rotation Point can be moved by clicking on the very center of the object and dragging the center point to where you want to pivot around. Then if you shift-drag on a corner point, it will rotate about that point.

    --
    My other first post is car post.
  23. Re:Usability is Paramount by Anonymous Coward · · Score: 0

    It still has a shell:

    You have to be kidding. Windows and OSX both have a shell. What do you call the command prompt and the darwin xterm?

    Installing is a pain:

    Have you tried any rpm managed system? Granted it is not as ideal as Windows, or OSX, but it works. I will give you this one though, this is not ready for the average user. Still, the experienced PC user will and should understand basic linux installing concepts. Especially now that distros like SuSE or Redhat allow you to do this graphically.

    Antialiasing does not work:

    Okay, this is entirely subjective and opinionated.

    Moral: Linux is not for everybody...yet. Do something about it, at least you have that option.

  24. Re:Usability is Paramount by Etriaph · · Score: 1
    Windows: WinKey+R then type cmd OSX: There is a terminal emulator in the Utilities folder I believe, but I know it's there.

    Windows: I install a Windows application it asks me all sorts of questions. I install a Linux application, it installs. I don't know how OSX does it.

    And as for anti-aliasing, my KDE desktop is more readable to me than my Windows desktop. I use Vertical RGB, try it out.

    --
    "It's here, but no one wants it." - The Sugar Speaker
  25. Here's my plea/beef with linux artwork. by B5_geek · · Score: 0, Troll

    ** Mac users please ignore as you might consider this a bash/insult/flame **

    Why is it that most of the skins/themes that I find on sites like www.kde-look.org all try to emulate MacOS ?

    I understand that a lot of people like and enjoy cutesy and "fluffy" in their icon sets and skins, but for crying out loud those people are our girlfriends and/or Wives. We know that they only play Sims or Lemmings, and they looove clicking on everything they get in their emails.

    MS catered to these types with the default look of XP, big blue & fluffy. Please name me one true geek who didn't turn that crap of the first time that they saw it.

    We all know that MS is always chasing Apple's tail when it comes to innovative design choices.

    I am very glad that Linux gives us the choice of using whatever theme/icon-pack that we choose.

    What ever happened to all those unemployed ergonomic specialists after the dot.crash ?

    Why can't some study be done to determine how tedious all that cutesy stuff is and concentrate on function and less on form?
    Take Windows 2000 for example. It wasn't ugly, it was functional and worked.

    I have tried all the themes that I could find at kde-look that looked halfway utilitarian, hell I even tried the Redmond Theme, (but for some reason it didn't quite work right. Allergic reaction I think.)

    This all brings me back to the start. One of my biggest complaints about Linux is the lack of GOOD choices. No CEO will ever be impressed with icons and button that are 2cmx2cm in size and use all 16bits of colour. Lets all try standard toolbars & buttons templates. We all hated the icons from Win3.11 but they did have 1 thing going for them; They were simple and unobtrusive.

    ok, I think I feel better now.

    --
    "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
    1. Re:Here's my plea/beef with linux artwork. by MoneyT · · Score: 1

      They may all try emulating it because it's one of the better looks. As much as people complain about brushed metal windows and the like or the "flashy eye candy" of OS X it blends into the background of the environment perfectly. They don't tend to take away from useability, they tend to improve it.

      Large icons (especialy as desktop resolutions get higher) that are very descriptive as to what the item is are wonderful tools. People operate visualy, the more distinct seperate items are the better.

      Visual clues as to where objects are spacialy as they move are helpful to the user. For example, everyone complains about the minimizing effects in OS X, but the reality is they help with subconcious memory. You see where an item goes, and your mind remembers it's exact location. Contrast this to the item just disapearing from screen and moving to your task bar. If your taskbar is hidden by default, you have no clue where on the taskbar the item is. For that matter, if it just disapears and you weren't paying much attention, you don't even know if you closed it or minimized it. It's all about visual cues.

      Out of curiosity, you say you've tried the utilitarian themes and found them all to be somewhat lacking. Have you tried one of the OS X themes? Maybe you'll see why so many people want to emulate it.

      --
      T Money
      World Domination with a plastic spoon since 1984
    2. Re:Here's my plea/beef with linux artwork. by supmylO · · Score: 1

      "Why is it that most of the skins/themes that I find on sites like www.kde-look.org all try to emulate MacOS ?" Because icons bounce in MacOS. 'Nuff said.

    3. Re:Here's my plea/beef with linux artwork. by violajack · · Score: 2, Insightful

      I'll bite.....

      "but for crying out loud those people are our girlfriends and/or Wives"

      It's actually my BOYFIEND who's blindly addicted to OSX. I'm the one who put Yellowdog on our old iBook to make it usefull. I had to show him how to use tab-autocomplete in the terminal and how to use man pages when he couldn't remember what flags to use, for crying out loud. And I'm just a girl. Maybe it's this prejudice against the opposite sex which results in "geeks" always complaining about how they don't get the girls.

    4. Re:Here's my plea/beef with linux artwork. by The+MESMERIC · · Score: 0

      No.

      I try to get the girls into Linux.
      But they bluntly reply its "boring".
      There technophobia is just idiotic.
      We have so many great lady scientists and brilliant mathematicians - but rarely a programmer .
      Why is that?
      Did us geek scare you off big time?

      It would be great if more ladies advocating Linux.
      I am sure the boys would be very proud.
      Even yesterday their hearts jumped for a second when they thought yesterday italian "Andrea" was some sexy-chick that had rewritten the kernel.
      If more ladies joined Linux, LUG's would be that more worthwhile.
      Ladies are of course better at talking with ladies (we just drool)
      - so perhaps it's something they should do
      - go around installing Yellow Dogs on their GIRLFRIENDS instead :)

    5. Re:Here's my plea/beef with linux artwork. by Hognoxious · · Score: 0
      I understand that a lot of people like and enjoy cutesy and "fluffy" in their icon sets and skins, but for crying out loud those people are our girlfriends and/or Wives.
      What a chauvanistic & sweeping generalisation!
      They could be product managers, human resource operatives or marketing consultants too.
      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  26. Re:Usability is Paramount by toasted_calamari · · Score: 3, Informative

    OSX does it in a couple ways:

    Most apps can be installed simply by decompressing them and moving the application icon wherever you want. To uninstall you just delete the one Icon, all the associated files are packaged together inside it.

    Some apps use a very simple wizard. You open it, click yes on the EULA, select the partition you want to install to, and click next.

  27. Kde-look.org.. by msimm · · Score: 2, Informative

    I'd just like to remind you all (I do this periodically) to take a look at www.kde-look.org and check it regularly! For whatever reason this is the *one* Linux based site (well, kde anyway) that has managed to form a healthy alliance between the graphics world and the Linux community.

    This is the kind of cross pollination we *really* need. And before anyone starts to say anything about other attempts, review the format they are using. Look at the little things like the clean organization and the *feedback* options. This site sets a standard I have yet to see anyone live up to and it does it while encouraging the artists! My hats off. Lets encourage more positive interaction with our users and those of us with an artistic bend!

    --
    Quack, quack.
  28. Putting the cart in front of the horse by faust2097 · · Score: 1
    It can't be said enough: The graphics are not the interface.

    A great UI should feel good as well as look good, but the 'feel' part is ultimately far, far more important. It's great that there's people who are contributing this sort of work to KDE and Gnome but the best icons in the world can't save you if the application is confusing. Pine has a good, easy to use interface and it has no graphics. Conversely you can get eleventy billion skins for XMMS but that doesn't make the dialog for selecting and adding files to a playlist any less cumbersome.

    There's a quote in Tufte's Envisioning Information that I think about a lot:
    "It is OK to decorate a building. It is not OK to build decoration."
    [paraphrased and unattributed, my copy is at work]

    The solution is tough, in my experience a lot of coders aren't keen on letting a 'mere' designer criticize their software and the number of good UI designers with spare time for OSS projects is pretty small.
  29. Re:Slashdot.org by LittleLebowskiUrbanA · · Score: 0, Troll

    Label me as Troll if you will. Slashdot is way behind OSNews.

  30. Most baseless comment by tyrione · · Score: 4, Insightful
    In the middle of the way,however, I found Linux, which also looked much more beautiful than Windows. Soon I installed the WindowMaker of Alfredo Kojima, which is a cloned and improved interface of NextStep.

    Like hell it is an improved interface of NeXTStep. It's a bastardization of NeXTStep without the Power of NeXTStep--no WindowServer.app--not to mention NeXTStep is a UI Design Paradigm still unequaled today in its consistency, productivity and ease-of-use. And MECCA (Openstep 4.0 Release Candidate 1) with the TabbedView Shelf that still hasn't resurfaced in OS X (hopefully one day) was an improvement over NeXTStep/Openstep but never saw the light of day, unless of course you happened to have worked at NeXT and/or you worked after the merger at Apple and either worked or hung out in Engineering.

    GNUstep is nowhere as elegant as NeXTStep and they know it, but you can't fault the developers since Steve hasn't ever nor will he ever open source any of that code.

    The moment KDE adds native Objective-C support by working with GNUstep folks than just maybe then we'll actually see Linux and Apple really bring a one-two punch to the Enterprise. How come? If both platforms support Cocoa's Portable Distributed Objects you can leverage existing PC hardware running Linux while bringing in PowerPC Hardware with OS X/X Server and suddenly any "holes" that the Windows World claims become even more fantastical, if not just blatantly bitter sweet moans of frustration.

    But no. We have people maddenly working on C# in hopes to make sure everyone can connect to .NET Services. I'm sure Microsoft doesn't mind since you still have to pay the piper, one way or another.

    1. Re:Most baseless comment by skyman8081 · · Score: 1

      public static void shamelessPlug() { I know of one linux distro that is bringing linux up the quality of a STEP. it's called GenSTEP, and I think they really have something going for them. There is some mighty impressive stuff going on already. http://cthulos.sourceforge.net/ }

      --
      Two Roommates and a Boyfriend, updates Monday, Wednesday, and Friday
    2. Re:Most baseless comment by skyman8081 · · Score: 1

      wow, lost all whitespace in that. I really need to hit preview.

      public static void shamelessPlug() {

      I know of one linux distro that is bringing linux up the quality of a STEP. it's called GenSTEP, and I think they really have something going for them. There is some mighty impressive stuff going on already. (added) working .app bundles that are location agnostic, and no cryptic 3 letter folder-names.

      http://cthulos.sourceforge.net/

      }

      --
      Two Roommates and a Boyfriend, updates Monday, Wednesday, and Friday
    3. Re:Most baseless comment by mr_tap · · Score: 1

      And MECCA (Openstep 4.0 Release Candidate 1) with the TabbedView Shelf that still hasn't resurfaced in OS X (hopefully one day)

      For those like me that didn't understand the tabbed shelf reference in the parent, Google sends us the goods.

  31. You know what to expect:Zealotry. by Anonymous Coward · · Score: 0

    "Face it, there's nothing like photoshop. Adobe! Please port!"

    NOTHING! NOTHING! Absolutely NOTHING! FOREVER, and FOREVER, NOW and in the PAST, FUTURE and FOREVER.

    Oh wait. We were going for the honest perspective weren't we.

  32. A lack of art is good too by philbert2.71828 · · Score: 1

    In my sense of aesthetics, text based interfaces always look better. My desktop has no graphics anywhere (well, that's a lie - I do have xsnow running but I still prefer mostly everything to be text based). One of my favorite "desktop themes" is the command line.

  33. Good design is just part of the solution by rfz · · Score: 3, Interesting

    The design of interactive systems is an entire discipline. It is as hard and as important as software engineering. Very few software developers have even the most basic training in this area. Also, analyzing and designing interactive systems is very expensive. It takes time and it requires some sort of contact with your intended user base before you start writing code. Many projects could use external help. What we need is to call human-computer interaction experts to the game. If a few experts could buy into the free software idea and do some free (as in beer) consulting, everyone would benefit. How do you do free as in beer consulting? You publish every deliverable on the net, under a Creative Commons license. This way, HCI students will have access to the methods used in real projects. These students, in turn, will be even easier to draft. I ask you all to turn you advocacy powers in this direction.

    1. Re:Good design is just part of the solution by rfz · · Score: 1

      dumb dumb dumb
      s/beer/speech/g

    2. Re:Good design is just part of the solution by Hognoxious · · Score: 0
      What we need is to call human-computer interaction experts to the game. [...] I ask you all to turn you advocacy powers in this direction.
      I suggested to sourceforge that they create a category for it in their "help wanted/project wanted" section. Got no reply, and I didn't find it last time I went in there. Of course it probably doesn't need a category of its own, after all, it's part of graphics innit? But what do I know, I only majored in HCI.
      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  34. Art / os-Wacom by Anonymous Coward · · Score: 1, Informative

    I can't even do that. My Wacom tablet doesn't work with MDK10. I guess it's pencil sketches and scanner for me.

    "Creativity is much harder to find"

    Which only thrives in an environment of strong artist rights.

  35. Open Graphics Art Project-Respect. by Anonymous Coward · · Score: 0

    "Perhaps all it would take is the right web site to help these people find each other."

    Maybe we can start respecting artists, and their rights, and I'm not just talking RIAA/MPAA either.

    Nothing says "come on in, the water's fine" like "Hey did you see this sketch I "borrowed" from this guys site, and distributed all over the internet?" (Damn! What's that small print? "Do not distribute without my permission").

    1. Re:Open Graphics Art Project-Respect. by Doug+Merritt · · Score: 1
      start respecting artists [...] "Hey did you see this sketch I "borrowed" from this guys site"

      True, people "borrow" art a lot, but are you just blowing off some steam, or do you have an idea for how an open art project can help with that issue?

      --
      Professional Wild-Eyed Visionary
  36. Re:Slashdot.org by Anonymous Coward · · Score: 0

    No troll labeling required, just an examination on exactly what is OSNews.com. Yes they provide news that Slashdot sometimes misses, and yes it is constantly updated. However, the "editors" especialy Eugenia, seem to be very obsessed with certain topics. Their obsession caries over to bias, and their bias carries over to poor news-reporting. On top of that, because of the high-volume traffic of Slashdot, you get an incredible variety of comments on each article. Many bullshit, some useful. Just remember, OSNews.com fills gaps, but Slashdot is THE nerd news authority.

  37. Re:Linux art varies greatly.. (Try BlueCurve) by Schlaegel · · Score: 1

    Redhat is doing a good job of making all standard applications have a consistent look and feel (BlueCurve).

    They even followed Ximian's lead and made custom Open Office icons.

  38. Re:Usability is Paramount by The+MESMERIC · · Score: 0

    It still has a shell ...

    I take it you mean the shell in Linux's case is "easier" or "more visible" than in other OS'es.
    Why is that bad?
    Linux is about choice - and that IMO confers greater usability.
    There is a cult of Console-Followers, and a cult of Minimal-X-WindowManager .. which only adds to the greatest of Linux (making it fun, highly configurable, and coming from a veteran MS-Windows user here: WAY-MORE-USEABLE).
    Its incredible how the console short-cuts many functions, and if perchance you are out in the dark (ie no Video due to installing a new graphics card) .. you still have much more power than any "DOS" shell.
    You can send emails (Mutt/Pine), you can browse the web (Links/LYNX), hell - you can chat with your MSN/ICQ/etc buddies on a pure text console (CenterICQ), while on some another text-console (ALT+F2 to ALT+F6) you fix/do whatever you have to.
    So having a shell is in no-way detrimental to a user-experience but an invaluable aid.
    I wonder if in Windows when you reboot as "Console Only" - if you can do all these things.

    Installing is a pain

    I give you that one. That is probably one feature even the most die-hard Linux fan might agree. There are advances however such as debian-based apt-get which gives you this huge library of self-configurable applications.
    All you have to do is type (imaginary example here!):

    >apt-get install enemy-territory

    Very powerful, free, and in that case I think beats Windows ..
    Try and download a free app for Window from download sites and you get pop-ups, you must hand your email for spam, your stuff could be bundled with spyware
    In Linux - the real pain starts if you want to compile/install apps like "ardour", or "nvu" or worse "Gnome 2.6" from scratch. Then yes you are in for a MAJOR headache.
    Commercial software that use Loki-installers are on the right path (ie CrossOver and many games).

    Antialiasing does not work

    I don't know what distro you've been playing with.
    My fonts are much clearer/cleaner and sharper than when I had Windows XP installed. That is not only some blind comment - my friends (MS Window Users) tell me so.

  39. Relevant? by Pan+T.+Hose · · Score: 1

    And yet ... they are using blinking text tags on thier web site. Egads!

    I have failed to mention it for I am not using a blinking browser. In any event, I did not realize it was relevant to answer the very question whether their operating system should be discussed in the context of art and multimedia production using Linux and the usability thereof. Blinking tags or otherwise, in my opinion discussing art in Linux without evaluating dyne:bolic is like discussing Linux desktop usability and ease of use without evaluating Knoppix or discussing systems security in general without evaluating EROS and KeyKOS--i.e. ignorant at best if not outright moronic. I see no connection to blinking tags whatsoever.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
    1. Re:Relevant? by KlaymenDK · · Score: 1

      Chill, man. No offense intended.

      All I was saying was, we're discussing the UI side of an OS, and here's this distro that, while no doubt very nifty, use the Big No-No of web authoring smack on their front page. I just thought it was peculiar.

  40. wow by Anonymous Coward · · Score: 0

    Linux is just a kernel. Most users shouldn't need to deal with that, and instead should get support from their OS vender. Red Hat is supposed to have good support.

  41. 2 cents from another graphic designer by asoap · · Score: 1
    I kind of agree with you, and also don't agree with you.

    It's not vital in the sense, that you need nice graphics to make an application run faster, or the os to boot up faster. That's obvious.

    But for getting Linux a bigger piece of the desktop pie, I think that graphic design is extremely vital.

    I'm a graphic designer, that works on websites. My project manager and I create the way that a user interacts with the website. Although while working or even just talking about a project, our progammer does come up with a brilliant ideas. I have to take his ideas and make it work for the whole project.

    Graphic designers don't worry about arrays, hashes, apis, pointers, compilers, or any of that stuff. Our world revolves around one thing: Designing that layer between the user and the gears doing the work behind the curtain.

    That's why I think that alot of the small details that will seperate the linux desktop from being good or great will come from graphic designers.

    -asoap

    --
    Treat me like a marketing stat, and I'll treat your movie like a series of ones and zeros
    1. Re:2 cents from another graphic designer by Hognoxious · · Score: 0
      Graphic designers don't worry about arrays, hashes, apis, pointers, compilers, or any of that stuff. Our world revolves around one thing: Designing that layer between the user and the gears doing the work behind the curtain.
      Incorrect. Human factors/usability specialists and ergonomists do those things, or at least they should. Graphic designers draw pretty pictures.
      That's why I think that alot of the small details that will seperate the linux desktop from being good or great will come from graphic designers.
      Which is exactly the root of the usabilty problems with software, particularly (but certainly not exclusively) of the OS variety.
      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  42. Re:Usability is Paramount by Anonymous Coward · · Score: 0

    If you call compiling and all the other commands that goes with installing Linux applications as just instant installation. Atleast window's install questions make it easier.

  43. Re: design is practical art by johnrpenner · · Score: 4, Informative


    so many people think that art is just about how things 'LOOK',
    but true art arises where form and function are integral --

    -- design is not veneer - steve jobs interview in fortune magazine --

    Fortune Magazine: What has always distinguished the products of the
    companies you've led is the design aesthetic. Is your obsession with design
    an inborn instinct or what?

    Steve Jobs: We don't have good language to talk about this kind of thing.

    In most people's vocabularies, design means veneer.
    It's interior decorating.
    It's the fabric of the curtains and the sofa.
    But to me, nothing could be
    further from the meaning of design.

    Design is the fundamental soul of a man-made creation that ends up
    expressing itself in successive outer layers of the product or service.

    The iMac is not just the colour or translucence or the shape of the shell.
    The essence of the iMac is to be the finest possible consumer computer
    in which each element plays together.

    On our latest iMac, I was adamant that we get rid of the fan, because it
    is much more pleasant to work on a computer that doesn't drone all the time.

    That was not just "Steve's decision" to pull out the fan; it required an
    enormous engineering effort to figure out how to manage power better and do
    a better job of thermal conduction through the machine. That is the furthest
    thing from veneer. It was at the core of the product the day we started.

    This is what customers pay us for--to sweat all these details so it's easy
    and pleasant for them to use our computers. We're supposed to be really good
    at this. That doesn't mean we don't listen to customers, but it's hard for
    them to tell you what they want when they've never seen anything remotely
    like it.

  44. Depends on how you look at it by carlmenezes · · Score: 1

    It's not as crazy as the chicken and the egg problem, as in which is more important or which comes first, but I dare say that instructive icons do go a certain amount of the way in making the interface intuitive.
    I would also like to add that with something as beautiful as a keyboard to use for input, it really doesn't matter how and where the buttons/menus are placed as long as every command can be customized to be run with a keyboard shortcut - then you essentially create your own interface - and THIS feature should be easily accessible. I mean comeon, let's take a leaf out of some of the most successful programs in open source - vi and emacs - what do they have in common? keyboard shortcuts. Look at an artist using photoshop...how many times do they actually click the buttons? they use keyboard shortcuts too.
    So I feel that as long as there is a place to customize those shortcuts, icons do go a long way towards making an app look "presentable", "easy to use", "cool", "neat" ... pick any/all of those - basically, they serve to generate interest in the app. After that, whether they're sold on it or not depends on the features. But beautiful icons do help creating a nice first impression.

    --
    Find a job you like and you will never work a day in your life.
    1. Re:Depends on how you look at it by Hognoxious · · Score: 0
      but I dare say that instructive icons do go a certain amount of the way in making the interface intuitive.
      Even if instructive meant pretty, which it doesn't, I dare say you'd still be wrong.
      icons do go a long way towards making an app look "presentable", "easy to use", "cool", "neat" ... pick any/all of those - basically, they serve to generate interest in the app.
      "easy to use" is not the same as "cool", which is not the same as "presentable". Shame, you were doing so well with the keyboard shortcuts too.
      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    2. Re:Depends on how you look at it by carlmenezes · · Score: 1

      It is a shame...coz a diamond surrounded by dung is still a diamond, but only some people recognize it as such.

      --
      Find a job you like and you will never work a day in your life.
  45. So, uh... by Crazy+Eight · · Score: 1
  46. sexist comment not implied.... by B5_geek · · Score: 1


    Hello foot, allow me to introduce Mouth. You two will be together a lot in the near future.. (sigh)

    Sorry.

    #1) Not all women are technophobic.
    #2) Not all men are technophyllic. (sp?)
    #3) I am often an idiot.

    I am just making a generalized comment in an attempt to illustrate a point.

    If you were offended I am sorry, and I hope you accept my apology. (refer to item #3)

    --
    "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
    1. Re:sexist comment not implied.... by violajack · · Score: 1

      I didn't mean the comment as personally as you seem to have taken it. I have been bothered by the incompotent girlfriend/wife comments for a while, and you just happened to give me the opportunity I needed to vent. I readily admit that women are in the minority when it comes to adopting/not fearing technology, but that doesn't mean all women. Maybe I'm just bitter cause all those other women make me look bad. The thing is, it's hard for a women to get taken seriously in the computer world. Some of us are nerds too.

      I wouldn't say I was offended, more like you just hit a sore spot, but thank you for the apology. I will also take this opportunity to apologize for my comment coming out harsher than I meant it.

      Can we all just get along now?

    2. Re:sexist comment not implied.... by Hognoxious · · Score: 0
      Maybe I'm just bitter cause all those other women make me look bad.
      That or you're on the blob.
      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  47. Re: design is practical art by johnrpenner · · Score: 1


    -- Interview with Jonathan Ive (designer of the iMac) --

    Certainly, the PC industry has never revered design, preferring blocky
    beige boxes or, more recently, coloured go-faster curves devoid of real
    function. He's scornful of those who use 'swoopy shapes to look good,
    stuff that is so aggressively designed, just to catch the eye. I think
    that's arrogance, it's not done for the benefit of the user.'

    By contrast, he says, 'you won't be able to find a single thing on an
    Apple that hasn't had thought put into it'...

    With the first iMac the goal wasn't to look different, but to build the
    best integrated consumer computer we could. If as a consequence the shape
    is different, then that's how it is. The thing is, it's very easy to be
    different, but very difficult to be better. That's what we have tried to
    do with the new iMac.'

    (THE SHAPE OF THINGS TO COME, Interview with Jonathan Ive,
    Charles Arthur talks to the designer of the iMac, January 14 2002)

  48. Art and Usability by Hognoxious · · Score: 0
    From the title: "Art and Usability"
    From the /. article: "the state of the Linux desktop visually and usability-wise"
    In the osnews.com article "From the overall eye-candy and better usability..."

    Usability. It's something to do with looking pretty, right?

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."