Slashdot Mirror


Alpha-Blending On KDE

PimpBot writes: "Check this story out on The Dot. The KDE team is getting some pretty sweet alpha-blending going with their latest CVS for KDE 2.1. The story has pretty eye-candy." Most of what is there is already being done within efm, but kde probably has a larger installed user base. Of course this stuff is really only with icons and images, and not fonts, which await the ubercool Xrender extension which does just that (or even cooler, the RGB Decimation for antialiasing text under X on LCD screens). Yum.

192 comments

  1. Re:Imlib2 anybody? by Sax+Maniac · · Score: 1

    Imlib alpha blends the image bits client side and sends the bits back to the server. This is Inefficient As Hell(tm), especially if you're on a remote display. Ever try to run GIMP across a dial-up connection? Putting alpha-blending and anti-aliasing into the protocol allows the hard work to be done server side. That means 1) you don't push image bits over the wire and 2) the server hardware can accelerate it. Also trying running MesaGL vs. hardware-accelerated glx to see the difference.

    --
    I can explanate how to administrate your network. You must configurate and segmentate it, so it can computate.
  2. Re:So? by mclearn · · Score: 1

    ...and then of course, a post like the above is read, and the grinding of gears can be heard as a mad rush to mod up the original post takes place. This appears to be very true. If there is a flamish original article, it will be mod'ed down. If there is someone to state that "Of course it is not flamebait, there are valid points, etc." it is mod'ed up.

    It is quite entertaining to watch the dynamics of the moderation system. Perhaps the above article is insightful, perhaps it is not. This is definitely OT, and should be mod'ed down for precisely this reason and no other.

  3. Re:It's about time by Sax+Maniac · · Score: 1
    Wrong. I'm running an X server on NT, and it has a neat feature where I can map an X LFD onto a TrueType font. So all my X programs use perfectly scalalbe, anti-aliased fonts now, with no client modification. Duh squared.

    There is nothing in X which prevents a server from rendering nice, anti-aliased fonts. It's a QOI issue.

    Now, if non-PC X server vendors would just get off their butts and add *default* support for it...

    --
    I can explanate how to administrate your network. You must configurate and segmentate it, so it can computate.
  4. Re:So? by HunterD · · Score: 1

    Oh, don't get me wrong, I agree with you on that point - Corperatism is really nasty. But then again, corperatism is not fully capitalism either.

    I like to see capitalism as a system where companies maximize profit by competeting to best server the customer.

    Corperatism is a system where capitalism is broken to the point that instead of companies seeing themselves as serving customers, they instead view the customers to be serving the company's needs.

    Corperatism is not a far shot from a collectivly run fudalism

    --
    - The unexamined life is not worth leading -
  5. Re:slashdot needs to mirror stuff by pjrc · · Score: 2
    Regarding the google caching:

    A couple months ago, slashdot linked to my site, at this page, from this slashdot article. I actually had a few emails back and forth with Rob (CmdrTaco) in the week before the link, and I asked him to avoid linking until I could get all the images over to a faster vitual hosted site, and I was still putting a lot of work into overhauling the page and writing the latest info (I had just finished a new board design for the player).

    Well, the slashdot effect was indeed mighty, and my poor little site served up about 40000 hits, which appears to have been less than 1 in every 5 attempts, perhaps even less, I'll never know.

    A couple people posted links to the google cached page, which was actually this older version of the project... not at all the same thing, and certainly not the one that the slashdot article was about.

    So based on my real experience, a sample of one, the google cache was not only ineffective, but it did more harm than good. Rob linked to the page right after new content was posted (a common scenario of a news site), and the google cache had an older (totally different) version that led many readers to find material older, but similar enough that they could not tell the difference.

  6. Re:One question... by zerovoid · · Score: 1

    well i'm sorry sir, considering that our university uses NT 4 on Pentium II 400's I think I should know how well it runs, but thenagain, comparisons are relative... NT on those machines is a lot slower than linux or freebsd running a different desktop on the same machines (which we also have)... if NT runs fast/fine for you on a 486 DX2 so be it, i could hardly get win95 to run on a 486DX2 50mhz machine, it would take almost 5 minutes from startup to when the hard drive stopped grinding, but you should know that there is so much faster systems out there

  7. Re:So? by joshuaos · · Score: 1
    Communism because it results in a lower standard of living for all

    Huh? Communism (if actually implemented properly), would result in a lower standard of linving for some, in as much as no one gets the mansions, the limosine's and the caviar. Hell, I don't consider that a "higher" standard of living anyway, as I don't fancy any of those things, but that's what would go away. Communism would also increase the standard of living dramatically for those who under capitalism have the bottom end of the stick. All those people who don't have any houses at all to sleep in and no food at all to eat would have a drastic increase in standard of living. It would put people on a more level playing field.

    Now, before you all get huffy and puffy about how this couldn't work, I did say that this would be the case if communism were implemented properly, and I will be the first to admit the difficulties involved in that.

    Joshua

    Terradot

    --

    When in danger or in doubt, run in circles, scream and shout!

  8. Capitalism by Frizzle+Fry · · Score: 1

    Phrased differently, open source is capitalism, except the resource that the free market is competing for, and the one the system is trying to maximize, is poeple's time, not money.

    Care about freedom?

    --
    I'd rather be lucky than good.
  9. Alpha Blending? by joshuaos · · Score: 1
    For those of us who don't know, can someone explain what the hell Alpha Blending is? Everything I've read assumes that you already know this critial piece of info. I can get a general understanding from context, but a good definition would be lovely here.

    Cheers, Joshua

    Terradot

    --

    When in danger or in doubt, run in circles, scream and shout!

    1. Re:Alpha Blending? by Forkenhoppen · · Score: 3

      There are typically three componenets to every pixel in the image you see. A red component, a blue component, and a green component. When working with images, there tends to be another component used on top of these three, called the alpha channel. Essentially, the alpha defines how transparent each pixel is. (ie; how much of whatever's below it is mixed in with it. This gives the illusion of one image showing through another.)

      Alpha blending's simply become a necessity these days. The fact that it's taken X this long to even contemplate getting true support for it's a danged shame, but better late than never I suppose.

      As an aside, to all of those of you who're suggesting people check out Berlin instead, I would caution you to hold your horses. Sure it supports alpha blending, and a host of new features, but it's not a drop-in replacement for X. X and Berlin are totally different beasts, with totally different purposes. (ie; X is a dumb terminal, displaying whatever the client programs want it to, while Berlin tends to be more object-oriented, with objects relied upon by clients having the capability of running on the server-side.)

  10. Re:Imlib2 anybody? by frank · · Score: 1

    Actually permedia 2 has hardware accelerated 2D alpha blending too, but since it's a pretty old chipset that never really took off anyway, I dont suppose it matters all that much.

  11. Why do everyone bash communism out? by chemic · · Score: 1

    Why do all seem communism as such a bad thing? really think, is it just what your culture have learned you? or have you sat down and thought about it? For you that are American I suppose that your "pinkie" scare comes from the Mccarthy period when regular witch-huntes(spelling?) were arranged.

    "both suffer in comparison to the Capitalist competition - the products made by Communists were, and are inferior in build and technology, to those made by Capitalists"

    Mayhap so, but communism put the first satelite and man in space and produced higly valued scientists. Is products really all that matters?

    "both seem to believe that making money is bad, and have successfully indoctrinated many people with the idea - something anyone would see is wrong"

    Making money isnt bad at all, it proves you have something special to give your community, but making too much money is bad. Why would you be allowed to earn 20 times the sum of the general worker? Maybe you excel in a skill, but you arent that good. Skilled people should always have a bonus, but it cannot be huge.

    "like Communism the idea is fatally flawed"

    Why?
    because the "smart" people cant buy their expensive whores? they still have a home and tv(computer maybe?).

    I agree that the soviet union had a flawed implementation of communism, but the "idea base" is really good.

    I know this is the wrong place to say this because all of you are people that are going to be assimilated into the corporate engine of captalism(including me?). But the life of the regular worker would probably get better while the "smart" people would get it just a little bit worse.

    We all are brother and sisters and therefore we cannot allow people to collect huge resources that should be more equally distributed amongst the people.

    Production and resources is not all that matters.

    I suppose this concludes my rabble. Anyone is welcome to continue this discussion by email
    chemic@linuxmail.org

  12. Re:One question... by Tower · · Score: 2

    Funny, it (KDE2 standard install) runs pretty fast on my old crufty S3 ViRGe DX (4MB) at 1024-16. Zooms on the G200, but quite a bit faster than Gnome on the S3...

    --

    --
    "It's tough to be bilingual when you get hit in the head."
  13. Re:One question... by cyber-vandal · · Score: 2

    One place I worked at was so cheap that I had NT on a 486 DX2/66 with 64MB RAM. It took 15 minutes to boot up, Word took a couple of minutes to come up, and it was barely usable for anything other than a mainframe session. I think you're talking complete crap somehow.

  14. Re:AA-fonts for KDE by QuMa · · Score: 1
  15. Re:One question... by beddess · · Score: 1

    wow, that's crazy i've got an old p200 myself, but with only 96 megs of ram, but I use Mandrake and KDE runs great on it.

    --
    "Weasling out of work is important to learn; it is what separates humans from animals. Except for weasels."
  16. Re:MS Blending by eric17 · · Score: 2

    Well if it's difficult for a multi-billion dollar corporation like Microsoft to do anything fresh, I don't feel it reflects too badly on the KDE people to make baby improvements over the windows interface. But somehow deep down I can't help feeling that the desktop metaphor is just a local maximum with respect to what could be done. It just isn't elegant. Example: Why does the desktop metaphor need a "show desktop" feature? Sure it makes it more usable, but surely there's a way to present things so that kind of quirk just isn't possible.

    Oh well, so far, it appears not.

  17. AA-fonts for KDE by RPoet · · Score: 3

    Every post CmdrTaco does about KDE is riddled with excuses ("Most of what is there is already being done within efm...", "Of course this stuff is really only with icons and images, and not fonts...").

    Well lookie here!.

    --

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
    1. Re:AA-fonts for KDE by Steeltoe · · Score: 1

      "Why is it that the default X courier font always looks like it got smashed in a garbage masher?"

      A good question! Try blowing up the font to 72 dpi and you will have your answer...

      - Steeltoe

    2. Re:AA-fonts for KDE by ywwg · · Score: 2

      serif fonts are more readable on _paper_. Sans-serif fonts are more readable on the screen.

    3. Re:AA-fonts for KDE by vanza · · Score: 1

      I've seen these efforts to build a new rendering engine for X a long time ago (I think there was even a Slashdot stry for it). But the page hasn't changed a bit since then.

      Is there a place where I can get the current status of this project? It is really interesting.


      --
      Marcelo Vanzin
      --
      Marcelo Vanzin
    4. Re:AA-fonts for KDE by PCM2 · · Score: 2

      Is anti-aliasing really the answer?

      Yeah, my Mac can anti-alias fonts at the OS level if you want it to. But personally, I think it ends up looking like blurry crap. Most of the time, I turn off the anti-aliasing.

      Thing is, it's possible to do that on the Mac OS because the fonts don't look like hell when they're not anti-aliased. I don't really care about alpha channel blending etc... why is it that the default X courier font always looks like it got smashed in a garbage masher? Why do serif fonts always seem to look LESS legible under X (exactly the opposite of the reason serifs were put there to begin with)?

      Everybody in the font-design community always bitches about how often fonts are ripped off, how you can't make any money selling fonts. So if you're resigned to that, font designers, then why not work on some good, legible, Open Source fonts that won't look like ass under X?

      --
      Breakfast served all day!
    5. Re:AA-fonts for KDE by Pseudonymus+Bosch · · Score: 1

      ASCII art fonts for KDE?

      Aren't we taking this too far?
      __

      --
      __
      Men with no respect for life must never be allowed to control the ultimate instruments of death.
      GW Bu
  18. Re:MS Blending by Prophet+of+Doom · · Score: 3
    I think it is important to mimic a little of the look and feel of Windows. If Linux is to compete with MS in the desktop market I don't see any other way to do it. Regardless of anyone's feelings about the Windows GUI it is a fact that the enormous majority of people are familiar with it, you could say that it is the design standard. In order to be intuitive it is going to have to be Windows-like.

    Luckily this doesn't mean that it can't be innovative. KDE (and Gnome) have many features that Windows doesn't, particularly in the area of customization, and I think those differences will give it a leg up eventually. Unfortunately, in order to get into the homes of the average user, it is going to have to offer them an interface that they can recognize, something that looks like Windows.

  19. Re:slashdot needs to mirror stuff by mcrandello · · Score: 1

    I'm copying this AC comment b/c someone felt it was overrated, although it does present a few very valid points, and a legitimate complaint. The following is not my own comment, but deserves to be read. I would reccomend the moderator (or author) who did this reread the moderation guidelines (updated 9.9, whatever that means).

    The FAQ does a wonderful job at answering why they don't mirror commercial sites.

    But commercial sites tend to have enough bandwidth because they have money.

    But who gets slashdotted the worst? Free software projects (yes, those things that give you the right to freely distribute them) and personal webpages on cablemodem, DSL or other limited bandwidth connections. It may take days or weeks to get the OK to mirror a commercial site because of IP restrictions, but is that really indicitive of what smaller websites would do? Did they even try?

    -Anonymous Coward

  20. Big whopping deal. by AFCArchvile · · Score: 1
    Microsoft already implemented fading menus on Windows 2000 (sysfader.exe; you see it pop up on the Task Manager [taskmgr.exe] whenever you pop down a menu). And that was back in September 1999, way before 2.2.16 was decently stable. Yes, it does take some CPU power to do, but, most importantly, it does not disrupt other processes which are running.

    Can KDE perform its alpha blending without instigating a segfault? Only time will tell.

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  21. Re:One question... by arafel · · Score: 1

    Hi Simon, long time no see. ;-)

    Given that it took about 30 seconds for the machine to stop thrashing enough (128meg RAM, celeron 400) to bring up this reply page, I suspect we have *very* different views of "ran fine". Well ... that, or you were running NT3.00 or one of the earlier ones. :)

    For the rest of the people in the thread - people do complain about the bloat in KDE. That's the reason I use WindowMaker instead...

    Paul

  22. It's about time by moogla · · Score: 1

    About 3 years ago when I was first exposed to linux, I wondered XFree didn't support anti-aliasing or alpha blending. It seemed like a pretty (easy, logical, neat) thing to implement, but why wasn't it happening? I had experienced games that used this technique, and was quite impressed. Microsoft beat XFree/KDE to the punch in Windows 2000, but did it take that to make the free GUI weenies realize that it was important to implement?

    --
    Black holes are where the Matrix raised SIGFPE
    1. Re:It's about time by be-fan · · Score: 2

      I don't know. Embedded Qt has some merit (it does alpha blending as well!) and Berlin is always there. But seriously, I see Linux and I am happy. I see X, and I reboot into BeOS.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:It's about time by be-fan · · Score: 2

      It's sad that X is so far behind though. One one hand you have OS-X and its fully anti-aliased, alpha-blended primative model, and X is struggling to get anti-aliased fonts to work. I don't care what the sysadmins and UNIX grognards say, X is holding Linux back.

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:It's about time by Anonymous Coward · · Score: 2


      *sigh*

      The XServer gives fonts to the XClients as black-and-white (1-bit) bitmaps.

      In order to do antialiasing, you need to implement your own font-handling system, which will by nature exclude all pre-existing X apps, and anything which doesn't use your font handling code.

      Duh.

    4. Re:It's about time by SubtleNuance · · Score: 1

      sysadmins and UNIX grognards say, X is holding Linux back

      Id probably agree - are there any Linux (*NIX) GUIs being developed that abandon X?

    5. Re:It's about time by spitzak · · Score: 3
      Completely wrong!

      For an X Client there is a bunch of Xlib calls that draw fonts and they could easily draw antialiased, without changing any API at all. Yes it would require a TrueColor visual and only the copy transfer function would work (any other combination would give you 1-bit fonts), but this if implemented would be immediately useful by almost all X programs.

      Windows did not have antialiased text at first either, you know. They successfully added it so that programs using the old calls could draw the antialiased text. They had exactly the same limitations I propose for X, ie it does not work for non-true-color modes and does not work for binary functions other than copy.

      The fact that the interface to the font server would have to change is not an excuse. The font server is an internal api as far as the majority of applications are concerned! Besides the X server could interface to old font servers by asking for the fonts 4 times bigger and doing down-rez antialiasing.

      The real problem is complete laziness and a paranoia far worse than MicroSoft about back compatability from the X Consortium.

    6. Re:It's about time by mfnickster · · Score: 1

      Check out the Berlin Consortium.

      It may not be perfect, but it shows that an alternative is possible.

      - MFN

      --
      "Slow down, Cowboy! It has been 3 years, 7 months and 26 days since you last successfully posted a comment."
  23. png by mach-5 · · Score: 1

    Cool...the graphics are in png. Very nice to see someone using that format.

    png is to gif, as beta is to vhs

    1. Re:png by ethereal · · Score: 1

      The sad thing is that we were both equally off- or on-topic, but only one of us got moderated down. Lousy frickin moderation...

      --

      Your right to not believe: Americans United for Separation of Church and

    2. Re:png by ethereal · · Score: 1

      ...so it's doomed? :)

      --

      Your right to not believe: Americans United for Separation of Church and

    3. Re:png by mach-5 · · Score: 1

      I thought gif was the license trap and png was the open-source or free version of gif, and is apparantly much better quality-wise and compression-wise???

  24. To clarify: It's about time by moogla · · Score: 1

    Yes, I was immediately aware of X's monochrome bitmap text representation. However, it does not mean we couldn't change that. There might be some programs that would break with new libraries, but most just rely on the X server to handle everything but the string's contents.

    Furthermore, alpha blending is as simple as hacking up your 32-bit display mode so that the unused byte contains the transparency information and is not just ignored by the X server when drawing and clipping windows. Most apps would end up (directly or indirectly) zeroing that byte, which would convey "Totally opaque" so nothing breaks.

    We could also define additional flags such that apps without transparency would be optimized and clipping enabled for stuff underneath, etc. Or flags that would specify what kind of blending to use for the window (mix, additive, screen, multiply, etc.). Can you say cool special effects? Think the GIMP's layers all the time.

    --
    Black holes are where the Matrix raised SIGFPE
  25. Re:MS Blending by rebelcool · · Score: 2

    one must give credit to microsoft. Their interfaces are easy to use and make quite a bit of sense. They dont spend millions of dollars in research for nothing. Every car has a steering wheel. They all look basically the same. Why? Because it's a good idea. Just because MS put it in doesnt mean its immediately evil..geez some zealots on here cant see beyond their own ass...

    --

    -

  26. Re:old news by be-fan · · Score: 2

    "If I'm wrong, and the [MS] guys have managed to make [GDI] jump through a hoop that high, kudos to
    them." - George Hoffman, Be Inc.

    (Paraphrased, replace MS with E, and GDI with X)

    --
    A deep unwavering belief is a sure sign you're missing something...
  27. amazing linux innovation by Trepidity · · Score: 4

    Cool. Now I can have a desktop with anti-aliased fonts, alpha blended icons, and long uptimes. Who would've thunk it.

    1. Re:amazing linux innovation by epukinsk · · Score: 1

      Does Win2K really have alpha-blended icons? I'm staring at my desktop and they look kind of jaggy.

      -Erik

    2. Re:amazing linux innovation by nitehorse · · Score: 2

      Show me the source, biatch!

      Until I can see it, it doesn't exist.
      -Chris

  28. Is it just me ... by he-sk · · Score: 1
    ... or does the text preview function in konqueror leave you with mixed feelings? Apart from the fact that I can't see the usefullness, I also don't like having my .fetchmailrc file or similar displayed openly.

    And to get back to it's usefullness factor: The first half dozen #include-statements in a C source file will tell me exactly what this file is all about. Riiiiiight.

    --
    Free Manning, jail Obama.
    1. Re:Is it just me ... by ShortSpecialBus · · Score: 1

      you DO put a small description header on your C files, dont you? As stupid as it is to do all the inane commenting that they have you do in CS classes, it is important to put some form of header on your C files so that it is obvious at a glance what the file does, because unless you have obnoxiously long filenames, it isn't always obvious what the C file contains from the filename. Just a thought, but that actually is a useful feature to me.

      --
      //FIXME: Bad .sig
  29. I'd prefer stability. by OverCode@work · · Score: 1

    KDE 2.0 is nice, but it needs improved stability much more than it needs improved eye candy.

    I look forward to the day when I can use KDE 2.0 as my desktop without frequent bug encounters.

    -John

    1. Re:I'd prefer stability. by Usquebaugh · · Score: 1

      And why wasn't this modded up?

      KDE 2 is _LESS_ stable than NT. I'm shocked that this has not been reported more widely. I'm a firm believer in KDE but one look at the critical issues on their bug tracking system shows where their minds are. It sure as hell isn't about fixing things.

      I want a stable desktop not one that seg faults every hour.

    2. Re:I'd prefer stability. by OverCode@work · · Score: 1

      GNOME+Sawfish is, quite frankly, much more stable.
      I don't like the environment as much (I think their core technologies are great though), but it's more usable than KDE simoply because of its stability.

      -John

  30. Re:It isn't patented, but M$ wants you to think it by spectecjr · · Score: 2

    See Steve Gibson's comments at his Web site about this. (Sorry, too lazy to give an exact URL.) He debunks M$ quite effectively (and has some quite nice examples, which I'd love to see on a laptop).

    No, he doesn't.

    See Ron Feigenblatt's website for a more balanced (and informed) view on this.

    And here's what ClearType is from the Microsoft Research team:

    Brief overview
    IEEE paper on the technology
    Paper for the Society for Information Display Symposium

    Try reading those. Gibson literally does not know what he's talking about here. For a start, what the Apple II does is NOT sub-pixel rendering. It's not even pixel-color splitting, as all the color splitting occurs in the NTSC signal, not at the phosphor level (you'll see more than one green phosphor per green pixel).

    Simon

    --
    Coming soon - pyrogyra
  31. Re:So? by lethalp1mpslapper · · Score: 1

    OSX doesn't use the BSD kernel, its a mixture of sorts. It uses the Mach micro kernel with a BSD subsystem. So its not actually BSD as it is a hybrid of BSD.

  32. Re:One question... by Anonymous Coward · · Score: 1

    This is false. There's a fundamental flaw in the way Windows software is written that makes it impossible to customize its appearance significantly.


    This is false.

    You are confusing the window manager (explorer.exe in Windows) with the underlying graphics system. To demonstrate this, I invite you to (1) do a search for windowblinds; (2) customize twm using relative or absolute positioning, as the spirit moves you.

  33. Re:On an offtopic note, but relevant by technos · · Score: 1

    EFM is dead.

    No longer. Deceased. Yadda-yadda-yadda. The code is orphaned, is not being maintained, and will not be. Why? It was a playtoy, to figure out what was really needed in E17, and how to best do it.

    If you really want debs, try http://people.debian.org/~ljlane/downloads/. Please note, if you can't make it work, there is no recourse! Trying #e on openprojects.net for help will probably only get you yelled at.

    --
    .sig: Now legally binding!
  34. One question... by Have+Blue · · Score: 2

    Why is it that when Apple uses alpha effects in Mac OS X it's "a waste of CPU power" but when KDE uses alpha effect it's "pretty sweet"?

    1. Re:One question... by Jedi+Alec · · Score: 1

      Well, Apple is supposed to be the graphical environment, so adding a feature that'll make pretty pictures prettier would be a pretty awful thing to do, wouldn't it? Do not moderate unless the sarcasm stains your monitor...

      --

      People replying to my sig annoy me. That's why I change it all the time.
    2. Re:One question... by MouseR · · Score: 3

      I fail to see how parent was insightfull, but let me comment on this:

      You have two choices for the window decorations in OS X: Rainbow Jelly Beans, and Grey Jelly Beans

      This is beta, unfinished software. Also,

      Now KDE, on the other hand [...] can be customized to your heart's content, modified in any reasonable way

      Well, so can Mac OS 9, and Windows*. Lastly, I'll comment on:

      and most of all, not used at all if you don't feel like using it!

      Nobody forces you to use Mac OS X.

      Let me remind you why you seem to like Linux: free Speech (oppose Free Beer). Part of that is your freedom NOT to use Mac OS X.

      Karma karma karma karma karmeleon: it comes and goes, it comes and goes.

    3. Re:One question... by volsung · · Score: 2

      Again, I'm confused by people's perceptions of the "Slashdot opinion." Most of the posts I read (or at least recall reading) comment on how "sweet" Mac OS X looks. I can't remember ever reading a post complaining that it was a waste of CPU power.

    4. Re:One question... by Nerds · · Score: 2

      Let's just put it this way, at least with KDE it's optional waste.

      --
      My other .sig is 'The Art of Computer Programming'
    5. Re:One question... by Trevor+Goodchild · · Score: 1

      But you're attacking me on issues I never raised. The parent of this entire discussion asked why nobody ever complains about bloat in KDE. Yes, you can get it to run on many *nix flavors, and yes you can eliminate much of that bloat. But Why is there so much bloat in the standard install in the first place, and how come nobody ever complains about it? Is it immune from bloat criticism just because it's targeted at the free OS crowd? If so then that's hypocritical.

    6. Re:One question... by Enahs · · Score: 1

      >that's not "Insightful," it didn't even answer the guy's question!

      Sonded like an answer to me. :-P The question wasn't even a question; it was flamebait. All the so-called question was doing was implying that Slashdot (as if it were a single person, or something) thought that eye-candy in OS-X was bloat, and that the same thing in KDE was OK.

      Well, it is OK in KDE, since you aren't stuck with the stupid eyecandy. I have a machine that only has 64MB of RAM; KDE2 runs fine on it. OSX needs 256MB of RAM. That's kinda extreme.

      >that doesn't give you an excuse to write an evangelical flame in response to a legitimate question.

      Again, there was no question; just metatrolling.

      --
      Stating on Slashdot that I like cheese since 1997.
    7. Re:One question... by zerovoid · · Score: 1

      I think the reason that KDE comes default with the "bloat" enabled is so that the user will be able to expirence all the available options, at which time they will be allowed to customize it based on their own discretion. I think it would be a big waste to ship KDE with just a plain theme, and plain icons, with plain effects, etc... Image is everything in selling your idea, even if you're not making money. My problem, and a lot of people's, with windows is not the fact that it's bloatware, but that the bloat can't be turned off, for the most part, and that it crashes all the time. I'm serious, whenever I go to visit my parents, I can't use their computer (Athlon 800 w/ Win98se) more than an hour w/ out it freezing and causing me to loose all my data. That's one of the things I like a lot about KDE, i've never had it crash on me before... and KDE runs very fast on my computer and ran well when I used to have a P200 w/ 64 mb of ram. Not only is KDE pleasing from a User standpoint, it is also fun to code for and the API is very clean and programmer friendly.

    8. Re:One question... by iso · · Score: 1

      OSX needs 256MB of RAM. That's kinda extreme.

      you are on crack.

      - j

    9. Re:One question... by iso · · Score: 2

      i mentioned this actually, with regards to the defaults command-line tool in MacOS X.

      you see, the thing is with the MacOS is that the operating system defaults to the options of the clueless user, but has a considerable number of "hidden" features for the power user. this is even more applicable to MacOS X

      for instance the "developer tools" (such as gcc) are not installed in the default MacOS X install, and i'm willing to bet that even Terminal.app will be an optional component. this is to shield the newbies from their computer, and in my oppinion is a very good thing.

      however, it would be wrong to assume that just because the configuration options don't jump out at you that they don't exist. there are a lot of hidden features in MacOS X that people are finding out about already, and i suspect that more will come with the final release. Apple knows that power users are going to want to tweak their machines, but they don't want new users confusing themselves and messing up their boxes by clicking preferences.

      for instance, to add (real) translucence to Terminal windows, one would type the following command in the terminal:
      defaults write com.apple.Terminal TerminalOpaqueness x
      or to add the trash to your desktop ala classic MacOS:
      defaults write com.apple.Finder Desktop.HasTrash 1

      but i digress. the point of this little tutorial is to explain to you that MacOS X has considerable customization potential (including themes support). i wouldn't be surprised if we'll see a command to turn off the Aqua eye-candy such as:
      defaults com.apple.Finder Aqua.Effects 0

      so please, don't write of MacOS X customizations just yet. there's already a lot of possibilities out there, and there will probably be many more in the final version

      - j

    10. Re:One question... by Trevor+Goodchild · · Score: 2
      Yeah, that's something nobody talks about around here. A standard installation of KDE includes enough bloatware and eye candy to make it virtually unusable on anything with less than 64M and an 8M video card.

      And don't pipe up with the "but I can customize it for my needs" crap. Any GUI can be stripped down if you want. That's not the point.

    11. Re:One question... by zerovoid · · Score: 1

      funny, KDE runs faster and more stable for me than does GNOME. Above all, if i don't want some of these "bloatware" eye candy features I can turn them off. It's not hard people. IMHO, it's better to have the choice to use a feature or not and have it available instead of being forced to go without it. For all you trolls that constantly bash KDE, try using it first.

    12. Re:One question... by iso · · Score: 1

      yeah, i figured as much. i think they're both "pretty sweet" too.

      of course, i wasn't the one who originally posted the comment, i was just the one who whored the top-listed thread for karma, as i've never tried karma whoring before. it was a hell of a lot easier than i thought it would be, though i could definitely use some practise.

      anyhow, good story submission.

      - j

    13. Re:One question... by Tower · · Score: 1

      touche :-P (think you are funny, you do - hmmmm? [/yoda])

      1024x768@16bpp (with windows and everything) :-)
      --

      --
      "It's tough to be bilingual when you get hit in the head."
    14. Re:One question... by PurpleBob · · Score: 2

      Thank you.

      I've had to say this to people numerous times as well. It happens far too often. There needs to be a jargon word for making a flawed argument based on the assumption that everyon thinks the same, the same way "trolling" and "astroturfing" apply to other kinds of posts. "Borging" comes to mind for me.

      Then shooting down one of these people would be as easy as saying "I'm sorry, but you're borging." and provide a link to a web page that describes borging.

      --
      Obfuscated e-mail addresses won't stop sadistic 12-year-old ACs.

      --
      Win dain a lotica, en vai tu ri silota
    15. Re:One question... by PimpBot · · Score: 3

      Uhm. I submitted the article, and I think both are "pretty sweet" ;-)
      --------------------------

    16. Re:One question... by Trevor+Goodchild · · Score: 1
      I'm glad you decided to completely ignore my last paragraph. Let me rephrase my comment for you:

      If the standard installation of a GUI desktop environment is as full of bloat as the competition that you rail against, then what exactly is the point of it?

      I have an old P200 with 128M and a 2M video card. It ran NT just fine, with minimal tweaking. I installed Mandrake with KDE on this same box and it took me DAYS to get it running at anything close to acceptable speeds. So let me ask one more time: What's the point?

    17. Re:One question... by Benley · · Score: 2

      The answer is extremely simple:

      You can turn it OFF on KDE.

      Have you ever tried to disable all the pretty greased-window hallucinogenic effects in OS X? Well, let me tell you it's not possible to do, at least without tweaking things that Apple doesn't normally want you to tweak. You have two choices for the window decorations in OS X: Rainbow Jelly Beans, and Grey Jelly Beans, both of which drive me up the wall after a while of using them. Now KDE, on the other hand (along with Gnome, and just about anything else to do with Linux) can be customized to your heart's content, modified in any reasonable way, and most of all, not used at all if you don't feel like using it!

      Just my two cents.

    18. Re:One question... by iso · · Score: 3

      that's not "Insightful," it didn't even answer the guy's question!

      sure this may be the reason why you like KDE more than Aqua, but your little rant has nothing to do with the fact that Aqua is considered "waste" and KDE is "cool."

      and as far as Aqua goes, who cares if it can only be changed through options that "Apple doesn't normally want you to tweak?" in most cases these things can be changed. i would be very surprised if the final release of OS X didn't have an option to shut off Aqua's effects, perhaps through the "default" command.

      but at any rate, wah, you don't like Aqua, you don't like the "Jelly Beans." that doesn't give you an excuse to write an evangelical flame in response to a legitimate question.

      - j

    19. Re:One question... by zerovoid · · Score: 1

      actually, this was your comment that i replied to:

      "Yeah, that's something nobody talks about around here. A standard installation of KDE includes enough bloatware and eye candy to make it virtually unusable on anything with less than 64M and an 8M video card.

      And don't pipe up with the "but I can customize it for my needs" crap. Any GUI can be stripped down if you want. That's not the point."

      and another thing, have you perhaps thought that your problem was mandrake and not KDE? You know that linux isn't the only OSS kernel out there, KDE _DOES_ run _WELL_ on FreeBSD and a multitude of other free operating systems, ones in which you can control the "bloat" ... i've used NT also, you can't really control the bloat, everything is one huge GUI/OS and it's horribly slow on Pentium II 400's, i'd hate to see it on a P200.

    20. Re:One question... by boarderboy · · Score: 1

      How many people(average users) use winblinds? And even with winblinds, the default width of dialog boxes doesn't change, so the example of the text running off the end of the dialog still holds true. What he was trying to say is that kde uses a better widget positioning scheme. I have programmed win32 and qt/kde and this is very true. The best part about qt/kde is the hierarchal nature of the widget's layout in both code and visualization which win32 lacks. Matt Newell

    21. Re:One question... by aonifer · · Score: 3

      sure this may be the reason why you like KDE more than Aqua, but your little rant has nothing to do with the fact that Aqua is considered "waste" and KDE is "cool."

      By whom? You do realize that if person A says that Aqua is a waste and person B says alpha blending on KDE is cool, that doesn't mean that person A also thinks alpha blending on KDE is cool, don't you? Furthermore, if person C says that KDE is cool and Aqua is not, that doesn't mean that everyone on Slashdot but you agrees.

      Contrary to what some believe, everyone on Slashdot does not share exactly the same opinion on everything at all times.

    22. Re:One question... by Pope · · Score: 1

      Funny, it (KDE2 standard install) runs pretty fast on my old crufty S3 ViRGe DX (4MB) at 1024-16

      Well,of course it does: you're only displaying 2 lines of text!

      Pope

      Freedom is Slavery! Ignorance is Strength! Monopolies offer Choice!

      --
      It doesn't mean much now, it's built for the future.
    23. Re:One question... by spectecjr · · Score: 1

      ... i've used NT also, you can't really control the bloat, everything is one huge GUI/OS and it's horribly slow on Pentium II 400's, i'd hate to see it on a P200.

      Given that NT ran fine on my old 486 DX2/66... I'd say that you're talking complete crap.

      Simon

      --
      Coming soon - pyrogyra
    24. Re:One question... by BlowCat · · Score: 2
      That's probably because many people here feel about free software as about something that belongs to all of us.

      Why if your neighbor buys an SUV it's "a waste of power", but if you buy it "it's pretty sweet"?

    25. Re:One question... by American+AC+in+Paris · · Score: 2
      Have you ever tried to disable all the pretty greased-window hallucinogenic effects in OS X? Well, let me tell you it's not possible to do, at least without tweaking things that Apple doesn't normally want you to tweak.

      *chuckle* So the day has come to pass where Linux/KDE users can point at an Apple GUI and say that it's harder to configure than their own...

      ...Now KDE, on the other hand (along with Gnome, and just about anything else to do with Linux) can be customized to your heart's content, modified in any reasonable way, and most of all, not used at all if you don't feel like using it!

      You are perfectly welcome to boot OS X straight to console. You can download and compile Darwin to basically the same end, and it's completely free, to boot.

      That said, you're absolutely right. You can indeed turn off a great deal of the eye candy that comes with Aqua, and yes, some of it requires going a bit farther than the happy pop-up menus they provide. I challenge you, though, to run the perfect Linux/KDE environment, completely tuned to your own metrics, without going a bit farther than the happy pop-up menus provided...

      $ man reality

      --

      Obliteracy: Words with explosions

  35. Re:slashdot needs to mirror stuff by Derek+Pomery · · Score: 1

    Which is exactly what /. should do. Simply have an automatic note both on the link and on the mirror saying that this is a mirror created X hours ago and provide a link if people want to try the slashdotted site.

    --
    -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
  36. Slashdotted! by paranoid.android · · Score: 1

    Slashdotted already! Anyone got a mirror?
    ***

  37. JPG? by Fervent · · Score: 2

    Can anyone get a mirron with some JPG files instead? Thanks.

    --

    - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

    1. Re:JPG? by 1010011010 · · Score: 3

      Try here: http://www.flyingbuttmonkeys.com/mirrors/ftp.kde.c om/pub/dot/img/


      ________________________________________

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  38. Re:So? by ekidder · · Score: 1

    Out of curiousity, who is the 'we' that is referred to? Is it
    a) CS majors
    b) Linux users
    c) The intersection of CS majors and Linux users?
    I'm /guessing/ (a) from context clues. As an opposing view, I would like to say that myself and all of my CS major friends don't care about how the NT kernel or Linux kernel work and really don't care about NDAs. Most of us are pretty exclusive Windows users who have had dedicated Linux machines at some point in time (myself for 3 years straight) but decided to 'move on', for lack of a better term.

  39. Re:Is it just me? by flynt · · Score: 1

    Hmm I understood your post until "etc", what is that?

    :)

  40. Re:So? by Patoski · · Score: 1

    Ok, I don't usually respond to trolls but I'll bite this time...

    (a) On a news scale this is up there with 'Word gets new spelling dialog' (b) The pictures aren't very impressive compared with say, OSX

    So it is with open source software - the Capitalist option is superior to the Communist one - Windows is greatly superior to KDE/Gnome, and Solaris is better than Linux.

    Is it just me or does anyone else find this strangely ironic? You say that OSX and Capitalist solutions are inherently superior to Open Source solutions but OSX is using an open source solution for arguably the most important part of the whole OS... it's kernel (BSD).

    Some look at pretty pictures and oogle, others look at the underlying infrastructure and marvel.

    --
    G. Washington on Government "it is force. Like fire, it is a dangerous servant and a fearful master."
  41. Re:So? by Cmdr.+Marille · · Score: 1

    I'm an idiot, otherwise i wouldn't replay to such a flamebait.
    both rely on the principle that working together as a community will produce better results than each man for himself
    yeah right, if you had anything to do with OSS you would have seen that commonly projects consist of a core team, and the a lot of people that regulary either submit bug reports or evn check in bug fixes.
    Ever used CDE? While I think CDE is not all that bad(*duck*) if you compare on the basis of userfriendliness, kde/gnome both win.But then again that's all subjective

    Linux has never produced any thing original
    How in the world should a kernel produces something? If you mean the Linux, but I would rather say OpenSource Unix community, you are teribbly mistaken.
    Just an example : as mentioned EFM.
    EFM is in my opinion terribly innovative, the old filemanager concept taken to new heights.
    And how much room is thee for innovation in the O/S market? While implementations may vary, concepts are largely similar.

    since it free, you can't complain when you find out it isn't very good
    yeah, if I pay RHAT a lot of money to support my system I can't complain? You bet I can! Recently looked at a EULA? People like MS and also Sun have succeded in the goal to hold liability from them. The only way a OSS Software Corp. can make money is by providing support for the product, therefore they have to take care of Quality.
    Who do I go to if my closed Source product is not maintained properly?

    --

    "Mommy, mommy! The garbage man is here!" "Well, tell him we don't want any!" -- Groucho Marx
  42. Now, wait a second... Straw-man Argument by lwagner · · Score: 1

    This is a straw-man argument. You can't immediately label the GNU project as communistic and then start destroying communism.

    Free Software was born in America, bastion of capitalism, and is now shared by the world. How many people who support free software support communism?

    >both rely on the principle that working together
    >as a community will produce better results than
    >each man for himself

    Free software is intended to bring the community together to do needed work for the common good. I'm not sure what this has to do with communism. Communism is about labor and the government regulation of it to stop exploitation by 19th century Capitalists.

    I don't see Stallman ranting about how all projects should fall under his (or anyone's) jurisdiction. Communism is about centralization; free software is about decentralization.

    >the products made by Communists were, and are
    >inferior in build and technology

    That is because communism is a system of government where anyone is guaranteed a job in a factory and forced to work. It promotes laziness because people are given money whether they do a good job or not. I don't see what this has to do with free software.

    >Linux companies have fallen through the floor

    Linux companies are no different than any other dot-com company. When you play with venture capital, you get burned. What does this have to do with free software?

    Before trolling again, you might want to try reading some Marx to figure out if the application of 19th Century Philosophy really applies to the 21st century.

    Lucas


    --

  43. It's funny tho... by Marketolog · · Score: 1
    As soon as Linux has gained some self-respect, you see people making different and (in some cases) useless beautifications of the gui, instead of going for making ease of use for the Joe the User.

    I guess that's the price of popularity...

    1. Re:It's funny tho... by zerovoid · · Score: 1

      this is not the only thing happening with KDE, there happens to be other work being done on KDE, it's not like they're going to place all their work on ease of use, or any other one area. This just happens to be what the news was on for today, and tommorrow will be something else.

      Slashdot -- All the news fit to print

  44. Overlapping icons by Cardinal · · Score: 1

    I noticed this post on dot.kde.org some time last week, and I still haven't come up with a reason to have my icons overlapping. It's cluttered, even if they can blend.

    However, an icon that blends with the background would be cool. AFAIK, this isn't really possible as long as you're using the X root window for the background, though.

  45. Re:MS Blending by Cid+Highwind · · Score: 1

    I use linux with WindowMaker and Enlightenment, both GUIs function just like I described.

    The point I was trying to make is that the start -> shutdown -> log out sequence is hardly intuitive. It's not even logical; a win9x box is the only machine I know of where you push the "start" button to turn it off, and slipping the logoff function under "shut down" just adds a further level of ridiculously confusing cruft.

    If you want a thorough explanation of the elements of the windows GUI that suck (and a lot of other apps too), look at the interface hall of shame (not a goatse.cx link, I promise).

    If a 90% market share is the best reason you can think of to use windows... BAAAA, you're a sheep. If 90% of people drove a Yugo, I still wouldn't want one.

    --
    0 1 - just my two bits
  46. I could be wrong.. by mindstrm · · Score: 2

    But it seems to me that this 'RGB decimation', although cool, is the exact same thing, but a different approach, to MS ClearType (tm?).

    NOt that MS deserves the credit.. but the point is.. isn't this technically a patented MS technology? or is it only the end result that is the same, and the process is quite different.

  47. old news by be-fan · · Score: 2

    Umm, MS didn't beat anyone to the punch. 1) MS doesn't have REAL alpha blending (and neither will KDE) like OS X does. In these GUIs, the translucency effect only lasts as long as the object the transparant window is over doesn't change. After that it breaks down. Its nothing that cool, BeOS, QNX, and even E has had it for a long time. 2) X still doesn't support anti-aliasing, and its not an easy thing to implement. X has a major problem in that its designers left the door totally wide open for different GUIs, but decided to keep the rendering protocol hard to extend. As such, it thinks that all fonts are monochrome bitmaps. It took a ton of work to get X to do TrueType, and anti-aliasing, which needs to blend the text with the window underneath will also be a ton of work. Its great that it is so far along now, but I can guarentee it wasn't easy. Its a nifty effect, but it is not easy to implement, (since it changes the rendering model significantly) and everyone except X has had it for a while now.

    --
    A deep unwavering belief is a sure sign you're missing something...
    1. Re:old news by HydroCarbon10 · · Score: 1

      Ah, but you are wrong. Windows 2000 does have true alpha blending (or at least a good enough work around to fool me). Download windowFX from stardock and set a window to any translucency, and then hover it over a particularly annoying animated gif -- you will find yourself still annoyed, though on a somewhat shaded level ;-).

      --
      The best way to accelerate a windows box is at 9.8 meters per second square.
  48. Re:KDE perty? by leo.p · · Score: 1

    (1) Beauty is in the eye of the ugly geek wearing coke bottles for eyeglasses.

    (2) KDE 2 is fully themeable.

    You know, KDE isnt that big that you cant install it along with X, Gnome, and serveral window managers.

    My advice to everyone is: install helix-gnome, install kde, install a window manager, run gdm. The gdm login screen allows you to select whether you want a gnome session, a kde session, or a simple X session. This is the one aspect of the linux desktop that keeps me from rebooting into W2K more often than I normally would. I actually prefer the linux desktop because of it.

    Sometimes you feel like kde, sometimes you feel like gnome, sometimes you feel like blackbox. You can have all 3. Looks good on a resume, too.

    (Hopefully helix will smarten up and distribute non linux versions of their little gnome.)

  49. Re:Butt Ugly by Samawi · · Score: 1

    Please, feel free to make your own icon sets, themes, and other stylistic contributions to KDE. You can make KDE look exactly like Gnome, Enlightenment, or anything else. It's a volunteer effort and all, including American artists:-) are welcome to contribute.

    USERS can decide the look of KDE whenever and whereever they want. KDE2 provides all the tools. The "KDE is ugly" argument no longer holds any water whatsoever. It's as beautiful or as ugly as YOU want it to be!

    Samawi

  50. Re:Is it just me or is the example .png really ugl by update() · · Score: 4

    You make a good point, but these screenshots weren't meant to accompany a press release. This functionality was added in the last week and the pictures were generated in the course of discussion between developers. (See this thread.) I doubt if they were intended to be seen by such a large audience.

  51. Re:Is it just me or is the example .png really ugl by Macka · · Score: 1


    Must be your personal taste .. cos I like it.

    Macka

  52. Alpha by MeowMeow+Jones · · Score: 2

    You just have an alpha components in addition to Red, Green, Blue components that indicates % transparency. So given two overlapping pixels RGBA-1 and RGBA-2, the new pixel is calculated at:

    R = R1 * A1 + R2 * A2
    G = G1 * A1 + G2 * A2
    B = B1 * A1 + B2 * A2
    A = A1 + A2

    If you're using floats to show intensity, anything results greater than one equals one, with ints anything greater than 255 is 255.

    Some people go the other way where 0 Alpha is opaque, so you'd substitute A with (1 - A).

    It's really no big deal, just eats clock cycles.

    --

    Trolls throughout history:
    Jonathan Swift

  53. Re:Not like communism... by Ami+Ganguli · · Score: 2

    Ok, I know I should let this silly thread die, but I'm a sucker for trolls...

    it doesn't matter whether Windows is easy to use, only that it is easier than any other OS. (It is)

    That's very much a matter of opionion. Linux is easier for me, I have lots of friends who find MacOS easier. In any case, you haven't established that "ease-of-use" == "success". If that were true then Windows 3.0 would never have made it against MacOS.

    why haven't the infinite number of eyes that is Open Source been able to pull it off yet?

    Two reasons: 1)for most hackers ease of use for the end user has absolutely nothing to do with success; 2)the folks who do care about ease-of-use haven't been at it very long. Considering how young the products are, they're doing extremely well.

    The stock market, their accountants, blah blah.

    And what do the stock market valuations of Linux "dot-coms" have to do with anything? Most of them had no possible hope of making money to begin with. A few (RedHat & VA for example) do have real business plans and will become profitable companies. But this does nothing to change the fact that well established, profitable companies see value in supporting Linux.

    The well is running dry. Don't expect IBM to stay in the game much longer.

    Actually IBM is going full-steam ahead. Linux is a great way for them to compete with Sun. Then there's Dell, Compaq, Intel, and a small herd of embedded companies that I'm not very familiar with. Add to that thousands of much smaller companies with niche products or services that you'll never hear about: ISPs, system integraters, consultants for small offices, vertical market developers. They make money in their markets and contribute a little back to the community as a whole, even if it's just the odd patch or a small network administration tool.

    --
    It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
  54. Funny. by be-fan · · Score: 1

    Ha ha, talking about X and anti-aliased fonts. I just set up Netscape 6 (god its bloated. My 500MHz 64MB wouldn't run it well, I had to use my 300MHz 128MB comp) and started to browse, and my head already hurts. These are the most god-awful fonts I've ever seen.

    --
    A deep unwavering belief is a sure sign you're missing something...
  55. Not like communism... by Ami+Ganguli · · Score: 3

    There are lots of false statements in this troll, but the communism analogy is interesting because it looks correct at first glance (most of the others are obviously wrong and don't really need to be addressed).

    Looking a little deeper you see the flaw: Communism and Capitalism are about allocating scarce resources. There's only so much "stuff" (T.V.s, houses, whatever). Under Capitalism the people who own the capital get the stuff, under communism everybody gets a little bit of the stuff.

    1) Intellectual property is fundamentally different. There's no limit on how many people can possess or use intellectual property, and my use of certain information doesn't hinder anybody else's use of the same information.

    2) Certain types of IP are actually _more_ valuable if more people use it. If I can get you to use my wordprocessor, for example, then my copy of the wordprocessor is actually more valuable to me because I can exchange documents with you more easily.

    The people who thought up Capitalism and Communism lived in an era where "hard-goods" were the only commodity worth thinking about. Neither of these theories is going to get very far in explaining the economics of software.

    --
    It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
    1. Re:Not like communism... by Ami+Ganguli · · Score: 2
      but rather that there are analagous symptoms of failure

      I don't see any evidence of failure. Open Source is getting more popular all the time.

      there are no signs that Linux will *ever* be as easy as Windows,

      Windows isn't really all that easy to use (ask your mother), and beating it on the useability scale shouldn't be that hard. The current incarnations of GNOME and KDE come pretty close, and they haven't been working at it for nearly as long as MS. On the other hand, how did ease of use come to be the same thing as success anyway?

      and without money it cannot innovate

      1) They've done pretty well so far, 2) who says they don't have money? I dispute the claim that innovation requires a lot of money - most of the interesting stuff originates in Universities. The money just helps to "commercialize" an idea. However, if money is needed, companies like IBM have lots and they're investing it in Linux.

      --
      It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
  56. Re:Butt Ugly by uradu · · Score: 2

    Whose butt, because I've seen some pretty sweet ones...

  57. "gamma adjustment"? by abischof · · Score: 2
    In the comparison section of the site, there're sections for "Bitmap text", "Anti-aliased text", and "Anti-aliased text with gamma adjustment". I think that the gamma adjustment version looks best among the three, but what is gamma adjustment? I mean, I know what it is in the Quake III sense ;), but I don't quite comprehend this context.

    PS Does anyone have a mirror of that supposedly pretty eye candy?

    Alex Bischoff
    ---

    --

    Alex Bischoff
    HTML/CSS coder for hire

    1. Re:"gamma adjustment"? by moogla · · Score: 3

      Simply stated, VGA montiors do not emit light at equal powers for equal changes in the values stored in the raster image. They relate by a power function (or gamma function, hence the name) Since the anti-aliasing works by linearly interpolating between the foreground and background, the edges might look too fuzzy and dark to the human eye due to that inconsistency. To make it seem more smooth, like text on paper, we fuddle with how much blending we use between the foreground and background to account for gamma and the eye's sensitivity. Same thing in Quake, you adjust the gamma for different monitors so the transition from light to dark looks convincingly real.

      Hope this helps.

      --
      Black holes are where the Matrix raised SIGFPE
    2. Re:"gamma adjustment"? by spitzak · · Score: 3
      The amount of light produced on the screen is not equal to the number placed into the screen buffer multiplied by some constant. Instead it is a power, or "gamma" function, a reasonable estimate is that the light produced is equal to pow(v,2) where v is the number in the buffer scaled to the 0-1 range.

      If your antialiased calculation is that a pixel is 50% filled (a = .5), the simple but wrong answer for the output pixel is .5*f+.5*b (where f is the color of the letter you are drawing and b is the color that is already there). But say f=1 and b=0, the result is .5, which is not half as bright as f, but instead only about 25% as bright.

      The correct result should be about .71, which is the pixel value that is halfway in brightness between 0 and 1.

      An easy way to do this is to calculate an alpha value instead of .5 of .71, and then use the normal linear compositing rule. This will result in perfect white on black text. However if you use it to draw black on white you will get .29 in the pixel, which is more wrong than the .5 the simple rule produces (the correct answer should again be .71). It appears this is the solution being done here (except he calculated the alpha for black on white), this can be seen by the rather bad appearance of the reverse-video text.

      The correct solution is to composite an output value that is pow(pow(f*a,g)+pow(b*(1-a),g),1/g) where g is the alpha value. This is computationally ridiculous so some kind of approximation must be used, though I'm not sure what yet.

    3. Re:"gamma adjustment"? by 1010011010 · · Score: 3

      Yes: http://www.flyingbuttmonkeys.com/mirrors/ftp.kde.c om/pub/dot/img/


      ________________________________________

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  58. Re:So? by Rupert · · Score: 4

    Furthermore, Linux is bad for humanity because it means people will no longer take Computer Science degrees - there won't be any money in Computing because of all the free software, so software will suffer a brain drain

    Good. People who take CS (or any other discipline) degrees because of the money they can make are precisely the sort of people that Computing (or Architecture, or Law) can well do without.

    Most software is never distributed. It is written in-house, to be used in-house. None of that is affected by free software (apart from the bottom line of the vast majority of companies).

    Computer Science graduates tend to be the least able programmers of all the people I deal with. For every MIT turning out brilliant programmers (none of whom would dream of working at my company) there are a hundred state universities turning out VB monkeys and Delphi parrots.

    Is this flamebait? Sure, but it's also true, and my karma is maxed out anyway.

    --

    --

    --
    E_NOSIG
  59. Mirror by perlyking · · Score: 3

    Images HERE and
    HERE
    Not that great IMHO

    --
    no sig.
  60. Very nice by speedbump · · Score: 1

    Those screen shots are very appealing to me. That's why I chose KDE over Gnome, to begin with, and have stuck with it. But it is pointless to argue issues of taste.

    Fix the KDE2 bugs, and thanks for the continued evolution

  61. Tangent: Why is X stupid? by be-fan · · Score: 1

    Is it just me, or is X the most horribly outdated POS on the face of the planet? I'm not talking about rendering, protocols, or anything like that. I'm talking about something simple. Hardware. Every other windowing system I have ever used recognizes my RivaTNT. X doesn't. Every other windowing system I've ever used allows me to set my refresh rate, X doesn't. Recently, I switched my monitor from 1024x768 to 1152x864. BeOS, Windows, and QNX made no fuss over it. Set me res, set my refresh rate, and after correcting the image a bit, off I went. X, however, didn't like it. It thought my monitor should only do 1152x864 at 75Hz. Given the fact that this thing runs 1600x1200 at 77Hz, I found this odd. I tried to configure it, but it wouldn't let me set the refresh rate, it asked for something called a "modline." I went to search on the internet about a "modline" and I got back an FAQ filled with math. Lovely. I finally just screwed it, wrote a 100line BeOS program that returned the clock values for my favoriate mode, and used those for the clock line. My question is, why, when every other windowing system in the world has some semblance of common sense, X continues to do stupid stuff like require you to tell it what kind of hardware you have, and what you monitor can do. Good god, even the pre-PnP days weren't this bad!

    --
    A deep unwavering belief is a sure sign you're missing something...
  62. WOOO! by UnkyHerb · · Score: 1

    WOOPETY fuggin DOO. How about posting some more interesting stories, oooohh, alpha blending on icons in a kde cvs release! Holy crap my life is complete. Yea, moderate me down, just expressing my opinion. I think there are a lot more interesting submissions that could've been posted.

    --
    Your Momma's so fat she makes emacs look like nano!
  63. Re:So? by Medgur · · Score: 1

    This is a real problem.

    At my university the intended entrance for the CS program has skyrocketed over the past few years, and I believe it's at about 15% of all new students now. Spend about 5 minutes asking around and you may find 1 out of every 15 people are actually there because they love the subject. The rest? Out for a quick buck.

    The upside is, the institution at which I attend doesn't play around. We don't mess around with VB or Delphi, first year students get right down to the dirt, fighting with assembler and OO theory.

    As a result, the actually number of people who attempt to enter the program after their first year is substantially lower.

    But where I go isn't perfect either - because of the large competition, the programmers who spend more time then they should programming rather than studying never make it.

    The true geniuses are being tossed aside because their Social Science credits just didn't have high enough GPAs.

    Incase you're wondering - I attend Simon Fraser University.

    Comments are more than welcome, as these are just my opinions based on what I've observed here.

    -Medgur

  64. Re:MS Blending by ekidder · · Score: 1

    Umm.. which "Linux desktop" is this and is it actually configured for this? I thought that Linux didn't have a desktop, it was just a kernel or an operating system.
    As for clicking anywhere, I can do that on my Windows box as well. Woah.

  65. and still afford to keep a shirt on your back by Macka · · Score: 1


    Macka

  66. Re:Linux is supposed to be popular? by ekidder · · Score: 1

    Ah, the wonders of Elitism.
    Why /should/ anyone care about how the OS works? Why can't it just /work/ like a normal person would expect? Amusingly, I've noticed that most of the technical people I know assume things will break. The non-technical people are generally the opposite. Ignorance is bliss, no?
    And to continue on:
    * Linux is not being mistaken for "the popular OS" except in a limited sphere of influence.
    * If Z was written for the people, then why is excluding them for an arbitrary reason okay? Sounds more like 'Z was written by some people, for themselves and a few others'.

  67. Re:slashdot needs to mirror stuff by Erataikasu · · Score: 1

    Luckily, there are headers in HTTP that allow the site to specify exactly where and how it wants its pages to be cached, how long they can be held, and whether they ought to be verified every time. (Even then, it's a hell of a lot easier for a site to send 304 Not Modified than it is to send the whole page)

    Of course doing that would imply using a full-featured cache, not just an ad-hoc thing.

  68. Re:So? by Enahs · · Score: 1

    Well, happily, many people who run for CS just to make tons of money never get past the first year.

    --
    Stating on Slashdot that I like cheese since 1997.
  69. Re:slashdot needs to mirror stuff by baitisj · · Score: 1

    I have a much better idea. Why not publish such material on Freenet??

    --
    Learn from your parents' mistakes: use birth control.
  70. Re:slashdot needs to mirror stuff by 1010011010 · · Score: 3

    It's even in the FAQ as to why they do not mirror things. But if you want a mirror, look at http://www.flyingbuttmonkeys.com/mirrors/ftp.kde.c om/pub/dot/img/


    ________________________________________

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  71. Re:KDE perty? by zerovoid · · Score: 3

    apparently you haven't looked at KDE 2. Even out of the box, KDE 2 is very attractive. Over all, it can be customized anyway you like. I'm getting really tired of everyone bashing KDE everytime there is an article about it on slashdot. It happens to be the most complete and stable desktop/window manager.

    zerovoid

  72. *yawn* by dica · · Score: 1
    Windows and MacOS have been able to do things like this for so long... Sometimes I really feel stuck in the 80's using linux.

    Keith Packard's new rendering extensions will hopefully be ready soon. His alpha blending screenshots look much cooler anyways (not to mention the sub-pixel ClearType and font anti-aliasing screenshots.)

  73. Anti-Aliasing is Communism by fibonacci8 · · Score: 1

    *sarcasm*
    Can't you see, obviously any software with a feature as vile and putrid as anti-aliasing must be communist. And communism must obviously be bad since it didn't work well for the former Soviet Union.
    *end sarcasm*

    Anywho, looks like anti-aliasing looks good so far, anything that beautifies a GUI a bit more is a good thing IMHO. My only question (since the link to the story was not reachable when I tried to read it, the pictures were mirrored though, they look good)is "Can AA can be turned off if you run kde on a system where you don't need/want it?

    P.S. If you feel like debating economic/political systems as applied to KDE's anti-aliasing further, please don't.

    --
    Inheritance is the sincerest form of nepotism.
  74. Looking good, but... by bentriloquist · · Score: 1

    I must admit the screenshots look good, but I feel that the KDE Team should use more time on getting better performance from KDE 2 than playing around with more eye candy. KDE 2 is slow as you-know-what on my machine, and I don't feel like spending more bucks on hardware just to be able to run a desktop environment with so-so speed.

    ---Can we fix it? Yes we can!

  75. Re:Butt Ugly by Ronin+X · · Score: 1

    Yeah, but when you get out of prison you suddenly realize that they weren't so appealing after all...

    --
    Ok my karma is maxed out. When do I become Enlightened?
  76. Re:Is it just me? by Watts · · Score: 1

    I've never seen CmdrTaco try to be hip, I really don't know what the hell you're talking about.

    I like using slang from the 1920s, but that's just me. If some white boy from Michigan wants to say "yum," more power to him.

  77. Re:So? by eric17 · · Score: 1

    All right, as a rabid capitalist who uses Linux, I'll bite.

    "both rely on the principle that working together as a community will produce better results than each man for himself"

    I think any community of people could make this claim! The fatal flaw of communism is idea that the talented *must* sacrifice for the sake of the less talented, or the "common good". It brought everyone down to a least common denominator, and basically to get anything done they had to make exceptions under the table, which led to corruption, etc. This is obviously _NOT_ a good idea, IMO. Note there is no comparable forced sacrifice being made with open source. Any sacrifice being made is freely made.

    "Windows is greatly superior to KDE/Gnome, and Solaris is better than Linux"
    Superior according to whom? I use OSS because it's value to me is greater than what I paid to get it (the cost of some CDRs). For me, the cost of windows is too high for what I get. Part of the value of OSS to me is the ability to make changes and a greater access to authors. The value of something depends on the valuer.

    "both perform poorly financially - Linux stocks have fallen through the floor"
    I'm not sure I see the point. Linux companies are trying to make money from the services they provide. If they fail, Linux goes on. Linux does not require commercial support. It was born without it, and can go on without it.

    "both are bad for humanity - Communism because it results in a lower standard of living for all, and Linux because it stifles innovation - everything in Linux is *copied* "

    Well, again I don't see your point. First, no one is forcing *anyone* to use linux. If humanity doesn't want it, they won't use it. Communism was forced by a minority on the majority. And most of the minority was misled. Second, it is a rare innovation in computers that doesn't use 99.9% of the existing infrastructure and existing, working ideas.

    "Linux is bad for humanity because it means people will no longer take Computer Science degrees"

    Hmmm, first you argue that OSS doesn't compete, then you argue that it's in danger of wiping out CS jobs! No, it will force companies to develop more vertical, innovative, and high value solutions rather than copy cat, horizontal solutions that lock customers into the company.

    "both are increasingly being discredited and look to be all but dead".
    Even if this were true, I fail to see how this indicates a "fatal flaw". Linux and OSS does not need a commercial company to "succeed". What part of "free as in beer" escapes you?

    "both seem to believe that making money is bad, and have successfully indoctrinated many people with the idea - something anyone would see is wrong"
    I'm not sure who you are refering to exactly (except maybe RMS), since Linux as yet, does not think, but there is no contradiction between OSS and capitalism. Nothing about capitalism implies that *everything must* be exchanged for money, only that *everything can be*, as long as both sides agree on the price. What they do have in common is that they are both natural outgrowths of freedom. No one is forcing you to use or contribute to OSS, just as no one is forcing you to use and buy Windows. You make the choice based on what you get from them. For Windows, obviously a large part of the value is that so many other people use it, it automatically has value due to the fact that so many other people use it and send out documents that require windows applications to view them. Some of us have a problem with *that*, but not with making money.

  78. IBM not deserting Linux Re:Not like communism... by firewort · · Score: 2
    The well is running dry. Don't expect IBM to stay in the game much longer.

    Oh, really!

    IBM is operating on the ABM plan: Anything But Microsoft. Almost all IBM apps support the obligatory NT/2000, as well as Sun, Linux (4 distributions and gaining), and AIX. Today at IBM I attended a lecture on Linux and Globalization. Don't kid yourself, IBM isn't dropping Linux anytime soon.
    (Especially when it took them ten years to step away from os/2 and they still make fixpacks for that!)

    A host is a host from coast to coast, but no one uses a host that's close

    --

  79. Re:Is it just me? by MouseDown · · Score: 1

    It'd be a massive undertaking to provide a link to all the things listed in each story (eg cvs, efm, kde), but for anybody in the computer geek community (alt. os), then they almost all make sense. But, your travels will take you to new places, depending on what your interests are. Read!

  80. Re:So? by Bezanti · · Score: 1

    This communism - capitalism stuff is really interesting. It regularly pops up in discussions on open source.

    We can say:

    (1) If communism had had no appeal whatsoever, or if none of their arguments had been even a little valid, it wouldn't have been around for such a long time.

    (2) Capitalism is still not workers' paradise and probably will never be. Workers, and the general public tend to prefer capitalism to communism, however. But then again, this does not mean that the potential for conflict between workers and capital asset owners has gone.

    (3) Open-source is a way in which power, that had been accumulating in to the hands of software vendors, gets recovered partially and returned to the public. To that extent, it may succeed (to some extent) where communism clearly failed.

  81. Re:MS Blending by kazzuya · · Score: 1

    Hey that closing phrase was a bit rude.
    I didn't say we shouldn't give credit to MS. I'm just saying that I don't believe in following each step MS does. I mean alpha blending now.. that sure isn't the "steering wheel" of the GUI business. I say it's good to give them credit and to copy the nice stuff.. but when one starts copying every little feature it seems more like a technical challenge than a UI improvement.
    Not really complaining since I don't even use KDE, just making my point.

  82. Re:Imlib2 anybody? by HeUnique · · Score: 3

    Yes, you're point is correct, but..

    On this issue, Keith from the X core dev. team has hacked QT libraries which actually shows you EVERYTHING on KDE.

    Which means - once this extension will be officially released (probably in XFree 4.0.2) - and TrollTech will add Keith's modifications - then you could use the anti-aliasing fonts - but it won't be worth to lots of people here..

    Why? cause only Matrox graphics card got this hardware accelerated. Others (for now) if they want to use it will need to use software rendering - which is VERY slow.

    So, Matrox users - smile :)

    --
    Hetz (Heunique)
  83. Re:So? by fsckedup · · Score: 1

    I completely agree with this.

    Surely M$ and Communism display the same elements of extremism.

    Go too far to the left, and you end up no different than going too far to the right.

    M$ is a dictator and any company that gets in it's way is consumed and shipped off to "Siberia".

    OSS displays characteristics of a stable middle-ground. Money can be made from it, but it does not rely on that. There is REAL "freedom to innovate" (that's right... Microsoft does not have sole rights to innovation !), with corporate bean-counters deciding what THEY think the direction should be.

    Sounds like a democracy to me. (Or do we need a recount ?)

  84. Re:MS Blending by kazzuya · · Score: 1

    Not plain wrong, just sligtly wrong direction. The OS community bashes MS Wwndows so hard and then finds itself copying it. Windows also grabbed many ideas from other places. But by supporting alpha blending (and many other things such as integrated web browser) it seems to me that KDE no longer copies form the same sources where MS copied, but rather copies from MS directly. Anyhow I didn't intend to flame .. all my appreciation to KDE as a technical achievement.

  85. Re:So? by Rupert · · Score: 1

    I'm obviously still too idealistic, as I'm replying to this troll, but I'm afraid you underestimate my youth. In fact, not only are Mommy & Daddy not paying my way through school, I am actually paying for my son's education (and dreading September 2001 when I have to start paying for my daughter, too). I have a job, in fact I have had several, and yet I stand by what I said in my previous post. I have made a good living writing software for 15 years, and I have yet to fail to ship source code with any binary.

    --

    --

    --
    E_NOSIG
  86. Re:MS Blending by HydroCarbon10 · · Score: 1

    Hmm, by your logic we shouldn't implement a cursor, text, or graphics for that matter. Not implementing features because windows does goes beyond stupidity, there is literally no word for how dumb your suggestion is. BTW, this whole alpha blending hack brings up another point concerning a 'linux' (by 'linux' I mean linux+KDE/GNOME+whatever you put together to make a desktop OS). After 4 years of linux, I switched to windows. Why? Because *no one* will take a leadership role. All the software that comes out utilizes work arounds (like this alpha blending hack) to achieve neat effects. Eventually, some project will have to stand up and begin integrating all the pieces, breaking things if they must. The lack of leadership is why we still don't have anti-aliased fonts in X. If we were to change the rendering mechanism, it'd break everything, so for years half of us have been waiting for aa'd fonts, and the other half has been opposing change because it would 'break something'. Someone needs to get out and break stuff to get some momentum going again!

    --
    The best way to accelerate a windows box is at 9.8 meters per second square.
  87. Re:MS Blending by Enahs · · Score: 1

    When you consider that nothing about the Windows UI is original, one has to wonder what makes copying a copied interface so wrong.

    --
    Stating on Slashdot that I like cheese since 1997.
  88. Moderation School: Lesson #1 by ethereal · · Score: 2
    * both suffer in comparison to the Capitalist competition - the products made by Communists were, and are inferior in build and technology, to those made by Capitalists. So it is with open source software - the Capitalist option is superior to the Communist one - Windows is greatly superior to KDE/Gnome, and Solaris is better than Linux.

    It was at about this point that you should have determined that this was a troll. Maybe the next item after that, but that's pushing it.

    Bonus points if you picked it up after "Open source software is, plainly, too open - like Communism". Don't be fooled by the fact that the first few paragraphs were on-topic and fairly reasonable.

    --

    Your right to not believe: Americans United for Separation of Church and

  89. Imlib2 anybody? by cms108 · · Score: 3

    Yes, it all looks very nice, but it's not earth shattering is it?
    Imlib2 has been able to do the alpha blending thing for ages, it hasn't been used much outside efm, but it's there. Dunno about antialiased fonts yet though.
    Maybe the reason nobody knows about it is because it's not actually that usefull. But i'm sure that's missing the point - it looks nice, and that's what's important. Ace.

    1. Re:Imlib2 anybody? by Heretik · · Score: 1

      Imlib2 does do anti-aliased fonts, (maybe only truetype, I can't recall) and they look quite nice. Anti-aliased lines (and other primitives?) too. And then there's Evas (think: hardware accelerated everything.. yummy)

      -----

  90. Re:So? by Octorian · · Score: 1

    Pretty funny how you put it like that. People have their Windows machines, and their pet Linux box in the corner. Cool to tinker with, but not much beyond that. Well, I'm practically the opposite of you. Before college, I had Linux on my machine but used Windows most of the time. When I got here, I started using Linux nearly all the time. Now, I too have "moved on" from playing with Linux. I'm now running FreeBSD, Solaris, IRIX, and AIX. In fact, I've been using an SGI Indigo2 as my main desktop since the summer, and I'm looking at Sun for my next machine. I've got my pet Windows box, and that's dual boot.

  91. Re:MS Blending by Eil · · Score: 1


    I dunno, I agree with the car thing. But after spending over a year on my personal self-customized GNOME desktop, using windows for anything other than game-playing is just painful. I will admit, the interface for Win95 was good for it's time. And I think that the Start menu and taskbar were really great ideas. But everything else just leaves me highly unsatisfied. (For example, the idea of actually clicking on windows just to focus them now seems insane. Hurrah sloppy mouse focus!)

  92. Re:So? by gdiersing · · Score: 1
    communism1 a : a theory advocating elimination of private property b : a system in which goods are owned in common and are available to all as needed

    Sounds like Linux to me, not there is anything wrong with that, lets just call a spade a spade.

  93. great...more bloat. by SCHecklerX · · Score: 1
    This is just more needless crap at the expense of true usability. If they could get the usability nailed down, then MAYBE they could add more form over function.

    the move from kfm to konqueror in kde 2.0 was pretty painful. There is no reason a filemanager should take 10 seconds to open a fscking directory. Oh...excuse me...URL.

    They need to stop this everything and 10 kitchen sinks approach. I thought the whole point of an environment is to make small components that interact? I know..OT, but it's part of the whole friggin' problem.

  94. Re:So? by kennylives · · Score: 1
    What is really needed, is the common touch only closed source software (like OS X) can provide. But this won't happen. Open source software is, plainly, too open - like Communism, they had a good idea, but, like Communism the idea is fatally flawed.

    Explain to me how the openness and freedom afforded by OSS/Free software is a communist ideal? Seriously. This makes no sense at all.

    If Free/OpenSource software is the reflection of communist ideals, then what is closed-source software? Lessee:

    - A central 'authority' determines what the software I run looks like.
    - They also define what the architecture of the software is.
    - They further dictate when/where/how their (remember, we don't 'own' closed-source software) is run, and by whom. All covered in the EULA...
    - Using patents and trademarks, and a twisted interpretation of copyright, they forclose competition, in the interest of their own well-being (profitability).
    - User input in to the process is limited, perfunctury, and superficial in the extreme. Don't like using a particular browser? 'Sorry, you can't remove it. It's that way for your own good.'
    - They engage in propaganda campaigns to warn everyone of the evils of doing things differently. (Naked PC's anyone?)

    Linux/Free Software, on the other hand, allows me to do whatever I want to the software and redistribute the changes (perhaps at a profit). I am not bound by ideas of propriety (save the few restrictions of the GPL). I do not have answer to anyone if I want to run a copies of the system on each of the dozen or so systems I have @ home. I can give copies away for free if I'd like. It's freedom, not communism.

    --

    Where the value of X-Mailer: is the true measure of a man...

  95. Re:So? by dmatos · · Score: 1

    And the obligatory $3 crack mention goes right here.

    --

    It may look like I'm doing nothing, but I'm actively waiting for my problems to go away.
    --Scott Adams
  96. Is it just me or is the example .png really ugly? by gattaca · · Score: 5
    Ok, it's just me...

    I'm spending a lot of life building GUI's (in Java) and I have some questions about icons and eye-candy:

    As hackers, we all know that you can unplug one icon and replace it with another, the type of graphic art is totally unrelated to the quality of the code and the app, and so on, but, the look and feel can have a pretty major effect on the way people take to your software.

    In my experience, if people are a little unsure how much they should trust your code, and how much time they should invest in it, 'clean and professional' is more likely to give the right impression than 'cute and well drawn'. Think Nokia mobile phone vs. a Micky Mouse novelty candlestick one. (I'm not saying that the icons are as bad as that - just that that's the sort of distinction I'm trying to make).

    I know it's all themed, and you can set the theme to be whatever you want, but I would suggest that the default theme should be much more 'serious'. We all love the penguin, some love the KDE dragon, but would we get more respect if the images were less cuddly - harder? I guess this is why the Playstation 2 looks like it does, and why it's logo is made up of a set of straight lines on a white background. It looks hi-tech and cool.

    Someone else (rebelcool) made the point that 'looking like Windows is a good thing because Microsoft have spent a lot of money on research and they know what they're doing'. I kind of agree with that, but there is a better reason: Most people who use a computer understand the Microsoft GUI. It might not be the best on a level playing field, but the playing field isn't level - pretty much everyone is familiar with Microsoft's GUI.

    To use the same steering wheel analogy: Every car has a steering wheel because every car has a steering wheel. Thus, steering wheels make the best user-interfaces, simply because they mean that anyone with a driving license can just get in and drive off.

    One final point, I'm so used to Unix I find typing on a Windows box feels like I have boxing gloves on. I hate it, I find it frustrating. So I install bash shells and emacs, and do everything I can to make it look like what I'm used to. It's a pain, and I certainly can't do it on a stranger's computer I happen to be using for a bit. I have an enormous amount of empathy for Windows users in a hurry who have to make the switch in the other direction.

  97. slashdot needs to mirror stuff by myc · · Score: 3

    really. all that posting stories does is denial of service attack someone's server. the links point to two measly png images. how hard can mirroring that be? it's been said before and it needs to be said again, slashdot editors need to be more considerate and responsible, considering their site's popularity.


    ---
    Santa Claus: "Ho ho ho!"

    --
    NO CARRIER
    1. Re:slashdot needs to mirror stuff by skoda · · Score: 4

      I don't know if /. should mirror stuff or not, but I think the reasons in the FAQ are a bit weak in places.

      Sure, it's a great idea, but it has a lot of implications. For example, commercial sites rely on their banner ads to generate revenue. If I cache one of their pages, this will mess with their statistics, and mess with their banner ads. In other words, this will piss them off.

      I agree with that completely. It also avoids nasty legal battles over copyright & IP issues.

      Of course, most of the time, the commercial sites that actually have income from banner ads easily withstand the Slashdot Effect. So perhaps we could draw the line at sites that don't have ads. They are, after all, much more likely to buckle under the pressure of all those unexpected hits.

      This is sounding good...

      But what happens if I cache the site, and they update themselves? Once again, I'm transmitting data that I shouldn't be, only this time my cache is out of date!

      Have a 24 hour cache-and-purge policy. The mirror would be an alternate link option, like I see at Download sites, in case the site-proper is overwhelmed. Also, this means that after one day, there's no more risk of people seeing outdated information unknowingly from the /. mirror. Finally, a 24 time limit might make it more palatable for those who are concerned about IP issues.

      I could try asking permission, but do you want to wait 6 hours for a cool breaking story while we wait for permission to link someone?

      I don't mean any disrespect to the /. crew, but I think this is a bit overly pretentious. I'm not a hardcore /.er, but my impression is that this is not a place for to find fast-breaking news. Indeed, today's fast-breaking news was a link to one of many traditional (online) news sources. If people want hot news, they monitor the wire services, the secondaries (e.g. CNN), the stock ticker, etc.) If they don't do that, then I doubt they care if the news is 6 minutes old or 6 hours old.

      Finally, if the /. kills the site linked to, such that no one can get to it for the next several hours, then what has not waiting a few hours to to get mirror-permissions gained us? (hint: nothing)

      So the quick answer is: "Sure, caching would be neat." It would make things a lot easier when servers go down, but it's a complicated issue that would need to be thought through in great detail before being implemented.

      I imagine there are some real legal and technical issues to be worked out before a mirroring system could be implemented. However, I don't think the reasons given in the FAQ are compelling.

      But what do I know? I'm just a joe who doesn't run an insanely popular news/discussion website that can crush small nations with a single link.
      -----
      D. Fischer

    2. Re:slashdot needs to mirror stuff by Hard_Code · · Score: 3

      Well, Google at least caches sites. Why couldn't Slashdot simply link to the Google *cache*. If people wanted the fresh site, they could read the blaring text on top that said that it was a Google cache of the document you can reach by clicking on the following link. Then the issue is DOSing Google, but I think they can deal with it a bit better than old pizza-box or pototo server.

      --

      It's 10 PM. Do you know if you're un-American?
    3. Re:slashdot needs to mirror stuff by ichimunki · · Score: 2

      Not to mention that the image links are to an FTP server, which is a pretty sorry place to link to when you know you're going to have more than 100 attempts in any given minute.

      --
      I do not have a signature
    4. Re:slashdot needs to mirror stuff by skoda · · Score: 2

      Google's cache is updated infrequently (monthly at best, I think). If the link is newer than the Google cache, then the cache won't be of any use.

      For older sites, then your idea is good (a little too sensible and obvious for me, I fear :)
      -----
      D. Fischer

    5. Re:slashdot needs to mirror stuff by webcrafter · · Score: 1

      Of course, knowing that the editors favour GNOME over KDE, do you really supose they will lose an opportunity to boggle down their (KDE's) servers?
      The load on their network is probably slowing CVS commits down by now...

      Victor

  98. Re:So? by johnnyb · · Score: 2
    I know, I should read the Don't Feed the Troll signs, but I'll bite.
    • America was born on the subversion of intellectual property. We went from third-world to first-world because someone stole the plans to Britain's factories and built them here
    • In Linux, not everything is copied, but a lot is. That actually makes it better. For example, if I want to make an innovative OS in open-source-world, you can just take GNU/Linux and make your modifications, you don't have to start from scratch. In the closed-source role, if you want a new OS, you have to write everything from scratch or buy it - the C library, the compiler, interpreted languages, everything. That's a task no one company can really accomplish anymore (except M$). So, contrast the difference in development time through OSS and closed source, and you see immediately the benefit. Almost everything in life is copied, and simply altered a little. Even most great "inventions" are really that inventive.
    • The performance of Linux companies has to do more with the fact that this is such a new ball game than anything else. People simply haven't figured out that the way you make money here is not the same as elsewhere. The performance of Linux stock prices have nothing to do with reality.
    • OSS is actually more capitalistic than closed-source, because it honors physical property over intellectual property. Closed-source software tries to deny a user the right to his physical property based on vaporous claims of intellectual property. OSS is a remedy to that situation. Things can be sold because they are in limited supply, ideas shouldn't be because they can be copied without diminishing supply. Closed-source is trying to switch that around.


  99. Communism fails for a reason by ShortSpecialBus · · Score: 1

    Yes, this is offtopic, but too bad. Just don't read below the line if you don't care about this at all...
    --------
    OK, The "idea base" behind Communism is good at first glance, but if you think about it, it really isn't that good. One of the things that makes "capitalism" or whatever work is the fact that hard work and talent is paid with rewards. With communism, where the fuck is my incentive to work hard? If I get the same stuff for working just hard enough to get fired as I would get for working my ass off, what the hell would I want to work my ass off for? This begs for the retort that I should be doing something I love and working hard at it because I love it, but many people really hate their jobs, and they only work hard at them to get money. Like it or not, we are a dollar(ruble(sp?) or franc or whatever) driven society, in all nations, and it will stay that way. That is the "fatal flaw" of communism. In general, people won't work hard if they dont get a reward from it. Watch Office Space, hehe. But seriously, it isn't that Americans hate communism because we are afraid or threatened or predjudiced towards it, we dislike it because it has so many flaws, and it goes against what we believe in.
    It sounds dirty to say it, but the skilled computer programmer or whatever who works hard and makes huge advances in his or her field actually does deserve more money than the equally hard working and whatnot Joe Welder because Joe Welder, while hard working and probably a great family man who deserves a lot, really isn't making any advances that further mankind or anything like that. Sure, the world would do just fine without Windows 20030023, but they would also do fine with a slightly less properly welded job done by a poor worker. At least more people benefit from the programmer's work, so he deserves more money. It sounds dirty to say all of that, I know, but in actuality that is how things work and I kind of think how they should be. Not probably to quite the extent that they are (you were right by saying that 20x is too much) but they should be more than you think they should be (the benefits, that is). THis is ranting, I am done now.
    ----
    Slashdot, Your mom is a lameness filter. Just because I put in 12 '-'s to make a line doesn't mean I am putting in an army of junk characters. You need to fix something with that!

    --
    //FIXME: Bad .sig
  100. Re:So? by Jedi+Alec · · Score: 1

    One is a an easy-to-use operating system, the other is not.

    One is free, one is not. OTOH, considering the rest of your post, the moderators will probably see the words Linux and bad a couple of times and you'll be known as flamebait. This is /., remember? You're not supposed to state your opinion, you're supposed to say what they wanna hear...

    --

    People replying to my sig annoy me. That's why I change it all the time.
  101. goatse.cx link by paranoid.android · · Score: 1

    You ass, I almost fell for that.
    ***

    1. Re:goatse.cx link by Jedi+Alec · · Score: 1

      And you call yourself paranoid? There's no way i'm clicking anything on /. without looking where it leads to...so what was that people were saying about mirrors again?

      --

      People replying to my sig annoy me. That's why I change it all the time.
    2. Re:goatse.cx link by paranoid.android · · Score: 1

      I almost fell for it, because it seemed legitimate. I check my links, too.

      Someone put up a goddamn mirror. And fix Extrans while you're at it.
      ***

  102. Re:OS X Comments... by Knobby · · Score: 1

    I always get a chuckle when I read the predominantly Linux using readers of SlashDot badmouth the MacOS and/or Mac Users.. With that said, you may want to take a look at the general Mac OS X user forum at osx.macnn.com. Of particular relevence to this discussion are:

    The MacOS isn't perfect, and neither is OS X.. A number of the reader submissions to the "customizing the interface" are questions and/or suggestions regarding turning off transparency, drop shadows, and making the windows rectangular.. These are adjustments that require a bit of work right now, but improve the effective speed of the interface. And you're right in claiming that they're not alterations that Apple is going to promote people making. But a handful of theme construction tools are already being put together, and the effects can be turned off if you want it bad enough..

  103. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  104. Re:So? by eric17 · · Score: 1

    Well I was going to write a treatise on communism, but this whole argument falls apart when you realize that Linux and/or OSS is neither a political system nor a political theory.

    Even as an analogy, the comparision is pretty weak--my copy of linux is mine, no one can demand a copy of me. Nothing in the GPL says that you *must* make a copy on demand which is what the political system of communism would demand to be done (actually it would also say anybody should be able to use my computer, which is worse). You may be confused about the GPL conditions on redistribution. Read it some time and give it some thought.

  105. Re:So? by ThisIsSuchACoolNick · · Score: 1
    * both rely on the principle that working together as a community will produce better results than each man for himself

    which is the case, even M$ uses a community to build its software. they just pay their staff.

    * both suffer in comparison to the Capitalist competition - the products made by Communists were, and are inferior in build and technology, to those made by Capitalists. So it is with open source software - the Capitalist option is superior to the Communist one - Windows is greatly superior to KDE/Gnome, and Solaris is better than Linux.

    horsedung, the commies were the first to put a man in space and have/had a good reputation of producing darn good scientists and products. i am not a commie so i won't defend them too much.

    * both perform poorly financially - Linux stocks have fallen through the floor, just as in Communist countries GDP per capita is typically a fifth of that of a Capitalist country.

    who cares about stocks???? we just want free software, which, of course, you can't make a lot of money on, the margins are just no big enough. But that is not the point of the free software movement.

    * both are bad for humanity - Communism because it results in a lower standard of living for all, and Linux because it stifles innovation - everything in Linux is *copied* (the basic idea, Unix, was copied, the start menu used by the most popular desktop environments, the file manager, all the software, things like Mesa), and if that means that if it succeeds in killing non-free software there will be no innovation - Linux has never produced any thing original.

    exactly the point, you got it. we copy the good stuff since we can, because its _free_ (you are clueless aren't you?), and as far as not succeeding in producing anything innovative, uhm, mail, countless procols, png, pgp, some file systems, several operating systems, uhm... god, u have no idea.

    * Furthermore, Linux is bad for humanity because it means people will no longer take Computer Science degrees - there won't be any money in Computing because of all the free software, so software will suffer a brain drain.

    Hmm, seems you are wrong on that account too.

    * both are increasingly being discredited and look to be all but dead - companies are abandoning Linux development, people are finding out that the quality of Linux is very low - distributions like RedHat and Mandrake are very poorly tested; furthermore, they are finding that the makers of the poor quality software cannot be held to account - since it free, you can't complain when you find out it isn't very good.

    beside the point. if something is broken, someone will fix it. almost all _stable_ versions of OSes are as they claim, stable. its just that most people like too have the latest features...

    * both seem to believe that making money is bad, and have successfully indoctrinated many people with the idea - something anyone would see is wrong.

    making money is good, making commercial software is ok too. making free software is fun. jeez,.. lighten up, have a beer.

    --
    I have a cool sig too.
  106. Re:KDE perty? by SCHecklerX · · Score: 1

    They were heading in the right direction with functionality...but they've totally screwed that up too.

  107. Linux is supposed to be popular? by Cyno · · Score: 1


    Linux, like most unix OSs, was designed for functionality, not ease of use. Why does the average Joe User continue to complain endlessly that they don't understand or can't use the awesome functional capabilities of Linux when all of the freakin' documentation is installed by default for every distribution I have encounterred in /usr/doc and /usr/src/linux/Documentation.
    The average Joe User is lazy and pathetic and should not flock to the popular OS without learning a bit about it before hand. Linux was written by the people, for the people. If you can't make it work for you, then you are plain stupid!

    Just my rant...

  108. kde.com???? by Leimy · · Score: 1

    shouldn't those links be kde.org? This may be your problem. Please check your links before you send them in as a story.... Dave

  109. Re:So? by HunterD · · Score: 1

    Personally I would say Microsoft = Corperatism, Open Source = Something that wasn't really described by 19th century philosophers.

    Open Source has strong elements of both capitalism and communism.

    It's communist in nature, because it creates stuff that is in the end owned by everyone. That is really where it's similarities to communism end.

    It's capitalist in nature, because it is VERY competetive (KDE/GNOME, VI/EMACS, BSD/LINUX, PERL/PYTHON), but instead of just competeting for dollars, the people involved are competeting for a more valuable resource - mind share. It is deffinitly also a 'best product wins' scenario - which is strongly capitalistic.

    Communism had some efficiency because it was better at allocating resources then some previous models (such as fudalism), but because people had no real incentive to work (other then the mythical good of the whole) it turned out to be way more inefficient then capitalism. Also, since there is by necessity a central authority that determins what is created, and what is consumed - it makes it very hard for things to compete - which also leads to inefficiency, because the bad is not effectivly weeded out.

    Capitalism is more efficient then communism in most ways because it forces people to be effective, or be left behind. it also promotes competetion - which weeds out the chaff. On the other hand, capitalism promotes 'trade secrets', and so the state of the art is held back in may ways, because people are not as easily able to 'stand on the shoulders of giants' as they may be in other systems. So far, this has been a small price to pay for capitalism's benefits.

    The problem here, is that all these systems are based upon scarce resources. If you instead have resources (like software) that do not lose value as people use them, you are allowed a new paradigm, that was not possible in the 19th century to predict.

    Open Source may well be the echos of a new model. One that draws upon the strengths of multiple systems. From Communism, we get the benefit that work does not have to be duplicated many times over (buy in large, it appears that Open Source seems to collapse into 2 major projects, with perhaps a half dozen minor projects that are mostly for experimentation's sake). From Capitalism, we get competetion (Anyone who wants to argure that there is no competetion in open source need just read /. for a week or two), and we also get motivated people (because most projects are based upon merit - so only motivated individuals need apply & also there IS an opportunity to make money, and lots of it - you just have to be more creative then - lets make 500,000 of this widgit, and sell them!)

    It is for these reasons, that I think this argument is moot, because Open Source draws upon the strengths of both the capitalistic and the communistic models.

    --
    - The unexamined life is not worth leading -
  110. Re:MS Blending by Cid+Highwind · · Score: 1

    Logging out: a comparison
    MS Intuitive Interface(tm):

    *click* "Start"
    *click* "Shut Down"
    *click* "Close all programs and log in as new user"
    *click* OK

    Linux:

    *click* (anywhere on the desktop, not just a 16x64 box in one corner of the screen)
    *click* "log out"

    Which makes more sense to you?

    --
    0 1 - just my two bits
  111. Questions by flynt · · Score: 1

    I use Win2k so I never have to worry about this stuff. Could someone tell me what these terms mean? Just curious...

  112. Re:Butt Ugly by Kiro · · Score: 1

    Au contraire, KDE2 with the default theme and the hi-colour icons looks as crispy as Gnome

    --
    Kiro

  113. KDE + Gnome by scotch · · Score: 1
    This might be slightly off-topic, but ....

    I've finally achieved peace in this never ending war of limited mindshare - I've configured my desktop, which includes two monitors, two run Gnome and KDE simultaneously. That's right, I've got KDE running on one monitor, X display *:0.0, and Gnome running on the other *:0.1. This might seem like a huge waste of memory and resources to the casual reader, but this turns out to be the best solution I have found after over a year of flip-flopping between the two desktop environments.

    If Only...

    If only Gnome had a descent native web browser like konquerer - that kicks ass!

    If only konquerer would remember how funking big I want the browser every time I start it up - this is an issue with a dual head setup

    If only KDE would support multiple panels that weren't so clunky

    If only KDE and Gnome would use the same sound daemon so I could use both at the same time - KDE uses kRTs (or similar), and Gnome uses esd - I have to blame KDE on this one esd is desktop independent

    If only Gnome had a decent MUA - KDE had kmail which is passable, and a lot better than the Gnome equivalent

    If only KDE didn't think they needed to reinvent every piece of software written for X under the sun - come on, do you really need to write your own screensaver, with both xscreensaver and xlockmore out there?

    Why can't you guys just get a long?

    In the meantime, I'll run two Desktops on two monitors - at least X support cut and past of text between the two - how's that for interoperability?

    --
    XML causes global warming.
  114. GNU == socialism == good by santeri · · Score: 1
    How many people who support free software support communism?

    Count me in.

    >the products made by Communists were, and are inferior in build and technology

    Not true on all counts. Soviets were first in space, remember?

    Although I really don't see any nation thus far being really communist or socialist, they've all fallen to various pitholes on the way up and failed to reach that goal.

    It promotes laziness because people are given money whether they do a good job or not. I don't see what this has to do with free software.

    This sounds exactly like what's happening with dot-coms of the world. And you know what, some of them are using free software (scary thought, I admit).

    There you go.

    ______________

    --
    ______________
    OTTERS RULE.
  115. KDE perty? by Drakh · · Score: 1

    KDE could need a little beautification, it looks like pigvommit at its present state. Of course, looks aren't everything, try to make something that looks good and is functional all at once.

  116. All is well by santeri · · Score: 1
    Sounds like Linux to me, not there is anything wrong with that, lets just call a spade a spade.

    I don't know about the exact likeness of GPL and communism (should re-evaluate the license text with Marx on hand someday), just that IMHO both are good and dandy.

    Not that there's anything wrong with BSD, too.

    ______________

    --
    ______________
    OTTERS RULE.
  117. Re:So? by santeri · · Score: 1
    Capitalism is more efficient then communism in most ways because it forces people to be effective, or be left behind. it also promotes competetion - which weeds out the chaff. On the other hand, capitalism promotes 'trade secrets', and so the state of the art is held back in may ways, because people are not as easily able to 'stand on the shoulders of giants' as they may be in other systems. So far, this has been a small price to pay for capitalism's benefits.

    Not to be picky or anything as your thoughts were generally very plausible, but this price we are paying for the benefits of capitalism is not small. Not even bearable.

    20th century capitalism and the failed tries at socialism/communism (none succeeded IMHO) are the reasons why the whole world is on its death spirale as of now. So, the ideology behind corporatism needs to get the boot.

    ______________

    --
    ______________
    OTTERS RULE.
  118. MS Blending by kazzuya · · Score: 1

    Nice feature from Win2K.. really must have.. ..really must copy Windows all the time ? Just after FVWM2 most window managers started copying Win95 GUI (sure nothing original but they way it's assembled and they way it generally looks can be granted to the MS R&D).
    I still think it's kind of sad that whether it's a design feature or just a looks feature we are still after MS.

    bobo

    1. Re:MS Blending by rebelcool · · Score: 1

      heh so you're saying linux (i assume you mean some GUI flavor), is superior because you dont have to click a box in the corner. And it takes 1 less mouseclick. Hah. If this is the best argument to present against MS's interface in comparison to some flavor of linux... no wonder 90% of the world still uses windows on their desktop.

      --

      -

  119. No one mentioned gdk-pixbuf by Nadir · · Score: 2

    gdk-pixbuf, which is already included in Gnome, and is part of the upcoming Gtk+ 1.4, has done alpha blended pixmaps for quite a while.
    --
    The world is divided in two categories:
    those with a loaded gun and those who dig. You dig.

    --
    --
    The world is divided in two categories:
    those with a loaded gun and those who dig. You dig.
  120. goatse.cx link by paranoid.android · · Score: 1

    D'oh! You again!
    ***

  121. Pretty Icons, but.... by solios · · Score: 1

    Swap the cute little KDE throbber for the ubiquitous "E" and, um.... it looks like Windows. It's pretty, but how is this a Good Thing? KDE and Gnome both handle a lot like Windows Explorer, and no amount of flash, however nifty it looks, is going to change the inherent clunkiness of an Explorer ripoff.

    Anyone interested in laying aside prettiness for a bit and actually concentrating on >functionality ? I stick with the MacOS for four very simple core reasons:

    1. Global location of File / Edit / View / etc. - whatever app I run, they're all there, they're all in the SAME DAMNED PLACE. Yeah.

    2. The Control Strip. You can flame me for being a Mac boy, but this is a biggie. I have the controls for energy saving, battery life, file sharing, my web connection, quicktime, sound, my CDROM drive, and monitor resolution/depth on a quick-access strip that can be hidden with a keystroke. Basic system preferences available in the open without having to dig through *anything*.

    3. Pop-up folders. I can keep the folder "Bork", where "Bork" is, for example, "hard drive/devcontent/sites/bigsite/images/processed/re ady/Bork" at the bottom of my desktop at all times, without ever having to dig for it.

    4. The ability to "hide" an application. NOT minimize it. NOT collapse the window. HIDE the thing so that it's only visible from the Finder menu. Out of sight, out of mind.

    Excepting item one, it seems that MacOSX has dropped these critical features... they are perfect functionality enhancements that I have yet to see anywhere else because, apparently, Microsoft didn't rip them off first.

    Howzabout some innovation, instead of redoing something someone else has already done?

    1. Re:Pretty Icons, but.... by gattaca · · Score: 2
      errm, I'm confused.
      You start off by saying that [it's] an Explorer ripoff and that's a bad thing. You then go on to say how much you like a Mac interface, and that something that worked more like a Mac would be a good thing.
      Your last sentence is Howzabout some innovation, instead of redoing something someone else has already done?

      Forgive me if I'm misrepresenting you by paraphrasing... Isn't making a GUI work a bit like insert your favorite GUI here redoing something someone else has already done.

      I agree with your point though, whatever system you use, faffing around to get it to feel like the one you would like to be using is a pain in the backside and best to be avoided. As I said in a different post, if you're trying to persuade people to trust and use something new, making it behave and look like something that they are familiar with may well be a good thing to do.

      Dropping features you like - rather than turning them off, is clearly a mistake because if someone else gives you those features you're going to go with them. My main point is different though - it's what the default should look like. Themes and L&F allow you to offer a 'look like a new mac but with the cool bits from the old mac' functionality with one click.

  122. Re:On an offtopic note, but relevant by Richard+Wakefield · · Score: 1

    http://www.ece.uiuc.edu/ece291/mp/mp4/ablit.html should give you a decent idea of what Alpha Blending can do, why you would want to use it, and how you might go about coding it (using MMX even! :)

    --
    "You can represent this entire problem as a 3x2 matrix"
  123. Re:So? by dhuff · · Score: 1
    Some look at pretty pictures and oogle, others look at the underlying infrastructure and marvel.

    And the great thing is that, with each rev. of KDE, we get more of both. ;)

    Blatant plug: Get yer Konqi/KDE logo goodies right here - all profits donated to the KDE Project.

  124. [OT] Re:slashdot needs to mirror stuff by Erasmus+Darwin · · Score: 2
    I imagine there are some real legal and technical issues to be worked out before a mirroring system could be implemented.

    One possibility for the legal problems would be to cook up a standard for automatically providing permission for other people to cache a site, similar to how a robots.txt works for spidering. The iffy part would be figuring out what the default behavior would be in the absence of a 'cache.txt'.

    Even nicer would be a distributed group of authoritative servers where cached copies could register themselves. Those servers could also serve as authorities to provide hashes of the mirrored files, allowing clients to automagically verify that a given cached copy is legit.

    Although I suppose to a degree, such a project would be reinventing freenet. On the other hand, it'd be simpler to implement since you wouldn't be worrying about anonymity issues, as much.

  125. On an offtopic note, but relevant by BluedemonX · · Score: 2

    1) Any alpha-blending code out there for us graphical newbies who want to see how it's done?
    2) Second, has EFM been released as a .deb yet?

    --

    --- Jump!! Fire!! Bullet time!! - Lego version of the Matrix
  126. Re:So? by gdiersing · · Score: 1
    b : a system in which goods are owned in common and are available to all as needed

    Neither the definition, nor my comments said you would be commanded to forfeit the use of your computer or your OS. The fact of the matter is, if someone wants a copy they can get one (read - a good that is common and available to all that need it), and don't argue that not everyone has access to the internet and therefore it's not available to all, since people who don't use or have access to a computer (with a burner if you are an ISO collector as I am) would even want the item.

    I was merely providing Webster's definition of communism since there seemed to be some doubt to what the word meant. You are correct, the OS wars are not a political one (well, MS's court case might be), but Linux has a communistic idealogy (again, not that there is anything wrong with that, I like free software as much as anyone). The problem is people relate the word communism with the Evil Empire (USSR), the same way people relate socialism with the Third Reich, but most of the Europe and Canada are functioning quite well with goverments that can only be described as socialistic (which I believe is the best form of goverment anyway).

  127. kde "innovations" by sfraggle · · Score: 1

    Am I the only one who thinks that this idea of icons that show the file contents is really stupid? Firstly, If I want to see whats in a file, i'll look at the filename or open it up. Secondly, it looks ugly. KDE has gone beyond the point of useless eye candy that slows your system down to useless ugly crap that slows your system down.

    --
    were you expecting to see a sig here? perhaps you'd rather see the inside of an ambulance!
  128. Re:Butt Ugly by f5426 · · Score: 1

    Bababooey to you. "what Win3.11 would have looked like had the Germans designed it". lol.

    You made my day. Thx.

    Cheers,

    --fred

    --

    1 reply beneath your current threshold.

  129. Re:So? by moogla · · Score: 4

    *groans*

    I'm a CS major. A lot of us Linux users are. We hate not knowing how the NT kernel works. We hate paying thousands of dollars and signing non-disclosure agreements just to take a peek. Linux is an attempt to do it all over. And guess what? It's doing a damn good job, considering that it's practically reverse engineering (minus any BSD stuff). Linux==communism? Hardly. Linux is the means to an end. I think the vendors who see it destined for a desktop market, etc. are disillusioned. It's bringing the Unix environment home. How do you think I learned Solaris (Sys V)? Training courses? Innovation? Here's innovation for you: Kernel modules (no reboots!) Proc filesystem Clone syscall interface ...there's probably a lot more but I don't want to misrepresent. Also, do not confuse Linux (the kernel) with GNU's entourage (compiler, libraries, tools, etc.) and XFree. The distributions put these together. Talk to them about packaging innovative windowing systems.

    --
    Black holes are where the Matrix raised SIGFPE
  130. Well, Matrox cards are the best thing you can get by Moritz+Moeller+-+Her · · Score: 1

    all the other cards are crap on X. Sure nvidia is faster in GL. But how often do I play quake 3 or sof? And how often would I be annoyed that the crappy nvidia binary driver causes loads of problems that will never be fixed?

    I couldn't watch tv without the nice hardware scaled screen my matrox cards draws. Excellent.

    And I play quake3 with full settings (well 16 bit colors) at 1024x768. Good enough for me.

    Now this. My advice: Always buy the card the X developers like. Happens to be Matrox MGA :-)

    --
    Moritz