Slashdot Mirror


Bruce Perens On Combining GPL and Proprietary Software

jammag writes "Combining GPL and proprietary software is ever more common, especially in the world of embedded devices like cell phones. But the question is: how to combine them legally. As sticky as the issue is, there is an answer, as self titled "open source strategic consultant" Bruce Perens explains. The proper procedure entails fully understanding what type of open source software you're using, and knowing why you need to combine these disparate licenses. The problem, he notes, is that many companies don't know or care about doing this legally. 'They're used to just "clicking yes" with no regard to what they're committing themselves and their company to.' Hopefully Perens' guide can be read by more company execs — resulting in fewer lawsuits going forward (but we're not holding our breath)." update 21:31 GMT by SM: Bruce wrote in to make sure we knew he was not a lawyer, even though he is weighing in on a legal issue; updated to reflect.

44 of 218 comments (clear)

  1. Hi by Bruce+Perens · · Score: 5, Informative
    I'm here at my desk, if anyone has questions :-)

    Bruce

    1. Re:Hi by starling · · Score: 2, Interesting

      Any comments about the applicability of the LGPL? It used to be very popular in embedded systems.

    2. Re:Hi by CRCulver · · Score: 4, Funny

      Impostor. A true Bruce Perens would not have a Slashdot user ID as absurdly high as 3872.

    3. Re:Hi by Anonymous Coward · · Score: 3, Funny

      Are you saying that this linux can run on a computer without windows underneath it, at all ? As in, without a boot disk, without any drivers, and without any services ?

      That sounds preposterous to me.

      If it were true (and I doubt it), then companies would be selling computers without a windows. This clearly is not happening, so there must be some error in your calculations. I hope you realise that windows is more than just Office ? Its a whole system that runs the computer from start to finish, and that is a very difficult thing to acheive. A lot of people dont realise this.

      Microsoft just spent $9 billion and many years to create Vista, so it does not sound reasonable that some new alternative could just snap into existence overnight like that. It would take billions of dollars and a massive effort to achieve. IBM tried, and spent a huge amount of money developing OS/2 but could never keep up with Windows. Apple tried to create their own system for years, but finally gave up recently and moved to Intel and Microsoft.

      Its just not possible that a freeware like the Linux could be extended to the point where it runs the entire computer fron start to finish, without using some of the more critical parts of windows. Not possible.

      I think you need to re-examine your assumptions.

    4. Re:Hi by Bruce+Perens · · Score: 5, Informative

      Any comments about the applicability of the LGPL? It used to be very popular in embedded systems.

      LGPL, especially the current LGPL3, is a good license to use when you want people to combine your work with proprietary software, and software with incompatible licenses in general. Sometimes you don't want this. My latest (unannounced) product is dual-licensed, so I need a "modifications must be free software" license like GPL or GPL3, so that the proprietary folks have an incentive to buy a commercial license. That way, I get to provide Free Software to folks who want to make Free Software with it, and commercial license fees from the folks who don't want to make Free Software pay for me to do it.

      Bruce

    5. Re:Hi by morgan_greywolf · · Score: 2, Informative

      Bruce was actually one of the most vocal advocates of the LGPL license back when he initiated the UserLinux project. The main reason UserLinux had picked GNOME and GTK as the primary desktop and GUI toolkit for UserLinux revolved around GTK's LGPL license (Qt was not available under this license at the time)

    6. Re:Hi by Peaker · · Score: 2, Interesting

      What constitutes derivative works of GPL'd code?

      Why is it that using a code's API makes something derivative work, but using a program's CLI is non-derivative work, and even allowed to be non-GPL?

    7. Re:Hi by osu-neko · · Score: 2, Informative

      A lot of us read /. for quite a while before deciding to actually sign up...

      --
      "Convictions are more dangerous enemies of truth than lies."
    8. Re:Hi by Greyfox · · Score: 4, Informative
      Early on a lot of us were quite happy posting as Anonymous Cowards and only made user IDs so we could filter Jon "Columbine" Katz out. If Bruce's snapping point was after the second or third story and mine was only after that fucker managed to draw a parallel between a video game and the tragedy at Columbine, it would explain both why his user ID is so high and why mine is that much higher.

      Eventually Jon Katz stories were found to be against the Geneva Convention, which is why there is no longer an option to filter him out. It's actually illegal to post a Jon Katz story now. They were going to use them at Gitmo for a while, but Dick decided that was a little too evil. They went with shocking guys' junk with jumper cables instead.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    9. Re:Hi by Creepy · · Score: 2, Informative

      That is essentially what Linux and gcc are - if you make changes to them, you need to abide by the GPL for those changes, but they have an exception so that if you, say, build software with gcc and run it on Linux, you can do so commercially if you want to. For example, if you modify the Embedded Linux kernel to add a GSM stack, you need to release the source, but if you create the GSM stack as part of a standalone library or kernel plugin (like a modprobe driver), you don't.

      In general, if you use any GPL license, you need to provide ALL source for your application unless it has an exception. GPL can be applied to libraries applications and plugins (but only as long as the parent application has the same license - in this case GPL)

      LGPL allows a library to be linked dynamically with an application without requiring the application to provide source code. It applies ONLY to libraries and plugins to that library if the library itself is also LGPL (and you can't legally create an LGPL plugin for a proprietary app, which was brought up during vetting of the latest LGPL). LGPL explicitly forbids creating and using static libraries and the older LGPL 2 almost certainly forbids NeXT/Mac embedded frameworks (they are dynamically linked, but they would likely violate the license because they are technically part of the application bundle and not a separate library) - this was disambiguated in LGPL 3.0.

      BSD is sorta free - if you use older code or license (pre-1999) as a basis, you will still be restricted by the BSD-old license requiring you to acknowledge the product contains software developed at UC Berkeley in all advertising materials.

      zlib/libpng is another nearly restriction-less license - as long as you don't say you wrote it when you did not, don't remove the notification from the source, and add a notification that you've changed the source if you did, you can use it any way you want to.

    10. Re:Hi by Bruce+Perens · · Score: 2, Informative

      What constitutes derivative works of GPL'd code?

      Copyright law does not say. Indeed, most of copyright law was written before software and it doesn't necessarily make sense in the context of software.

      So, you can not rely on an API being a reliable boundary between one piece of software and another, except if you use GPL3. FSF has actually provided you a way to reliably use an API as a boundary. This is contrary to those bad things other posters were saying about FSF. The API has to be a full open standard.

      Bruce

    11. Re:Hi by TheRaven64 · · Score: 2, Interesting

      LGPL2 is a problem for embedded systems too. It contains a requirement that the end user must be able to replace the version you distribute. I would be very surprised if there isn't some LGPL'd code in the AppleTV violating this license.

      --
      I am TheRaven on Soylent News
    12. Re:Hi by Bruce+Perens · · Score: 3, Interesting

      The BSD license is GPL compliant, and you can link BSD and GPL code together. It's only licenses that make restrictions that the GPL does not make which are incompatible. The problem with allowing restrictions that the GPL doesn't make is that at some point you get enough restrictions it's not Open Source / Free Software any longer. While you can trust a license to always say the same thing, OSI has not always said the same thing and doesn't promise to do so in the future. So, "any OSI approved license" could be anything at all, at some time in the future.

      Bruce

    13. Re:Hi by Bruce+Perens · · Score: 4, Informative

      No problem. But let me explain what I think the real situation is when you link BSD and GPL stuff together. Say you do so. You then continue to accept BSD-licensed modifications to your program, and operate in general as a BSD-licensed project. So that you can grant to others all of the rights that they expect from BSD-licensed software, including the right to link in software under GPL-incompatible licenses, you put a note somewhere that developers will notice. The note says "IF YOU ADD SOFTWARE UNDER A LICENSE THAT IS NOT GPL-COMPATIBLE, YOU MUST REMOVE LIBREADLINE."

      This, IMO, is not a big deal for a BSD project. You can't combine GPL software with just anything, and this has not changed because the GPL software was linked with some BSD software.

      The situation is different if the GPL software is a critical part of the program that can't be removed easily. But that is not libreadline. And I would not expect a BSD project to put GPL software in that role.

      If you want to talk about one-sided situations, I'd point first at the situation in which proprietary software developers use BSD code without giving anything back. The GPL is intended to prevent just this sort of situation.

      Thanks

      Bruce

  2. Commitments? by paulhar · · Score: 2, Interesting

    > no regard to what they're committing themselves and their company

    Most employees aren't legally empowered to commit their company / organisation to anything. They don't have the authority to sign contracts on behalf of the company / organisation.

    1. Re:Commitments? by Bruce+Perens · · Score: 5, Insightful

      Most employees aren't legally empowered to commit their company / organisation to anything. They don't have the authority to sign contracts on behalf of the company / organisation.

      Yes. But "my employee did this, and he didn't have authority to do so" hasn't worked very effectively as a defense regarding software license violation and copyright infringement - or anything else. Or those BSA audits would have turned out differently, etc. Ultimately, the stockholders and management are responsible for what the company does even if they are so out of control that their employees do stuff without being instructed to :-)

      Bruce

  3. Re:Bruce Perens? Why Would Anyone Care About Him? by MediaStreams · · Score: 3, Funny

    "An "Ask Slashdot" with the goatse guy would be more enlightening to read."

    LOL, he certainly has had a tremendous and lasting impact on Slashdot. I would love a interview with the guy. Does he use Linux or Windows? BSD or GPL for his open source projects? We've all gotten insight into one side of him. It's long over do to learn about the other.

  4. Header files by hobbit · · Score: 3, Interesting

    Can you #include header files from GPLed code in proprietary code?

    --
    "Wise men talk because they have something to say; fools, because they have to say something" - Plato
  5. Malice or stupidity? by JustinOpinion · · Score: 2, Interesting

    They're used to just "clicking yes" with no regard to what they're committing themselves and their company to.

    This is a very subjective question for you to answer (so feel free to say "I'd rather not speculate"), but my question is: When these companies disregard the license, is their primary reason for doing so stupidity or malice? Is it usually because someone mistakenly thinks "hey, this is available online so I can do whatever I want with it" or is it more along the lines of "no one will ever catch me, so I'm just going to grab this code."

    In any case, thanks for all your hard work for the community!

  6. Re:Execs aren't going to read this by Bruce+Perens · · Score: 4, Interesting

    When I visit a company to help them develop their Open Source strategy, I schedule a 50-minute talk for the top execs and the head of legal. This talk tells them what I am doing with the middle management, gives them some anti-propaganda to reset their opinions and expectations about Open Source, and establishes who I am working with in the company so that when they have issues about Open Source they know where to go.

    That's about all I can get out of the top execs. But I get a lot of attention from the middle management folks who actually do the work.

    Some of the recent lawsuits have got their attention. But what it often does is cause them to put a "no open source" clause in their default supplier contract. I signed a contract with a big phone company that promised I would not give them any Open Source! Of course, I was giving them advice.

    Bruce

  7. Re:Tried and failed by Bruce+Perens · · Score: 4, Informative

    The FSF were the wrong folks to do this with, because they do not want to help you make proprietary software. I will help you make both Free and Proprietary if you wish, and I'll make sure they don't get mixed in a harmful way. I charge for the service - I've got to make a living. You also need an attorney, if you don't yet have one. Part of the time I'd be working with your attorney, and part with you.

    Bruce

  8. Re:easy answer by Bruce+Perens · · Score: 4, Interesting

    The easy answer to the problem: don't redistribute whatever it is you make.

    It sounds easy, but it is actually very difficult to keep from distributing. You see, a distribution is a transfer between any two legal entities. So, for example, you hire a consultant and give him a copy of the software. Then you decide not to use the consultant any longer. He's annoyed, and he asserts his GPL rights on your entire product, and distributes it. You go to sue, and the copyright holder of the GPL piece gets involved and makes a case that you don't have the rights you think you did. Your NDA does not apply to GPL software because GPL prohibits you from adding incompatible terms.

    In some cases, transfer between divisions, especially partnerships with one or more additional firms, are distribution. So, in practice, I think that purposefully not distributing is too difficult to do reliably. It also does not work against Affero GPL3. If you perform that as a service, you have to give up the source code.

    So, it is much easier to keep your software separate as I advise.

    Thanks

    Bruce

  9. The silly multi-processor workaround by Anonymous Coward · · Score: 5, Interesting

    (AC because I work on what I'm talking about, and this problem hampers me continuously, at my current job and all previous).

    I am dismayed that this is a possible loop-hole to the GPL. There is a very real examples of this today: the T-Mobile G1, and its slightly-unlocked Developer handset counterpart.

    The trouble is, these devices are completely unusable without the binary blob loaded into the other processor. A lot of the functionality is still inaccessible, and worse still the manufacturers can get away without even providing a data sheet. Even worse still - these devices can be totally locked down, signed, and remove the ability to replace the GPL parts.

    It's self-reinforcing, too. The ARM9/ARM11 split (in this specific case) is an increasingly inefficient thing to do, as ARMs are very good at low latency response (FIQs), and the partition is NOT as simple as multiple processors. In the Qualcomm MSM7200 part used in the vast majority of handsets (including the G1), it's another core and they share RAM and all peripherals. There's an awkward memory partition that has to happen, and that's inefficient use of memory. There's a duplication of ARM pipelines and caches. It's not as efficient as people would have you believe.

    In short, it's a bad use of hardware resources just to work-around licensing.

    I hold out little hope that manufacturers will provide access to radio layers, unlock devices, and generally provide data sheets so long as the "it's on another processor" work-around is an acceptable solution. Perhaps market forces will change their mind as soon as one big player decides that the hardware cost is no longer worth it. Perhaps not.

    To be honest, though, I'm slightly happier that there is the workaround and we can see GPL software in handsets, rather than nothing at all.

    Are you actually happy with this solution (or only somewhat happy, like me!), or is it just a recommendation?

    1. Re:The silly multi-processor workaround by afidel · · Score: 5, Interesting

      Actually that split has to do with licensing, they are legally required in most jurisdictions to ship ONLY the tested and certified configuration with no (reasonable) possibility of end user reconfiguration. This is true in the US even for the unlicensed ISM bands, I imagine the licensed bands have even more strict confines if not from the licensing authorities then from the telco's who have to maintain their network.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    2. Re:The silly multi-processor workaround by Bruce+Perens · · Score: 4, Insightful

      GPL3 fixes this for the GPL part. Which is one reason I take GPL3 seriously for my own work.

    3. Re:The silly multi-processor workaround by Tweenk · · Score: 2, Interesting

      Standard telco / WiFi manufacturer FUD... The responsibility to obey FCC regulations rests on the user of hardware, not on its manufacturer. There is no FCC-mandated obligation to lock down hardware. This is pure blithering bullshit from hardware companies that use this lie as an excuse not to publish datahseets, lock up functionality in binary blobs, lock down devices, break GPL (if not legally then at least in spirit), and generally be total assholes.

      --
      Those who would give up liberty to obtain working drivers, deserve neither liberty nor working drivers.
    4. Re:The silly multi-processor workaround by Bruce+Perens · · Score: 2, Interesting

      In general, FCC does not license manufacturers to sell transmitters until FCC issues a type approval. The purpose of the type approval is to assure that the device would not radiate unlawfully. There are a few exceptions: you can build your own equipment in the Amateur (ham radio) service, and I think some Part 15 (low power unlicensed) equipment.

      Bruce

    5. Re:The silly multi-processor workaround by afidel · · Score: 4, Informative

      15.204(b) - A transmission system consisting of an intentional radiator, an external radio frequency power amplifier, and an antenna, may be authorized, marketed and used under this part. However, when a transmission system is authorized as a system, it must always be marketed as a complete system and must always be used in the configuration in which it was authorized. An external radio frequency power amplifier shall be marketed only in the system configuration with which the amplifier is authorized and shall not be marketed as a separate product.

      This part has been interpreted by the lawyers as including the software of the system since it includes things like the ability to boost the power on the internal amp beyond the tested and certified configuration in most cases. I believe ETSI has similar language.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  10. Re:IANAL by Bruce+Perens · · Score: 5, Informative

    Does anyone know why we always give those "IANAL" disclaimers?

    In the United States, it is not legal for anyone but an attorney whom you have retained, and who is admitted to the applicable Bar Association, to give you legal advice. Thus, people like me make clear that they are not attorneys, and that our advice, although it concerns the law, is something less than legal advice. It's your responsibility to check it out with your lawyer. I would be happy to talk with your lawyer, too.

    Bruce

  11. Re:Bruce Perens? Why Would Anyone Care About Him? by DoofusOfDeath · · Score: 2, Funny

    LOL, he certainly has had a tremendous and lasting impact on Slashdot. I would love a interview with the guy.

    If even he says that Linux is a pain in the ass to use, my advocacy days are over.

  12. GPLSoftware in Consumer Products by rwwyatt · · Score: 2, Insightful

    In order to get my employer to move in the direction of Open Source, I provided research to show that closed source isn't free of litigation either.

    In fact, our chipset supplier ran into trouble with closed source software which still lead to a cease and desist order requiring a class A Change

    I do believe the GPL does need to be re-written in a far less verbose manner as many executives still do not understand it.

  13. Re:easy answer by Bruce+Perens · · Score: 2, Informative
    You thought it was a joke. But I hear it sincerely from people in big companies. Thus, I had the explanation ready.

    Thanks

    Bruce

  14. Two processors by Hatta · · Score: 2, Interesting

    I don't understand why you need 2 processors to combine proprietary and GPL code. Anything that can be done on two processors can be done on one processor at half the speed. So obviously, you don't need 2 processors.

    So maybe using 2 processors makes it easier to combine proprietary and GPL code. Why and how? Are you arguing that code that runs on processor A can not possibly be a derivative work of code that runs on processor B?

    --
    Give me Classic Slashdot or give me death!
    1. Re:Two processors by starling · · Score: 2, Insightful

      Two processors are used regardless of the licence. It just makes things easier from a hardware perspective to have one processor dedicated to the phone network functions and another to the UI and assorted programs.

  15. Re:GPLSoftware in Consumer Products by Bruce+Perens · · Score: 4, Interesting

    I do believe the GPL does need to be re-written in a far less verbose manner as many executives still do not understand it.

    Some folks have written GPL equivalents without the preamble. They've not become popular. The problem these days is not really the GPL. It is that there have been thousands of meaningful court cases about software creating precedents helpful or harmful, and there is a lot of rather pernicious legislation like DMCA. So, we have to craft a license that will protect us from a tower of existing legal paper higher than I can figure. The fact that you can still read it in one sitting is pretty impressive. If you read the findings in recent court cases, especially the appeal in the JMRI case, it's pretty clear that judges like the GPL. And that's what we really need. If it doesn't protect you in court, why is it there at all?

    Bruce

  16. Re:IANAL by DoofusOfDeath · · Score: 2, Interesting

    Does anyone know why we always give those "IANAL" disclaimers?

    In the United States, it is not legal for anyone but an attorney whom you have retained, and who is admitted to the applicable Bar Association, to give you legal advice.

    How far does that go? I mean, in the extreme, wouldn't that mean it's illegal for a cop to tell kids that they need to obey the speed limit?

    I guess what I'm asking is what rules, if any, prevent that (absurd) example from being actually illegal?

  17. Re:when nuns attack by CarpetShark · · Score: 2, Funny

    That would be a zombie president. I thought we just tried that.

  18. Dual licensing is good by EmbeddedJanitor · · Score: 3, Interesting
    We use dual licensing too: GPL2 or get a commercial license if you want to use it in non-GPL environments.

    While the GPL purists might balk at this, it does make the product usable elsewhere (more usage == more testing == good for everyone) and also provides a revenue stream to help further development (good for everyone).

    Being practical is far more important than being purist.

    --
    Engineering is the art of compromise.
  19. Re:IANAL by Bruce+Perens · · Score: 3, Interesting

    How far does that go? I mean, in the extreme, wouldn't that mean it's illegal for a cop to tell kids that they need to obey the speed limit?

    There's a good explanation in Wikipedia:

    In the common law, legal advice is the giving of a formal opinion regarding the substance or procedure of the law by an officer of the court (such as solicitor or barrister), ordinarily in exchange for financial or other tangible compensation. Advice given without remuneration is normally referred to as being pro bono publico (in the public good), or colloquially, pro bono. Legal advice is distinguished from legal information which is the reiteration of legal fact. Legal information can be conveyed by a parking meter, sign or by other forms of notice such as a warning by a law enforcement officer. Printed legal materials, such as directions and how-to manuals, are generally not considered legal advice. Accordingly, directions on how to fill in a motion form and other court documents do not constitute legal advice.

  20. Re:GPLSoftware in Consumer Products by Bruce+Perens · · Score: 4, Informative
    JMRI's web site has the findings in the JMRI case. Very educational reading. Groklaw has a lot of this stuff for relevant cases.

    Bruce

  21. Re:easy answer by rtechie · · Score: 2, Insightful

    So, for example, you hire a consultant and give him a copy of the software. Then you decide not to use the consultant any longer. He's annoyed, and he asserts his GPL rights on your entire product, and distributes it. You go to sue, and the copyright holder of the GPL piece gets involved and makes a case that you don't have the rights you think you did. Your NDA does not apply to GPL software because GPL prohibits you from adding incompatible terms.

    What are the realistic odds of this actually happening?

    Let's get real here for a minute. Virtually every legal case is decided by who has the most money to hire the most lawyers. So most legal "battles" are only between evenly-matched opponents, which is not the case you describe above. In reality, the company would threaten the consultant and because they have more resources the consultant would quickly back down.

    No, the only credible legal case we're likely to see (and have seen, I've followed this) is a company that uses combined proprietary/GPL code and then a rival copies their product whole cloth (maybe changing a few logos here and there) and then starts selling it claiming that "GPL infection" means the original company can't assert copyright. THIS is the scenario most companies are concerned about.

  22. Re:easy answer by Bruce+Perens · · Score: 2, Interesting

    You can develop a modified version for your consulting customer under an NDA in which you agree not to distribute your then-proprietary modification, because (in theory) you are not giving the customer any GPL software, only stuff that is proprietary at that time. But if either party gives the other BOTH the GPL software and the modification, together, then the NDA doesn't apply to that transfer and the whole thing is under the GPL.

    In FSF's place I would not have given such a pat answer. I think this is harder to comply with in practice than they make it appear.

    Bruce

  23. Re:Bruce Perens? Why Would Anyone Care About Him? by Bruce+Perens · · Score: 3, Informative

    My web presence is driven mostly by an account at Dreamhost, a nice net hosting company that runs Debian and charges very little. I also have a cheap ($30/month) dedicated server at corenetworks.net also running Debian, which currently runs the one application that wouldn't work at Dreamhost because I need to run my own server on a low-numbered IP port.

    There are 3 workstations in the house, and one server. The upstairs workstation that Valerie and I use, and my office workstation downstairs and the server are running Debian. There is an HP Ethernet connected scanner/printer that connects to Samba on the server for storing scans and prints using IPP from CUPS. There is an old machine running XP that is only for Quicken, and TurboTax once a year, and for the situations once in a while where I have to see how web sites look in IE or programs run on Windows. I could probably host Quicken on Linux with Wine or Codeweavers, which would leave only Turbotax (which doesn't run for long enough each year for Codeweavers to support it).

    My main laptop is an Acer Aspire One running Debian, with two 8-hour batteries and its original 3-hour battery. I fly a lot. I have a PowerMac laptop that someone gave me, for testing how things look or work on Macintosh, but it's not seen any work yet. There is an older laptop hanging around, and I just gave 5 or 6 laptops to the Alameda Computer Recycling Center. There is also a Nokia 770 running Linux, and I've an old Motorola A780 cellphone running Linux. I have a number of embedded systems boards that run Linux, sitting in my workshop. I have a little music player that plays Ogg. My 2007 Prius has had the video input hack, and displays the video output of my ham radio on the console screen. I could connect Linux to it, if I had more time to play.

    I really like Debian. I try to practice what I preach, things pretty much are run entirely on Free Software here, except for the personal finances. The company finances do run on GnuCash, and I have GnuCash doing e-banking, so perhaps someday we'll ditch Quicken. Turbotax is pretty much the perfect proprietary program - not written for love, not written by programmers at all, deep and current information, high liability. It would be hard to make a good Free substitute for it without a sugar daddy of major proportions, like the government.

    But this didn't give you much more insight into me, did it :-) I'll get a real interview sometime.

    Bruce

  24. Re:Bruce Perens? Why Would Anyone Care About Him? by Bruce+Perens · · Score: 2, Informative

    Previous to this netbook, I had a Sony Vaio with a Celeron 1GHz from about 2004. The netbook might be a little slower, I'm not sure. It came with 160M disk - bigger than the Sony, and 1G ram, same as the Sony. Using Debian the netbook does everything I want. I doubt this would be the case with XP or Limpus. The keyboard is big enough for my big fingers to touch-type upon, and the display is sufficient. I tend to use big fonts on it.

    It didn't play HDTV video well at the full screen resolution in the one test I've done so far - I don't know if this is strictly a hardware limitation or if the Intel 945G graphics driver could be improved. Maybe DVD video, with its lower resolution, would work. Video in the smaller box generally offered by youtube and its ilk is fine.

    It is, however, rather slow at building the Linux kernel, which I was only doing to optimize the netbook itself. For building my own, smaller, software, it works fine. So, using it for development is fine, using it to write documents or presentation with OpenOffice.org3 is fine, email and web are fine. I had to build a wifi driver that is out of tree, and I compiled a few drivers into the kernel that were usually modules so that the "expansion" flash card slot worked correctly. I think the other, non-expansion (because the card sticks out) flash card slot might not be working correctly yet. I just plug in a USB card reader in its place. I am running 2.6.28, which has the MTRR fix (see perens.com/blog for the MTRR discussion) and the best power management. I did some tuning with powertune.