Android and the Linux Kernel Community
An anonymous reader links to Greg Kroah-Hartman's explanation of a rift (hopefully mendable) in the development culture of Google's Linux-based Android OS and the Linux kernel itself. "As the Android kernel code is now gone from the Linux kernel, as of the 2.6.33 kernel release, I'm starting to get a lot of questions about what happened, and what to do next with regards to Android. So here's my opinion on the whole matter ..."
Because Google doesn't have their code merged into the mainline, these companies creating drivers and platform code are locked out from ever contributing it back to the kernel community.
Google shows no sign of working to get their code upstream anymore.
Oh come on, was it really a surprise to anyone that Google does only care about OSS when it suits them and drops out instantly when it doesn't. All of their own sites, business and back-end technology is just as closed as Microsoft's.
I see someone coming along and saying "but they contribute to open source!". Sure, they do, they release little snippets of code and open source those products they base on OSS code because they have to by GPL. One could seriously argue if their open sourcing efforts are making better open source community in general, or not. Like TFA states, their ignorance has caused more turmoil than ever before in Linux land. Companies are obviously going to create support and drivers for Android-branch of Linux kernel, but cant contribute the same code back to real Linux kernel. And possibly never will because it costs them too much work, money and time. Even those companies that previously did develop linux drivers. That's not harming Linux and OSS community?
Get off your lazy ass and see what's really happening.
"Because of this, Google has now prevented a large chunk of hardware drivers and platform code from ever getting merged into the main kernel tree. Effectively creating a kernel branch that a number of different vendors are now relying on."
That's all. It's obvious that Google doesn't care about it that much. And yet nobody demanded them to do so -- if Google wants it its own way, why shouldn't it be able to?
I may be a crazy open-source lunatic, but I am tired of all of this "It's a world conspiracy against Linux"-thing. Let's get a grip, talk less and code more.
Have you heard about SoylentNews?
You don't merge new features into a robust low-level code base.
You merge support for abstractions the new features rely upon into the low-level code base, and build on them.
Make a case for kernel support of the "new lock" and "security model" independent of Android's reliance on it, and remove as many of the Android drivers using these facilities OUT of the main tree. IMHO, drivers really don't belong there, but should be available in "driver package sets" aggregated by distro providers.
In Liberty, Rene
This isn't about some anti-Linux conspiracy, it's about conflicting business interests.
Google has made modifications to make their software work. Those modifications can not be integrated as is with the kernel. Cleaning up their open source code can be done, but their internal closed code would likely also need modifications to account for that cleanup. So for Google, merging their code would likely be expensive and require extensive testing and a large download and upgrade system for all of the live phones.
On the other hand, companies that are developing drivers and software that depend on the new kernel are now hosed because the kernel is no longer exposed as part of the Linux kernel. So they have to deal directly with Google for any changes to their kernel, and if they also want to release their products for other Linux platforms, they have to re-engineer much of the os-interaction functionality. Obviously a pricey situation for them.
If Google updates their code to get it into the kernel, it makes it cheaper and easier for other developers to work it, but it costs them money. If they don't then it costs the developers more money.
-Rick
"Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
You can use Android, but you're now dependent on Google for maintenance, bug-fixes, and trusting that they don't include any evil bits.
Courtesy of the google translator ...
Still no idea what it meant. :-P
Lost at C:>. Found at C.
If you head over to LWN, we've already gone back and forth on this a bit. http://lwn.net/Articles/372419/. The short form is that if they don't like how we use the kernel, we're unlikely to be accepted upstream. It's all still released as source code to the world, but the mainline is not interested in most of what we've with to the kernel.
Co-Editor, Open Sources
Open Source Program Manager, Google, Inc.
So does this mean I should or should not have hacked my android phone?
The rain shrunk my brain up too much to think.
Google has frankly set a new standard as far as how companies can become very successful by embracing the open and free software communities. I honestly don't think you can point to many other companies that are doing better, nor could you realistically expect to. In the mobile space, pretty much the next nearest competitor in terms of openness is Apple (Darwin, et al) - in other words, a joke. Meanwhile Google not only has a wonderfully organized system for playing with all the Android code, but a broad commitment across products. Look at Wave, for instance - wide, wide open, and very deliberately (because they know it cannot succeed any other way). Google has probably done more for Linux and its credibility than most other companies in the world.
I think this is something totally different - a disagreement about direction between the mainline maintainers and Google's Android team. Corporate developers, even well-intentioned ones, have a conceptual hurdle to get over when someone Not Their Manager is telling them "you must spend x man-months refactoring your code thusly."
Many, many companies have run into this issue with Linux (and other projects) before, and many will again. It usually goes something like this:
Step 1: Whatever. We're Google. Am I going to rearrange my whole development roadmap to follow the directions of some whiny nerd in his mom's basement? LOL.
Step 2: Oh. Crap. Wow it is kind of a lot work maintaining my own entire fork of the Linux kernel/KHTML/etc. all by myself.
Step 3: Either A) capitulation - the last guy is fired or smacked with the clue stick, and the cooperation restarts, or B) a true fork. These usually stagnate and die, and are also riddled with bugs and security holes btw... unless, the fork is really more interesting than what it forked from, in which case, the community switches to the fork and justice is served.
Often between Step 1 and 2, the maintainer will attempt to play a little corporate politics by embarrassing said middle manager in the media. By the way, this is pretty smart and it often works - especially with companies as large but otherwise savvy as Google, a slashdot story can jumpstart efforts to mend the rift by bringing more senior eyes on the problem. Cooperating is in everyone's interest, and they will realize it.
Tired of Political Trolls? Opt Out!
Somehow I managed to forget Nokia for being more open than Apple - and arguably - Google. I guess because so few people use, or will likely ever use, their smartphones. :)
Tired of Political Trolls? Opt Out!
Make a case for kernel support of the "new lock" and "security model" independent of Android's reliance on it, and remove as many of the Android drivers using these facilities OUT of the main tree.
That's exactly right, we can't just be having code merged into the kernel mainline because a 'big business' depends on it. The answer to the question on it's presence there should be determined on the merit of the code itself, not the weight of the company proposing it.
"OMG fork!" and other political issues aside, I think it's interesting to look at the technical side of the problem. What is the exact nature of Google's changes to the kernel, why did they feel they need them, and are they actually a good idea or not? Can someone with kernel hacking experience enlighten us?
I'm particularly curious after reading the comments on LWN, and specifically this:
Kernel developers (including other embedded developers who have achieved good power savings modes) don't believe that the Android way of doing things is good.
and this:
The code could be mainlined if Google were willing to consider that their wakelock approach was suboptimal and adapt to a more reasonable one. ...
The wakelock patches were first posted to the linux-pm list on the 13th of January 2009, which is just over a year ago. http://lwn.net/Articles/318611/ gives a good overview of how they were received - there's basically no buy in, even from other developers in the embedded Linux field. ...
the major sticking point (ie, wakelocks) were posted for public review a year ago and most of the substantive issues people had with them weren't addressed at all in the four months of intermittent discussion that followed. If the entire world suggests that you do something in some other way and you refuse to, that doesn't constitute a genuine effort to work with them. Nokia have managed to obtain the same level of power management without such invasive changes, so any assertion that wakelocks are required for Android to achieve its goals seem pretty baseless.
So apparently the issue at the heart of this is a questionable design decision by Google.
"Embrace & extend"!
Your representation of the facts is suspect on a number of fronts.
The short form is that if they don't like how we use the kernel, we're unlikely to be accepted upstream.
You casually forget to mention your introduction of a completely new lock method. This is a case of Google throwing code over the wall. That's not going to fly. When some suggestions are made regarding the method, they are ignored.
Then, there are proprietary dependencies that can't be released that breaks the build process. No effort is made on Google's part to make this play nice with a kernel build. More code throwing.
Then there are implications to other ARM builds that Google won't touch.
It's all still released as source code to the world
Which creates problems for practically every ARM platform developer BUT Google.
Outside of the Google Reality Distortion Field, the code just doesn't work. At all.
http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
Has there ever really been a serious option B effort to just pick a time and do a major kernel fork and maintain it forever by any company as large as google, with their level of developers and resources/cash behind them? Any precedent there?
I suspect this isn't clear cut and there is more than a little "Google is too big we must hate them now" attitude. The fact is Android is open source and anyone can take their code do what they want with it just as Google can take any other open source code and do what they want with it.
That's the point of open source code. Claiming something is open and all about freedom and then trying force everyone into doing what you think should be done is neither really free or open.
do you know blowjob? so, the tuscan verb "puppare" is litterally "to make a blowjob"; in my way, is in a methaphoric sense.
Courtesy of the google translator ...
Still no idea what it meant. :-P
I know this is a time waster, but my knowledge of spanish somewhat helps with both languages. The italian one probably means "Like we say in Tuscani, 'There's a lot of gay guys in the United States... just as expected.'" to mean that the poster finds nothing unpredictable with the kernel change.
The french reply i'm guessing more "Wasn't I the only one who [always] understands what Anonymous Coward writes? But I [notice they are both anons] didn't understand this at all."
"Redhat Enterprise Linux 5" is essentially a massive kernel fork at 2.6.18. Redhat is the most plausible contender for doing this, since they employ a really significant number of the world's kernel devs, including Alan Cox (until last year). That split was even acrimonious at times IIRC. But then again, you can just call it similar to Canonical's LTS - people choose whether to go with a version of something that's more or less mature - and most distros going with the "more mature" option frequently cheat and backport all kinds of things in the meantime (with greater and lesser success).
Depending on who you ask, RHEL can be more risky than mainline. I've definitely had RHEL panics take down production, only to later discover linux kernel bugs that had been fixed in mainline for a while, but that redhat hadn't backported to their ancient linux fork. But then again, people get burned going the other way all the time too. I don't know if anyone's really independently studied what's ultimately safest. My guess is that you are usually safest inside the biggest crowd - i.e. closer to mainline - but not too near the very latest version.
Tired of Political Trolls? Opt Out!
Google has silently forked the kernel. There is an 'Android' kernel, and the mainline kernel
Is this the first time this has happened?
Will it matter?
Apparently, this is reasonably well understood.
I, for one, welcome our Android kernel overlords. My phone doesn't need server optimizations.
deleting the extra space after periods so i can stay relevant, yeah.
Kernel development isn't driven by the product needs but by egos people maintaining it. In that sense it is no different to any closed source kernel. The only option to get things done quickly is to fork it and then hope to get it merged later. Linus isn't exactly known as "accommodating" and "reaching out" individual and merging code upstream isn't exactly a priority on Google product schedule so there.
I can't see what the issue is, if Google wants to make their own fork of Linux go for it, that is what FOSS is about, "CHOICE!!". Apple have done this with their own version of BSD (Darwin) and added lots of things not in the mainstream flavours of BSD and they are doing fine thank you.
Ooooh, Slashdot. Now with more Italian lessons. =)
Android is open source so does it really matter?
It's not black-and-white. It's better then Android being closed source, but it's not as good as it could be. It'd have been better (for the public, not necessarily Google) if Google got the android-specific changes to the Linux kernel in the mainline kernel. This would require quite a bit of back-and-forth with the kernel devs, though, and a lot more time and money then Google would truly have to spend to get Android on the market.
"A witty saying proves nothing." - Voltaire
No. Drivers need to be merged to mainline. The kernel devs have been trying to hammer this point through for ages.
The reason of course is that there is no stable kernel API, and the developers are completely uninterested in maintaining one... And it's not necessary if all drivers are part of the mainline.
I know it sounds like circular logic, but the documentation at http://www.kernel.org/doc/Documentation/stable_api_nonsense.txt clarifies the reasoning.
the french reply means "Does anybody understand what AC said ? I am really clueless"
What that looked like to me was someone who was furious that a person who self-taught himself C in less than a few years implemented a kernel scheduler that kicked the crap out of anything the community came up with to date.
No way that dude could be better than me...
Ego's abound everywhere, my friend...
GPL says contribute your changes. Doesn't say one thing about contribute your changes, and make sure they work in the main tree. He himself said they were doing it, until people started complaining about how things were written or what not. So they stopped. I don't blame them one bit. It is kind of like writing a library to be in PEAR, you have a piece of code that works. And and you see people asking for a library and you submit it for a vote, they first don't like that you used the PHP license, they want you to use the BSD license, then they don't like your naming of the methods. Hell, has the people running PEAR, looked at the naming conventions of PHP (addslashes, mysql_connect) I basically said flip that and put it on google code. There are forks all the time in the linux kernel, they usually die out, but wouldn't it be fun if googles kernel was the only one to survive?
I was wondering why the editorial in the February edition of Linux Journal was saying so much bad stuff about Google! I was like why all the google-hate from Linux users? Well, if Google forked the kernel, that would explain it....
http://www.codestrom.com/wandering/2009/03/zfs-vs-btrfs-comparison.html
"So yeah, it's pretty upsetting to me to see people say things like "Google does only care about OSS when it suits them and drops out instantly when it doesn't.". This kind of statement completely misunderstands how Google even works. This just isn't the kind of company where orders comes down from executives on high with the only motive being profit -- anyone who thinks otherwise obviously doesn't work here." - by Temporal (96070) on Wednesday February 03, @04:57PM (#31015460)
You've got to understand how this place is @ times: There are a LOT of "trolls" around here, first of all. Secondly, most of them haven't even BEGUN to even "scratch" your level of accomplishment (& certainly NOT that of GOOGLE itself). If you can take this place in that context? You understand better as to some of the "commentary" around here - need I say more?
Secondly? I absolutely LOVED hearing this part (I didn't think companies like this existed anymore):
"Because of the bottom-up nature of decision making at Google -- and given that I was willing to do the work -- I had no trouble pushing this through." - by Temporal (96070) on Wednesday February 03, @04:57PM (#31015460)
Man, again: I love the sound of THAT! Especially considering that's generally not "how it goes" elsewhere (at least not in my experiences in the professional working world as a coder)... makes me wish I worked @ GOOGLE in fact!
(Why? I say that simply because in a tech field, a tech company should be run by "TECHIE TYPES"... which makes for perfectly good sense, considering that nobody knows another "geek" as you put it, like geeks!)
Keep up the good work man, & ignore the "trollish" comments (plenty of that goes on here, trust me, I know (6 yrs. of it almost in dealing with it many times here, which is the "WHY" of why I post as "A/C" here on THIS site - to make it harder for the trolls to track & troll me is all - pretty simple actually!)).
APK
P.S.=> I have to admit something though: I have recently made the acquaintance of a mgt. person @ MICROSOFT who posts here under the "pseudonym/nick/handle" of Foredecker, & upon my finding out more of his background in this "art & science" of computing? Well... I was pretty impressed, & especially from a mgt. person @ MS of all places. Upon speaking to he here (which didn't start out on the "best note")? It turns out he is EXACTLY that kind of guy, Comp. Sci. B.S. & all as well as having worked for AMD before his time @ MS (since 2003 to now)... it's good to see that the "ERA OF THE MBA ONLY TYPE" is passing, especially in "tech-oriented" companies... "The Times they are a changin'"...apk
help humanity get knowledge inovation
The reason of course is that there is no stable kernel API, and the developers are completely uninterested in maintaining one... And it's not necessary if all drivers are part of the mainline.
And that is why developing anything near the Linux kernel sucks goats. The fact that you push your changes upstream doesn't mean they'll keep maintaining your code; old hardware drivers still get broken and ignored. For the most part things are kept compilable, but that doesn't mean anyone pays any attention to not introducing bugs for things they don't test. Until they remove your code anyway because they got bored with it.
Cell phones need a different kernel than servers, with different drivers, graphics and security requirements. Maybe this fork is justified? Maybe this doesn't need to be in the mainline?
We've had no improvements in real productivity on the desktop in 15 years. It's long past time it was replaced with something else. Since we've tried WinTel, and that gave no progress, it's time we tried another path.
If it turns out that these new platforms deliver the same productivity or better on 1% of the watts and 10% of the capital cost, they'll drive a revolution in IT that shifts influence from the people who have unlimited watts (the US) to more fairly share influence with people who are Watt and capital challenged (India, Pakistan and others). That's an advantage to the new markets actually, since they leverage the volume production of innovations they haven't paid for. And then there's the side-effect that power efficient computing reduces the need for hydrocarbon fuels and carbon emissions, which is a good thing even if you don't believe in AGW because if you use it up, then it's gone.
The US can win this one by innovating, rather than milking the market they inherited. It's not that hard, and we have the experience advantage until we forfeit it.
Help stamp out iliturcy.
Without a doubt it's no the best outcome and I would hope that eventually something changes for the better but freedom does give people the choice to do what they want even if Google didn't make the best decision.
For that reason I would support their move. I think giving people the impression that open source only has freedom for those who think a certain way will stop businesses from taking on open source code because they'll be labeled as bad.
It is wise to discuss it with Google and try to get the best outcome but if it doesn't happen then as long as they're not violating that particular licence, it's all fine imo.
I'm hiding the easy answer here deep in the thread under your question.
Google has Android slates (tablet format ARM-powered machines). If Google took 1000 of them ($400K worth) and just gave them to select Kernel developers (several each) to do with what they would, the problem would solve itself. The Kernel developers would adapt their preferred distro to work on the first slate they had, and they'd keep the rest to work as they were intended until it limited them - and then they'd want to break the limit by improving the Android code, which they would then want back in the Kernel tree because they would want their improvements to persist. It's all about motivation, and you motivate a Kernel geek with cool tech he wants to continue to use.
HP did this. Why do you think Kernel.org runs on HP servers and has for many years? It's because HP donates servers strategically, and yields huge benefits therefrom.
Help stamp out iliturcy.
And to a lot of people outside the Linux kernel development community, that "stable API nonsense" document is such a blindingly wrong example of software design that advocating it would get you shown the door in a job interview.
The "nonsense" docuemnt assumes that the purpose of all drivers is to converge to a single less-buggy ideal; this is true for a hardware driver where the hardware is frozen when it goes out the door. This is blatantly untrue for software drivers (e.g. 3d graphics, virtualization) where the interface between the driver and other (non-kernel) software changes far more rapidly than the interface between the driver and the kernel (and especially for 3d graphics, where the driver contains an entire thread stack, JIT compiler, etc.).
Good programmers will tell you that the driver belongs next to the component to which it is more tightly bound by a rapidly-changing API. Linux programmers will tell you the driver belongs in the Linux kernel so LKML can keep it up-to-date with changes to the mostly-unchanging kernel/driver API (and you can only make changes to the more-rapidly-changing driver/userlevel API during the merge window every three months). And to an extent Linux programmers are right - in an ideal world, the driver should be refactored until the driver/userlevel API is not so rapidly changing, at which point the driver should indeed live in the kernel. It's very easy for a Linux programmer to demand such ideal code as the cost of merging it into the kernel; it's much harder to take a "good enough" system and achieve such a high level of perfection, especially when merely achieving "good enough" is a target that moves fast enough to consume almost all of a programmer's time.
The two camps will never see eye-to-eye; both are completely convinced that they are correct.
A witty [sig] proves nothing. --Voltaire
Yo mama's company so fat it's too big to fail?
Somehow I managed to forget Nokia for being more open than Apple - and arguably - Google. I guess because so few people use, or will likely ever use, their smartphones. :)
You also forgot Palm, who have WebOS, which is more "Linux like" than Android (No forking here!) Palm's WebOS is often thought of by Android fans as being so Apple-like that they immitated the closed source nature of Apple. Nothing is further from the truth.
By the way, Nokia's market is limited to Europe (and the third world, but they don't buy smartphones in India, Africa, and the Far East), but there, they are the Blackberry of Europe with regards to smartphones. In other words, there are arguably more N and E series Nokia owners in Europe than any other smartphone. (Those *are* smartphones, albeit some of the older Symbian ones are more on the Palm Treo type of Smartphone technology than iPhone, very capable devices but very old-fashioned interface. Though it should be noted that they had a mobile WebKit browser before Apple did on the iPhone for Symbian's "Nokia browser"!)
I think describing anything that Greg Kroah-Hartman says as 'reasoning' is stretching the definition of the term somewhat...
I am TheRaven on Soylent News
When you're shipping an embedded Linux product you can only debate the relative goodness of an approach for so long. You're on product time, not community time. They shipped their product, people made phone calls, Linux got used in the process.
Wakelocks are quick and dirty, so they were rejected, but they work for Google's embedded Linux product. The giant VM hack that separates user process space from kernel space was also quick and dirty, but it got in, and now the entire VM is affected by it. 4 KB page size assumption is also a giant problem now, but it got in. There are a million hacks in the Linux kernel, people just bring up Wakelocks because other people have explained them and said "these are bad." Well the emperor has no clothes. Read the code.
I'm not sure what you mean by "rapidly changing driver/userlevel API". The kernel userspace backwards compatibility may not be broken, so it's quite stable compared to in-kernel interfaces.
If you mean that the interfaces *need* to change, then perhaps those parts of the drivers should not be in the kernel (as is the case for 3d drivers)
I'm not at all qualified to talk about virtualisation, but regarding 3d drivers, my understanding is that a significant portion of the stack actually lives in MESA, not the kernel.
The kernel side's responsibility (assuming a "modern" one instead of the traditional "X does everything" kind of driver) is to handle details the kernel cares about such as initialisation, mode-setting, power and memory management, while providing a mostly static interface to the userspace component of the driver, which contains most of the messy 3d stuff.
I think malleable in-kernel APIs allow your driver *not* to be perfect when you merge it. Perfection is required only for any user-space interfaces.
Furthermore, if your driver suffers from bad design in some kernel subsystem, it is possible go and fix things. Or conversely, if some driver depends on an interface that you wrote, but you need to change it, that is also feasible.
Now, one might argue that it's possible to preserve the old kernel APIs, but while that is possible, it greatly increases the maintenance burden. You will need to test code that only outdated drivers use. That's a waste of resources.
1.) Is there a 'writing style' forums on this website? Answer = No.
2.) Are you on topic?? Again, no.
3.) Do you have a PHD in English???
If not, and I strongly doubt that you do???? Then, who are you to criticize anyone's writing style, period?????
----
After all - Without that PHD to your name/credit, & in English, what exactly makes you the "expert" on how to write???? Answer = NOTHING.
(Not that it'd matter even IF you had a PHD in English, as this is just a forums (with no section on 'writing style critique' no less), and writing "style" is pretty much moot because it's like resumes - one reviewer will love your resume, another will not (and you cannot please everyone))
Thus, Your off topic b.s. is mere opinion & that's it...
Now, I see you are the SAME "Anonymous Coward 'writing critique slinging troll'" that lurks around here... well, seeing as you started a sentence with a CONJUNCTION in the word "AND" here -> http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986 who screws up on writing himself no less?????
LOL, who are you to tell others how to write then??????
(You clearly cannot write correctly yourself, and you certainly cannot read!)
Please - Do consider getting remedial reading courses & of course, "hooked on phonics" too on your end... because, after all, "READING IS FUNDAMENTAL"... lmao!
APK
P.S.=> Of course lastly, in regards to your "mod up"? Well, I see you used an alternate registered account to "mod yourself up" as well, hilarious... especially considering I have caught others here admitting to using alternate & multiple registered accounts here to do that very thing as well, per this evidence thereof -> http://slashdot.org/comments.pl?sid=1147437&cid=27056793 so it's no "big trick" to pull that little trick off either.
So, as anyone can see? You are clearly off topic, & "busted" either way... not even a "nice try", because you don't possess the intellect to "get the better of me", period... apk
Sez who? My phone runs a pretty much standard kernel. Nokia have worked with the Kernel developers getting it all in to mainline.
This is great for me - if (when) Nokia abandon it some time in the future I (or "the community") can carry on supporting it forever.
Which is the whole point about the GPL (see RMS vs the printer driver).
Watch this Heartland Institute video
Sez common sense.
Android beats the crap out of whatever Nokia is capable of producing. And it's 100% open source, so you (or "the community") can just as well "carry on supporting it forever".
More details. What features of mainline Linux make it incompatible with portable phones?
How, exactly?
Watch this Heartland Institute video
You need a better Google translator:
There's someone who understands what Anonymous Coward wrote? I do not understand.
If you mean that the interfaces *need* to change, then perhaps those parts of the drivers should not be in the kernel (as is the case for 3d drivers)
That's the ideal. Now step out of the ivory tower and look around. Drivers that are simple enough to conform to that ideal are already in the tree (or will always be out of the tree because of reasons that have nothing to do with "stable API nonsense"); Greg K-H has a neat program to work with such drivers so long as enough documentation is present. Drivers that are too complex to easily evolve to that design are universally OUT of the tree - the complexity coming from the driver being cross-platform or having code maturity behind it that rivals the Linux kernel itself. (And, bluntly, Linux has never had to deal with a codebase comparably mature to Linux - Linux has never learned how). No one disagrees that the ivory-tower ideal is better; the disagreement is in whether the effort to achieve it is worthwhile (or even feasible).
To make an analogy: the design improvements necessary to make a graphics / virtualization / smartphone codebase totally acceptable to LKML are (very roughly) equivalent in scope to the design improvements that would be necessary to make Linux *natively* run Windows drivers (ignoring the wisdom of doing so). This isn't obvious to LKML because most of the redesign would be in non-kernel code, but the scope of work really is that large. Google is not rejecting a better design simply out of spite; Google is rejecting the better design because the amount of effort to implement it is something that LKML would balk at doing to their own codebase.
A witty [sig] proves nothing. --Voltaire
No, I did not use an alternate account to moderate myself up. People have been telling you this for ages. I do not hold PHD in English (we don't even have PHD's, and I don't even live in US but I still manage to write better English than you).
And no, I'm not the other AC that commented about your writing style in the link.
I know I'm not on topic, that's why I posted as anon. But it needs to be told to you somewhere somehow, since you post as AC and you don't have an email to contact you.
I'm not forcing you to change your writing style, but I'm just telling you it's insanely hard to read and others here agree. It doesn't matter if I hold a PHD in English or not.
You can ignore mine (and everyone else) advice, but this is the reason why you are trolled and ignored here. If we all wrote like this or everyone in our ways, this and every other discussion section and forum would be a total mess. This is why we have common writing etiquette - so we can understand each other.
I'm not trying to "get the better of you", I'm just trying to tell you that no one here will take you seriously if you write like this. But you will probably just think I'm either a troll, off there to get you or some other AC that has told you the same thing, so maybe it's pointless.
Laters.
This isn't obvious to LKML because most of the redesign would be in non-kernel code, but the scope of work really is that large. Google is not rejecting a better design simply out of spite; Google is rejecting the better design because the amount of effort to implement it is something that LKML would balk at doing to their own codebase.
Citation needed. Kernel people are not oblivious to userland needs. I can't say how much work it would be for Google to fix Android, but at least according to one LWN comment, Android could be made mainline-palatable without breaking userland interfaces: http://lwn.net/Articles/372631/
Some drivers would need to be modified as well, of course, but I think it's better to do the work early than late when you realise you really should've listened to the mainline developers.
Here's an interesting report from one of the realtime tree developers: http://lwn.net/Articles/372877/
it's not like Apple ever "borrowed" from the open source community without giving back is it?
The BSD crowd shouldn't care about that, Apple can do almost what they want with the code. But for Linux not getting the drivers for 3D accelerators, SOC models or other kind of hardware, just because Google have to reinvent the wheel, is really sad.
"I do not hold PHD in English (we don't even have PHD's, and I don't even live in US but I still manage to write better English than you)." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
Then you are nobody of authority or known expertise in English, period... and, as to your writing better English than I do? I do not begin my sentences with "AND" (a conjunction) as you did here "AC writing critic troll" -> http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
(That's a HUGE mistake in this language (English) on YOUR part)...
So that evidence of your "expertise in English" aside?
So much for this next statement of yours I quote next below:
----
"but I still manage to write better English than you)." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
Your opinion only, & since you have no PHD in English? Well... lol, to you. Especially after your screwup above, lmao...
----
"I know I'm not on topic, that's why I posted as anon." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
Well, well: The "AC writing critic troll" with no PHD in English answers the question I asked in my subject-line above. That makes YOU the candidate for a "mod down" for being nothing more than the low-life troll you are.
(Gee, I guess now I "wonder" how you got "modded up" as "insightful" then? Your alternate registered accounts?? After all, it does happen here and I have caught "The End of Days" admitting to it here no less, per this evidence thereof -> http://slashdot.org/comments.pl?sid=1147437&cid=27056793 ...)
Who do you think you are fooling, other than yourself?
----
"No, I did not use an alternate account to moderate myself up" - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
Oh, yea: "Sure, sure" (sarcasm) - that doesn't go on here, right? See the last URL just above what I quoted from you.
Once more - who do you think you are fooling, other than yourself??
----
"People have been telling you this for ages." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
No, only you have, actually!
LOL, and you did before in this URL -> http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
(It is hilarious to see you 'critique my writing' & then only to see YOU fall FLAT ON YOUR FACE in the doing of it no less, and to have yourself screwup on English grammar, especially after trying to tell ME how to write (especially on a forums where it really doesn't matter, & you cannot please everyone, but most especially because you are off topic to the max and that this forums has no "English Grammar/English Writing Style Critique" section either)).
You're nothing but a TROLL... and, we all know it.
----
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
"Sure, sure" (sarcasm again): Hmmm, looks that way to me! I see an AC in yourself once more trying to "tell me what good writing style is".
----
But it needs to be told to you somewhere somehow, since you post as AC and you don't have an email to contact you.
----
"I'm not forcing you to change your writing style" - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
On your BEST DAY, you couldn't force me to do a thing.
----
"but I'm just telling you it's insanely hard
From TFS:
Android, while Google popularized it (after purchasing Android, Inc.) and provides its own apps that are used on most Android phones, is the Open Handset Alliance's Linux-based OS now, not Google's.
"I do not hold PHD in English" - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
Dearest "AC writing critique slinging troll":
The correct phrase above would be "I do not hold a PHD in English" (note the "a")?
LMAO!
APK
P.S.=> You sure you want to keep telling ME how to write correctly, troll? You did a horrible job of that here too -> http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986 where you tried to tell me "how to write" and "what good writing style is" (inclusive of stating you were a professional writer no less too, lol (NOT)), and what did you do there?
YOU DID THE SAME THING HERE, LOL, as you did there, only once more here, again:
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
CORRECT ENGLISH SENTENCES DO NOT BEGIN WITH A CONJUNCTION LIKE THE WORD "AND"... get it?
----
"Novice writers should be especially careful not to begin sentence fragments with conjunctions." - http://www.cliffsnotes.com/WileyCDA/Section/Is-it-okay-to-begin-a-sentence-with-and-.id-305408,articleId-27216.html
"Formal alternatives to 'and', include words such as 'furthermore', 'moreover' and 'additionally" - http://languagestyle.suite101.com/article.cfm/grammar_starting_a_sentence_with_or_and_or_but
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html
"I remember learning in grade school that this was absolutely out of the question" - http://www.english-test.net/forum/ftopic7888.html
----
Want more, Mr. "Truly Anonymous Coward",
ROTFLMAO! Ah... you're just "too, Too, TOO EASY" to get the better of in debate intellectually, and moreso based on your blatant lack of a mastery of proper written english (and, yet you have the NERVE to try to tell others like myself, college graduates (770 on my SAT in English by the by), how to write? Please, you're making my stomach hurt I am laughing so hard by this point)... apk
If you go off and read in more depth, one of the features of the Android waitlock is how waitlocks can be acquired or released by writing a waitlock name to a magic device (/proc/wait/lock and /proc/wait/unlock or something); this means userlevel can release a lock the kernel acquired, which is a feature Android uses but kernel developers reject as bad design. (And I happen to agree isn't ideal design, but taking a shortcut like that which only root can exploit does make a lot of sense.) Still think no userlevel code needs to be rewritten?
Greg K-H may be technically right in that Android could use a different mechanism without changing the kernel-user ABI. But that's only because his definition of stable ABI/API only covers syscalls and conveniently ignores special device nodes (/proc, /sys, /dev) where power management interfaces live. The Linux kernel ABI/API is really 10x larger than he realizes; those special device node interfaces are quite wide.
Linux kernel developers really are smart people, and their statements tend to be true - from a certain point of view. That point of view often has little to do with bringing in useful functionality and more to do with protecting that developer's personal interest - in Greg K-H's case, promoting the kernel as the one true repository of all code.
A witty [sig] proves nothing. --Voltaire
Like I said, English isn't my main language, and forgetting things like "a" is quite an easy thing to do because we do not have such in our language.
However the point here is that your text is really hard to read. I do not need to hold any English master to say it.
I'm not debating, fighting on the internet is retarted. I'm just stating the fact that countless of other people have told you too. I'm still not the same person you keep linking to, in fact I haven't even responded to you before. Do you see conspiracies against you everywhere all the time? You should probably do something about that.
"Like I said, English isn't my main language, and forgetting things like "a" is quite an easy thing to do because we do not have such in our language." - by Anonymous Coward on Friday February 05, @01:27PM (#31037222)
NO, you actually said you write better English than I do, right here ->
"but I still manage to write better English than you)." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
No, you clearly do not, as you begin sentences with a conjunction which is a huge mistake grammatically no less...
It is also QUITE FUNNY HOW YOU NOW ALSO SEEM TO UNDERSTAND EVERYTHING I WRITE AS WELL TOO ("funny that", eh? NOT!)
And, you said you were NOT the "AC writing critique slinging troll" who bothered me before here on the EXACT SAME THING (telling me "what good writing style is" etc. et al) here -> http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
He's the same one who STARTED A SENTENCE WITH A CONJUCTION NO LESS - whom YOU said you were not HE. Funniest part is, you did the SAME MISTAKE HE DID, right here in this very exchange as well:
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
CORRECT ENGLISH SENTENCES DO NOT BEGIN WITH A CONJUNCTION LIKE THE WORD "AND"... get it?
----
"Novice writers should be especially careful not to begin sentence fragments with conjunctions." - http://www.cliffsnotes.com/WileyCDA/Section/Is-it-okay-to-begin-a-sentence-with-and-.id-305408,articleId-27216.html
"Formal alternatives to 'and', include words such as 'furthermore', 'moreover' and 'additionally" - http://languagestyle.suite101.com/article.cfm/grammar_starting_a_sentence_with_or_and_or_but
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html
"I remember learning in grade school that this was absolutely out of the question" - http://www.english-test.net/forum/ftopic7888.html
----
Do you think I believe you at this point? Do you think ANYONE READING HERE BELIEVES YOU OR ANYTHING YOU SAY BY THIS POINT??
(Once more: Who do you think you are fooling, other than yourself???)
All in all, I must actually THANK you... why? For proving that your admittedly OFF TOPIC TROLLING has gotten the better of you, in your attempting to tell me "how t write" you only show how poorly your write this language yourself, and that's you're nobody to take seriously in your 'writing critiques' you sling here is all.
APK
P.S.=>
"However the point here is that your text is really hard to read. I do not need to hold any English master to say it." - - by Anonymous Coward on Friday February 05, @01:27PM (#31037222)
Again - it's rather "odd" (not) how you can read everything I write and respond to it well enough (grammatical mistakes & all on your part nonetheless), isn't it? Not. So... Here's a piece of advice, for you:
LEARN TO READ THIS LANGUAGE THEN, AND BEFORE TELLING ANYONE HOW TO WRITE WELL IN IT - you don't do a good job of it anyhow, on writing it yourself, per the examples thereof above, and TRY TO STAY "ON TOPIC", please. I say that, because as you can see?? Your off topic trolling only ended up making you w
See my subject-line above, & realize that this:
"In the 1700s it was perfectly acceptable to start sentences with a conjunction. And it is becoming increasingly prevalent again now" - by Anonymous Coward on Friday February 05, @05:13PM (#31040280)
This is not the 1700's, and the literacy rates, ESPECIALLY TODAY? Not good, see here:
Why is the literacy rate going down in the United States?
http://www.literacynews.com/2010/01/why-is-the-literacy-rate-going-down-in-the-united-states/
----
Perhaps because a foreign born person is at the wheel in academia now, like yourself, using incorrect grammar as you have?
Bottom-line here, is this: CORRECT ENGLISH SENTENCES DO NOT BEGIN WITH A CONJUNCTION LIKE THE WORD "AND"... get it?
(or doesn't the bulk of this information below tend to back me on that much??)
----
"Novice writers should be especially careful not to begin sentence fragments with conjunctions." - http://www.cliffsnotes.com/WileyCDA/Section/Is-it-okay-to-begin-a-sentence-with-and-.id-305408,articleId-27216.html
"Formal alternatives to 'and', include words such as 'furthermore', 'moreover' and 'additionally" - http://languagestyle.suite101.com/article.cfm/grammar_starting_a_sentence_with_or_and_or_but
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html
"I remember learning in grade school that this was absolutely out of the question" - http://www.english-test.net/forum/ftopic7888.html
----
Yes, the majority of that does tend to back me, & I actually got a 770 on my SAT to get into college (which I graduated from no less, & working on yet another degree to my name now as we speak no less).
Much more seems to gravitate my direction, and it illustrates that what you wrote is NOT CORRECT ENGLISH, period.
APK
P.S.=> So, what did you do here, and here earlier also in attempting to troll me (which you admit you are off topic on to begin with here no less)? Ok:
http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
Yes, it's obvious that you're the same "AC 'writing critique' slinging troll" who STARTED A SENTENCE WITH A CONJUCTION NO LESS there in the URL above - whom YOU said you were not HE, & that's clearly b.s. period.
Funniest part is, you did the SAME MISTAKE HE DID, right here in this very exchange as well:
"And no, I'm not the other AC that commented about your writing style in the link."
Please - don't attempt to tell others how to write, and don't try to tell us that "ebonics style english" is correct, when the bulk of the evidence I produce above states QUITE CLEARLY OTHERWISE.
Especially when you don't write well yourself, per your mistakes above in starting sentences with a conjunction, using "And" on your part!
(All that, & despite your stating you cannot read my posts? Well, you do an AWFUL GOOD JOB RESPONDING TO EACH POINT I MAKE, "isn't that odd" (sarcasm/NOT)... so who do you think you are kidding? Not I, or anyone else reading, you "AC writing critique slining troll", rotflmao)... apk
"That's because starting a sentence with an "and" is not grammatically incorrect " - by Anonymous Coward on Friday February 05, @06:45PM (#31041218)
Oh, really? All of this tends to prove QUITE otherwise:
----
"Novice writers should be especially careful not to begin sentence fragments with conjunctions." - http://www.cliffsnotes.com/WileyCDA/Section/Is-it-okay-to-begin-a-sentence-with-and-.id-305408,articleId-27216.html
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html
"I remember learning in grade school that this was absolutely out of the question" - http://www.english-test.net/forum/ftopic7888.html
----
APK
P.S.=>
"You also conveniently left off this part:" - by Anonymous Coward on Friday February 05, @06:45PM (#31041218)
Sure, kind of like how you left out the OVERWHELMING BODY OF EVIDENCE ABOVE I USED? Sure, because you made that very same mistake here 2 times now:
----
http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
"And no, I don't have a PhD, but I do know spelling, grammar, and usage much better than you do, apparently." - by Anonymous Coward on Monday January 11, @08:42AM (#30722214)
----
HILARIOUS - YOU DO NOT START SENTENCES WITH THE CONJUNCTION "AND" IN PROPER ENGLISH!
(So, on that erroneous note of yours? Well - what did you do yet again later? Read on):
----
http://linux.slashdot.org/comments.pl?sid=1535998&cid=31025686
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
----
Yea, ok (b.s.)... "Sure, sure" (sarcasm). You just made the exact same mistakes 2 times here as the "AC 'writing critique slinging troll'", and I am not supposed to think you are he? Beg to differ!
(Who do you think you are fooling here, other than yourself?)
All in YOU trying to tell others "how to write", & failing to do it correctly yourself (as you clearly do not write English well yourself per the examples above which are quotes of YOUR OWN WORDS no less. Additionally you possess no PHD in English either to your name establishing you as an expert in English either (while you are admittedly "off topic" the entire time here too, lol)...
Give us a break! apk
"And I never said your posts were impossible to read, I just said it was hard and frustrating to read them because of the formatting and use of & , @ and unnecessary" - by Anonymous Coward on Friday February 05, @07:06PM (#31041386)
I have a simple solution for you then: Don't read my posts then (pretty simple). Nobody's "twisting your arm" to do so, after all!
----
"This is why I usually tend to jump past your posts, but wanted to point it out this time." - by Anonymous Coward on Friday February 05, @07:06PM (#31041386)
Per my subject-line above? Well, I have to point out YOUR blatant errors then, despite your arrogance in attempting to tell others "how to write" or "what good writing style is", when you cannot manage it yourself (per this evidence thereof):
----
"Novice writers should be especially careful not to begin sentence fragments with conjunctions." - http://www.cliffsnotes.com/WileyCDA/Section/Is-it-okay-to-begin-a-sentence-with-and-.id-305408,articleId-27216.html
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html
"I remember learning in grade school that this was absolutely out of the question" - http://www.english-test.net/forum/ftopic7888.html
----
That's what? 3 or 4:1 as a the ratio in favor of my pointing out to you that starting sentences with a conjunction is indeed, BAD ENGLISH... & yet you have the nerve to tell others how to write?? Please...
APK
P.S.=>
"You also conveniently left off this part:" - by Anonymous Coward on Friday February 05, @06:45PM (#31041218)
Sure, kind of like how you left out the OVERWHELMING BODY OF EVIDENCE ABOVE I USED? Sure, because you made that very same mistake here 2 times now:
----
http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
"And no, I don't have a PhD, but I do know spelling, grammar, and usage much better than you do, apparently." - by Anonymous Coward on Monday January 11, @08:42AM (#30722214)
----
HILARIOUS - YOU DO NOT START SENTENCES WITH THE CONJUNCTION "AND" IN PROPER ENGLISH!
(So, on that erroneous note of yours? Well - what did you do yet again later? Read on):
----
http://linux.slashdot.org/comments.pl?sid=1535998&cid=31025686
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
----
Yea, ok (b.s.)... "Sure, sure" (sarcasm). You just made the exact same mistakes 2 times here as the "AC 'writing critique slinging troll'", and I am not supposed to think you are he? Beg to differ!
(Who do you think you are fooling here, other than yourself?)
All in YOU trying to tell others "how to write", & failing to do it correctly yourself (as you clearly do not write English well yourself per the examples above which are quotes of YOUR OWN WORDS no less. Additionally you possess no PHD in English either to your name establishing you as an expert in English either (while you are admittedly "off topic" the entire time here too, lol)...
Give us a break! apk
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments"
You may be in elementary school, but I don't recall myself being.
Like the above quote states, it is used in elementary school so that kids learn to write complete sentences and don't generate a habit of using conjunction in beginning of sentence. It doesn't mean there wouldn't be places where the correct use of it is appropriate.
The other link (which you now conveniently removed from your "body of evidence") also states that it is perfectly appropriate to start a sentence with conjunction to link the sentences together and keep conversation style, especially on online forums or chat. And guess what, we are here discussing on slashdot comments on the internet. perfectly acceptable use of conjunction in a beginning of sentence.
What makes you think I am him? Just because I commented about the formatting of your text and use of & and @ ? There are countless of people here on slashdot who think the same and you've seen it yourself too. And do not bring your list of modded up posts, I probably have countless more than you. It just tells that they might be informative posts, not that they wouldn't be hard to read!
"You may be in elementary school, but I don't recall myself being." - by Anonymous Coward on Friday February 05, @07:31PM (#31041588)
The CORRECT PHRASE FOR THE BOLDED PART ABOVE would be "but I don't recall myself being in elementary school"...
You clearly have a problem with writing sentence FRAGMENTS... and your grammar has problems too (more evidences of that are below, quoted in YOUR OWN WORDS no less). Read on:
Oh - By the by, I am not in elementary school. I have actually completed collegiate degrees and am further doing so again on yet more (2 courses away now/less than a full semester).
Additionally, in order for myself to even get there in the first place, I scored an almost PERFECT "english section" of the SAT (at 770/800 mind you).
So please - get over yourself already, as you have screwed up too many times here in English writing period!
More evidences of those errors on your part?
Ok, here goes:
----
http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
"And no, I don't have a PhD, but I do know spelling, grammar, and usage much better than you do, apparently." - by Anonymous Coward on Monday January 11, @08:42AM (#30722214)
----
HILARIOUS - YOU DO NOT START SENTENCES WITH THE CONJUNCTION "AND" IN PROPER ENGLISH!
(So, on that erroneous note of yours? Well - what did you do yet again later? Read on):
----
http://linux.slashdot.org/comments.pl?sid=1535998&cid=31025686
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
----
Yea, ok (b.s.)... "Sure, sure" (sarcasm). You just made the exact same mistakes 2 times here as the "AC 'writing critique slinging troll'", and I am not supposed to think you are he? Beg to differ!
----
"I do not hold PHD in English" - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
Dearest "AC writing critique slinging troll":
The correct phrase above would be "I do not hold a PHD in English" (note the "a")?
LMAO!
----
(Who do you think you are fooling here, other than yourself?)
APK
P.S.=> Learn these facts below, on PROPER ENGLISH (not "ebonics" english), & on how to write properly + especially before you go and try to tell others how to write well (especially a college grad like myself who also scored a 770 SAT verbal score (near perfect)):
"Like the above quote states, it is used in elementary school so that kids learn to write complete sentences and don't generate a habit of using conjunction in beginning of sentence. It doesn't mean there wouldn't be places where the correct use of it is appropriate." - by Anonymous Coward on Friday February 05, @07:31PM (#31041588)
Oh, really? These evidences clearly tend to state QUITE otherwise:
----
"Novice writers should be especially careful not to begin sentence fragments with conjunctions." - http://www.cliffsnotes.com/WileyCDA/Section/Is-it-okay-to-begin-a-sentence-with-and-.id-305408,articleId-27216.html
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html
"I remember learning in grade school that this was absolutely out of the question" -
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html [english-test.net]
In addition to your writing skills, your eyes seem to need some fixing too.
You go on and on pasting some other posts and avoid answering to the real questions, because apparently, it's some kind of competition to you and you feel like you are losing now.
But why use a conjunction to start a sentence? There are many advantages:
It maintains an easy, conversational style.
It preserves a link between sentences, whilst still delivering in a short, punchy vein. (Great for on-line writing).
It reduces the need for long, wordy compound sentences.
It is not grammatically incorrect to start a sentence with 'or', 'and' or 'but', and never has been
No, I don't need those three links again. It just shows that you cannot think yourself but feel the need to quote other people or that having a PhD and the relevant "knowledge" (told by other people) is the only way people can think and are justified to make their mind or opinions. And guess what, some people can think with their own brain too.
"You go on and on pasting some other posts and avoid answering to the real questions" - by Anonymous Coward on Friday February 05, @08:10PM (#31041906)
What "questions" are those? You have come here, trying to tell me "how to write" (not the first time for you, evidence of that much is clear below), & you also admitted you are off topic in doing so... that's in addition to your blatant grammatical errors evidenced below (via my quotes of YOUR OWN ERRORS no less).
because apparently, it's some kind of competition to you and you feel like you are losing now." - by Anonymous Coward on Friday February 05, @08:10PM (#31041906)
Competition is amongst equals, & you clearly are NOT mine (nor my superior in English based on your list of errors below). I think that anyone with any sense would read this and realize you have come here, off topic, trolling me on "how to write" and yet you make HUGE grammatical blunders here left & right? Please... "Gee, I wonder 'who is losing' here"? NOT I...
----
More evidences of those grammatical errors in English, on your part (hilarious - all while you tried to tell ME "how to write")?
Ok, here goes:
----
http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986
"And no, I don't have a PhD, but I do know spelling, grammar, and usage much better than you do, apparently." - by Anonymous Coward on Monday January 11, @08:42AM (#30722214)
----
HILARIOUS - YOU DO NOT START SENTENCES WITH THE CONJUNCTION "AND" IN PROPER ENGLISH!
(So, on that erroneous note of yours? Well - what did you do yet again later? Read on):
----
http://linux.slashdot.org/comments.pl?sid=1535998&cid=31025686
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
----
Yea, ok (b.s.)... "Sure, sure" (sarcasm). You just made the exact same mistakes 2 times here as the "AC 'writing critique slinging troll'", and I am not supposed to think you are he? Beg to differ!
----
"I do not hold PHD in English" - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
Dearest "AC writing critique slinging troll":
The correct phrase above would be "I do not hold a PHD in English" (note the "a")?
LMAO!
----
"You may be in elementary school, but I don't recall myself being." - by Anonymous Coward on Friday February 05, @07:31PM (#31041588)
The CORRECT PHRASE FOR THE BOLDED PART ABOVE would be "but I don't recall myself being in elementary school"...
You clearly have a problem with writing sentence FRAGMENTS... and your grammar has problems too (more evidences of that are below, quoted in YOUR OWN WORDS no less).
----
(Who do you think you are fooling here, other than yourself?)
APK
P.S.=> Learn these facts below, on PROPER ENGLISH (not "ebonics" english), & on how to write properly + especially before you go and try to tell others how to write well (especially a college grad like myself who also scored a 770 SAT verbal score (near perfect)):
"Like the above quote states, it is used in elementary school so that kids learn to write complete sentences and don't generate a habit of using conjunction in beginning of sentence. It doesn't mean there wouldn't be places where the correct use of it is appropriate." - by Anonymous Coward on Friday February 05, @07:31PM (#31041588)
Oh, really? These evidences clearly tend to state QUITE otherwise:
----
"Novice writers should be especially careful not to
"Again you paste irrelevant links" - by Anonymous Coward on Friday February 05, @09:12PM (#31042406)
These look pretty relevant here, & especially vs. your errors here quoted directly beneath them:
----
http://linux.slashdot.org/comments.pl?sid=1535998&cid=31025686
"And no, I'm not the other AC that commented about your writing style in the link." - by Anonymous Coward on Thursday February 04, @02:31PM (#31025686)
----
HILARIOUS - Per what's in my 'P.S.' below? Well - IT IS INCORRECT/BAD GRAMMAR TO START SENTENCES WITH THE CONJUNCTION "AND" IN PROPER ENGLISH!
So, get over it. You messed up, laughingly trying to tell me "how to write" and yet messing up hugely yourself on that very account!
And, to what you said? Yea, ok (b.s.)... "Sure, sure" (sarcasm). You just made the exact same mistakes 2 times here as the "AC 'writing critique slinging troll'" -> http://tech.slashdot.org/comments.pl?sid=1505462&cid=30729986 , and I am not supposed to think you are he? Beg to differ!
(Who do you think you are fooling here, other than yourself?)
APK
P.S.=> Learn these facts below, on PROPER ENGLISH (not "ebonics" english), & on how to write properly + especially before you go and try to tell others how to write well (especially a college grad like myself who also scored a 770 SAT verbal score (near perfect)):
----
"Novice writers should be especially careful not to begin sentence fragments with conjunctions." - http://www.cliffsnotes.com/WileyCDA/Section/Is-it-okay-to-begin-a-sentence-with-and-.id-305408,articleId-27216.html
"The rule against starting sentences with and, but or because is a hypercorrection teachers insist on in elementary school so that kids don't stay in the habit of writing fragments" - http://www.english-test.net/forum/ftopic7888.html
"I remember learning in grade school that this was absolutely out of the question" - http://www.english-test.net/forum/ftopic7888.html
----
apk