Ogg Vorbis / Theora Language Removed From HTML5 Spec 395
Rudd-O writes "It's official. Ogg technology has been removed from the HTML5 spec, after Ian caved in the face of pressure from Apple and Nokia. Unless massive pressure is exerted on the HTML5 spec editing process, the Web authoring world will continue to endure our modern proprietary Tower of Babel. Note that HTML5 in no way required Ogg (as denoted by the word 'should' instead of 'must' in the earlier draft). Adding this to the fact that there are widely available patent-free implementations of Ogg technology, there is really no excuse for Apple and Nokia to say that they couldn't in good faith implement HTML5 as previously formulated."
Ogg mad! (Score:5, Funny)
Figures (Score:4, Insightful)
Re: (Score:3, Insightful)
I'm sorry, but how is it a loss for the public to remove any reference to specific media formats from a specification that should by its nature be format independent? Ogg had no more business being in an HTML spec than WMV, RA, or some Flash-based video player.
Huh? (Score:5, Insightful)
I have news for you: HTML is a format!
By being half-assed and not specifying a standard for a widely used aspect of the web browsing experience, what is in effect happening is a de-facto endorsement of all of those pet proprietary formats at the expense of clarity and allowing the various companies to rape the public with a million of buggy plug-ins, each with its own flavour of the week. The very anathema of a "standard".
It does not matter if Ogg/Theora were not the most advanced and efficient of technologies as neither is the whole concept of HTML. What mattered was estabilishment of an open standard which would cut down on the chaos of inane plug-ins and made it impossible for companies like CNN to purposefully block all web browsers other then IE from accessing their video contents, as is the case now.
Re: (Score:3, Insightful)
YouTube works? Are you joking? Firefox crashes on me every time I view a YouTube video thanks to the wonderfully crappy proprietary, closed source Flash plugin for Firefox on GNU/Linux. It doesn't work at all. Using Ogg/Theora in a video tag, on the other hand, would work perfectly.
Closed source solutions like Flash aren't solutions at all. Flash isn't even a video
OT: Possible Linux Firefox/Flash Crash Workaround (Score:3, Informative)
Hey--I used to have a problem where Firefox (tried many versions) under Linux (Slackware 12) would hang consistently after viewing a flash movie (tried many plugin versions) then starting to view a second one. I suspected it had something to do with the audio, I found after tracing with gdb, and seeing how non-audio flash pieces didn't crash it.
Turns
Re:Huh? (Score:5, Insightful)
No, they don't. Try a 64-bit Linux, any distro, amongst many other examples. And no, writing entire 32-bit emulator plugins so that the stupidity which is Flash can run in them does not constitute "working" anymore than running VMWare makes Autocad work on Linux.
Bullshit. The "web-using public's" 95%+ membership is comprised of people who would upon seeing "this website needs the The Up-Your-Ass Shit-o-Matic Plugin to Enhance Your Experience" would go "Duh, I better click OK!".
Quality or needs of the public have nothing to do with any of it. Needs of the various idiots attempting to control the public via means such as Flash-only sites have everything to do with it. That is why the public is not involved in protesting Ogg, corporations are.
More bullshit. If it weren't for open standards, the only "web" browser in existence would browse Microsoft "enhanced" HTML. The de-facto, secret, proprietary, patent-encumbered standards, with players available for only a small fraction of platforms are not "sensible" in any way, shape or form.
Politics? Your entire argument can be summarized as "Everyone should use IE and commercial plugins on either Windows (or possibly, grudgingly, Mac)! Everyone who doesn't is a bitter, unpopular political loser!"
Re: (Score:3, Informative)
They do [wikipedia.org]. However having standard codecs and attempting to tie together formats that are orthogonal in nature are two separate matters. The <video> element type works regardless of the video codec in use, so the HTML specification attaching itself to one particular codec is unnecessary.
Re: (Score:3, Insightful)
MPEG is the name of a working group. Some of the formats they have standardised contain patented technology. It's not accurate to say "MPEG contains patents".
In Hickson explained Apple's situation quite well [whatwg.org]:
Re: (Score:3, Insightful)
I don't know where this myth arose that previous versions of HTML specified "standard" image formats, but it's just not true. Read the specifications yourself.
Not specifying any particular video codec for <video> is exactly the same as how images were handled. Including a recommendation for Theora is a change from how images were handled.
Re:mod parent up. (Score:5, Informative)
I liked the idea of OGG being recommended for HTML5, but realistically, there are a lot of problems.
As a container, OGG is pretty heavyweight. It's not going to be good for mobile devices.
All off the Vorbis and Theora decoders I've seen have been extremely resource-intensive. This may well be because more attention is devoted to other codecs like XVid, and so they are more highly optimized. Nevertheless, again, mobile devices will suffer.
Quality-wise, Vorbis is pretty nice. Theora, however, is a generation behind, and rapidly losing ground. HTML5 isn't expected to be ratified for over a year. In that time, Theora's generation of codecs will be even older and less efficient to the then-current codecs. For a field as rapidly evolving as streaming video, it doesn't make all that much sense to include it. It would be like suggesting that Indeo be implemented for HTML4.
The biggest benefit to recommending OGG in HTML5 is that it would get a free format out there, but at the cost of efficiency. While bandwidth continues to grow, and computers get faster and faster, waste is still a concern, and mobile devices are becoming more popular (you have to treat these as if they were 10 year old computers with equivalent bandwidth!) OGG misses the mark in most categories--too big and bulky for mobiles, too old for new computers. It's the worst of both worlds.
Re: (Score:3, Insightful)
Methinks you are being a bit myopic here. Where would we be today if the HTML spec didn't specify jpg, gif, and png as baseline standards for the image tag? Can you imagine a huge mishmash of competing proprietary image standards, many of which woul
Re:Figures (Score:5, Insightful)
I'm not sure if you are trying to be ironic here or if you are actually serious.
No HTML specification does that. The farthest any HTML specification goes is mentioning that they are common formats.
Yes, in fact that's precisely the state of the world today. For instance, Firefox doesn't support JPEG 2000 [mozilla.org].
Not really, because all major browsers support JPEG and PNG, despite the fact that the HTML specifications haven't recommended them.
It does no such thing. For instance, it doesn't require browsers to implement JavaScript, it provides scripting language-independent hooks that can be used to support JavaScript or any other scripting language. It doesn't require browsers to implement CSS, it provides stylesheet language-independent hooks that can be used to support CSS or any other stylesheet language. It doesn't require browsers to implement JPEG or PNG, it provides image format-independent hooks that can be used to support JPEG, PNG or any other image format. And the HTML 5 specification is taking the exact same approach by not requiring Theora or Vorbis, but providing codec-independent hooks that can be used to support Theora, Vorbis or any other codec.
The choice of video and audio codecs is outside the scope of the HTML 5 specification. Attempting to more tightly couple independent formats is myopic.
Mod parent up! (Score:3, Insightful)
Re: (Score:3, Insightful)
Even before mention of Ogg formats was removed, HTML5 would not have required those formats. You correctly note that current the HTML 4.01 recommendatio
Re:Figures (Score:5, Informative)
Yes, it mentions them, it doesn't recommend them. Look at what it says:
It mentions them as examples to illustrate how the <img> element type is used, not in order to promote them and certainly not to "specify them as baseline standards" as Ignorant Aardvark was claiming.
And how in hell did I "fail to note" that it mentions them? I explicitly said it mentions them.
That's simply not true. There is a world of difference between mentioning popular formats as examples and saying that vendors should implement them.
An alternative... (Score:5, Interesting)
...now that I read the changes... (Score:5, Informative)
Re: (Score:2)
off to tag the front-page article with "badsummary"
How is this a bad summary? The summary says that ogg/theora is no longer in the HTML 5 spec. The story is largely about just that. No, it doesn't include all the details about the HTML 5 spec.. but that's why we call it a "summary".
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Now, I don't mind wrangling users' systems to determine what is the best format to put stuff in; that's how we get a market for these things, how we keep them technically competitive, and the web developers (not the standards organizations) are the best people for the job here (we're used to it, and we're good at it).
Re: (Score:3, Interesting)
Re: (Score:2)
Okay. My reasoning is pretty simple. After taking the number of window managers available and comparing that to the number in widespread use, I note that the second number is a fairly small fraction of the first. The same is true of video codecs. If you don't have an issue where you have to download dozens of codecs to play video at your favorite sites (and you don't...ogg, quicktime, and windows media playe
Re: (Score:2)
I dont think I have ever experienced that.
Oh wait. Your a Windows user? Never mind.
Re:An alternative... (Score:4, Interesting)
Does that mean that HTML5 should specify PNG exclusively for image content? This isn't so much about a specific standard as it is about *open* standards. Nokia and Apple are hand-wringing and whining because the standard specified a specific format other than quicktime (and whatever format Nokia has up it's sleeve). Provided Apple and Nokia are putting forward new codecs licensed under the same terms as Ogg (or at least in-line with the spec's recommendation), what's wrong with letting them then compete on their technical merits?
I'm not saying I want windows media, quicktime, and realplayer to be considered, but if there was an incentive to honestly open those formats to implementation by anyone, for free, with no catch, I'd be fine with allowing them.
It's not beating around the bush that's causing the document format controversy, it's exactly the same issue that's present here. There's no place where it says "hey, if you create a document, it has to be in a format that has these attributes". *Because* of this controversy, organizations, companies, and governments are actually looking at the issue of access and seeing that open standards matter.
To me, this type of change serves to drag the issue that remains unobvious to most people straight into the light of day. If Nokia and Apple take issue with the changed language, then they have to discuss the differences in licensing between their preferred formats and Ogg before they can do anything else. That ain't a bad thing.
Re: (Score:2)
Last I knew, both JPEG and GIF were unencumbered by patents. An alleged JPEG patent claim would have expired last year even if valid, and Unisys's last GIF patents expired in 2003-6. If I missed something, let me know.
(Just picking nits.)
Re: (Score:2)
If web developers could use 24 bit colour with alpha reliably then (some) websites would look far nicer and cooler.
Only thing holding them back atm is....well IE 6.
Yeah Jpeg has its place but GIF is plain old fashioned.
Re: (Score:2)
Re: (Score:2)
You're right that Ogg wasn't specified as a requirement, but it was the only format specified by name...that was the comparison I was making.
The change still makes a strong recommendation. There are precious few formats meeting the criteria spelled out in the changed language (which, I think was the author's intent in changing it that way). The new language illustrates the reason that no other formats were mentioned in the previous language. It makes things better by pushing all codecs towards openness
Re:An alternative... (Score:5, Insightful)
Who the hell is Ian? (Score:2, Insightful)
Re: (Score:2, Funny)
You know, I've thought that for the longest time...
Re: (Score:2, Informative)
If not, then I have no idea...
The only reason that I am even in a position to guess this is because I happened to go to University with him, so I agree the summary could use some work.
If HTML5 gets adopted (Score:5, Interesting)
For one, it will mean the death of any lightweight web browser. Web will become something like a TV where you are fed with content you cannot filter (because the TV is too complex to hack). Monopoly through complexity.
A simple new format that is designed from the start for vector graphics and that doesn't try to be backwards compatible with HTML would be the best way for the new web.
Re:If HTML5 gets adopted (Score:5, Insightful)
Having the web be just like TV is exactly what large companies want. The marketting tards want you to see their company website exactly the way they think it's supposed to look. They certainly don't want people filtering content or anything like that. Why do you think Flash only websites are becoming so popular? The problem is mostly due to management and marketting types having no idea how the internet works.
On the plus side, it might be a pretty good filter all by itself. The second you see a site using HTML5, you automatically know it's probably not worth browsing.
Re: (Score:2)
Search engines cant read them so I never get to see them.
(Yeah yeah Google can read text from flash but most flash devs manage to prevent that unintentionally)
Re: (Score:2)
Re: (Score:3, Insightful)
Well, these companies show their true colors (Score:4, Insightful)
Re:Well, these companies show their true colors (Score:5, Insightful)
Re:Well, these companies show their true colors (Score:4, Funny)
WTF. For them to be appologists, they have to have the ability to think something was wrong, and they are so in love with their lord an savior, happily and arrogantly trapped behind the reality distortion field...
BURN KARMA BURN!
Re: (Score:3, Interesting)
Doesn't make sense... (Score:5, Interesting)
This wouldn't be a story if Microsoft had done it, trying to force WMP codecs into the standard - I'm actually kind of surprised they hadn't yet... but Nokia? wtf
Re: (Score:2)
Take off the Glasses of Idealism for a moment and look at it from the Nokia and Apple point of view. They've spent money and effort on implementations of the MPEG-4 standard. They've spent time in committee getting the standard right. If this had gone in they would have to add
Re: (Score:2)
Re: (Score:2)
Plus, it is not actually free of patents, the patent owners have just given a very broad license to use them for free. I'm not sure how that works out legally for companies like Apple or Nokia, it may or may not figure into it.
Re: (Score:2)
Anyone can use it for any purpose for free (both beer and freedom).
Re: (Score:3, Informative)
FYI yes its patented but its under a 'free for all' licence. Anyone can use it for any purpose for free (both beer and freedom).
Who knows if there are any other patents lurking? We know from the MP3 history: Yes, everyone knew there were tons of patents, but you could buy a license for all the patents for quiet a reasonable fee, which for example Microsoft did. Then suddenly someone comes up with a claim for a patent that is not covered by that pool and sues Microsoft for billions.
Same thing could happen with Ogg as well. Make it part of the HTML5 standard, convince Apple, Nokia and Microsoft to use it, and four years from now w
Not a requirement (Score:5, Insightful)
So what's the point in having it in there then? The vendors who don't want to implement it won't, and the people wanting an open baseline won't get one. The recommendation did nothing for openness or interoperability, it just gave people an official excuse to bash vendors that won't implement it.
All other things being equal, a smaller specification that everybody can agree on is better than one with unnecessary, contentious recommendations. There was never any need for this recommendation, it just bloated the already massive specification.
Re: (Score:2)
Re: (Score:3, Insightful)
Standards are attempts to make a set of behaviors explicit & well-defined -- they are
Web Standards (Score:3, Insightful)
I don't see that the edit makes much of a difference. Even if HTML5 says that user agents SHOULD support Ogg, it doesn't mean they all will. And even though HTML 5 doesn't mention Ogg, it doesn't mean they all won't.
As every web developer knows, what you can and cannot do on a web site has less to do with what the standards say, and more to do with what browsers decide to support. There are web standards that have been specified for years that developers still cannot use (for example, much of the CSS in the Acid2 test), and there are technologies that get widely used before being standardized (for example, XMLHttpRequest).
Wierd. (Score:4, Informative)
From the page [html5.org]:
What part of initially suggesting Ogg Vorbis doesn't fit with the new quote? It just seems wierd. Like they could say what they mean, but not explicitly suggest Ogg.
Re:Wierd. (Score:5, Interesting)
The submarine patent threat. Ogg claims to be unencumbered, but until somebody big starts using it and lawsuits start flying in the Eastern District of Texas, nobody actually knows whether it's unencumbered. And companies which are already carrying a significant risk of submarine patents from other more popular/profitable codecs don't have much incentive to assume even more risk for sake of a codec that's hardly used and doesn't present compelling technical advantages.
Some people think this is FUD. I think those people don't pay attention to patent-related news in the US; the only safe position right now is to assume something is encumbered until someone else has spent millions of dollars litigating it to be sure, which is why you get development models like SQLite: SQLite refuses to accept or use any code based on algorithms or techniques that are less then 17 years old, so that they can prove they're using technologies which couldn't possibly be patent encumbered.. Patent reform would be a nice thing to have for cases like this...
There really is no excuse? (Score:3, Funny)
Greed.
Avarice.
Stupidity.
Need I go on?
Bwah? (Score:2)
Re: (Score:2)
Its completely taken over the web as a way to reliably watch video on the internet.
The W3C wants to formalize something like it which anyone can use.
Makes perfect sense.
Re: (Score:2)
And yet this is possible without any version of HTML ever recommending a particular format for the <img> element type.
Re: (Score:2)
Re: (Score:2)
Did anybody check the commit title? (Score:2)
Lift the cat who was amongst the pigeons up and put him back on his pedestal for now. (remove requirement on ogg for now)
... and the replacement text doesn't name ogg, it merely lists codec desiderata that only the oggs (afaik) can meet.
That said, I can easily imagine that companies are in exclusive-licensing binds and have promised not to support other media formats in exchange for, say, massive price breaks.
Playing devil's advocate (Score:2, Insightful)
Re: (Score:2)
Think YouTube.
Also its not forcing everyone to only use Ogg. They can use Ogg and WMV and MPEG 4 etc...
The point is having a format that any HTML 5 compliant browser can view (which implies free and open).
say ogg WAS official (Score:5, Interesting)
make ogg official, and business will ignore it, and marginalize the standard. do we really want the standards ignored?
so allow the businesses their moronic formats, and use ogg anyways
it's silly if anyone thinks the war against proprietary formats is going to be won by a standards body. at the very best, business will embrace standards because the standards body play footsie with business desires, which is what happened, which is good!
at worst, the standards body ignores business on some ideological crusade, so businesses just ignore the standards as well, and we have a worse tower of babel on our hands
folks: this is the best possible outcome, where best possible outcome = ugly begrudging accomodation of moronic business desires. you can't do any better than what happened, unfortunate, but true
Ummmm..... (Score:2, Interesting)
FUD FUD FUD (Score:5, Informative)
Re:FUD FUD FUD (Score:5, Informative)
And countering yours:
I'm a huge FOSS buff, but that doesn't mean I have to blindly love everything pushed out the door as "freedom friendly". I don't have anything against Theora except that it's just not very competitive. I wouldn't want to see it as the official video file format any more than I'd want to see ASCII text as the official document file format; both have clear limitations when compared to their competitors.
The W3 made the right choice. As much as I like the idea of Theora, I'm glad we don't have to be saddled with the reality of it.
Yeah, that's FUD (Score:5, Interesting)
1) That is in comparison to h264. And I call it 'embarrassing' because Theora *could* easily be just as good, but it isn't right now. That document is a call to arms and because of it, a new encoder is rapidly taking shape. Its improvements are already making it back to mainline. We'll catch up rapidly.
2) "It's safe to say that MPEG4 and it's codecs have been more thoroughly researched than Theora" Bullshit. MPEG is simultaneously inefficient and narrow in their focus. MPEG-4 / h.264 is a decades old chassis with a few recent research papers tacked on. _Several of the items I identified as 'embarrassing' and 'obsolete' ironically apply to MPEG-4 too_.
3) "I absolutely, positively promise you that Youtube serves more video than Wikipedia, and they don't stream Theora." Irrelevant. This is an argument against Google (Altavista dwarfed them), Microsoft (IBM and even Apple dwarfed them), Toyota (GM dwarfed them), etc.
"As much as I like the idea of Theora, I'm glad we don't have to be saddled with the reality of it."
Why does everyone here think this is a battle of individuals? These are huge multinationals and your puny insignificant selves don't even appear on their radars. Sure, the public will indeedy benefit from a standard multimedia codec set with no proprietary/encumbered strings attached, but that is entirely irrelevant in the process of making money. They're *for profit corporations* doing what for-profit corporations do. Making money. And that is entirely orthogonal to morals, public good, or even competent engineering. They don't have any interest whatsoever in what you think.
Although we're a non-profit (and exist on behalf of the common good), our argument in this battle happens to concern rallying all the sub-$100M companies that will be frozen out by the very biggest players getting their way. When big companies win, little companies generally lose. Although the little compaines greatly out-mass the big companies, they tend to be fragmented. If we can get them all together to fight for a uniform technology recommendation, way more people win.
But you might want to run for cover, 'cause Godzilla has his squishin' boots on.
Re: (Score:3, Informative)
That document was an internal identification of weak areas. It was intended to be 100% critical. We don't need to keep telling ourselves within Xiph and RedHat etc what's good about it.
"But the legal teams of every major corporation that wants to use it [MPEG]? I imagine Sony's given it a look or two along the way. Just as an example."
Sony is a bad example as
Re: (Score:3, Insightful)
No one actually knows what the patent status of any codec is. More generally, it is virtually impossible to write any computer program longer than "hello world" and be sure it doesn't infringe on someone's patent.
What we do know, though, is an attempt has been made to find patents that Vorbis infringes, and that attempt came up with nothing. Furthermore, Vorbis has been deployed and used for many years now, and no one has sued. As for Theora, it is known
Re: (Score:3, Informative)
That's only according to some guy from Nokia, who clearly has a massive bias.
On2 had sold VP3 licenses for years, as well as for newer versions (VP4/5/6/7) based on many of the same methods as VP3. Those codecs have long been licensed, and widely used by very large companies like AOL (Nullsoft TV, AIM Video), Macromedia, Adobe (Flash v7), BBC (QuickLink field broadcasts), eBay (Skype Video), and no doubt many many more.
Patent FUD at fault. (Score:2, Informative)
"we need a codec that is known to not require per-unit or per-distributor licensing, that is compatible with the open source development model, that is of sufficient quality as to be usable, and that is not an additional submarine patent risk for large companies."
The sad thing is that Ogg/Theora is strong on all these points, and it's probably the only somewhat modern codec set that even comes close. Theora might not be state of the art, but it is orders of magnitude b
The actual mail on the HTML-wg mailing list... (Score:5, Informative)
"I've temporarily removed the requirements on video codecs from the HTML5
spec, since the current text isn't helping us come to a useful
interoperable conclusion. When a codec is found that is mutually
acceptable to all major parties I will update the spec to require that
instead and then reply to all the pending feedback on video codecs.
http://www.whatwg.org/issues/#graphics-video-codec [whatwg.org]
"
The title of the news is a bit misleading
Consensus will never be found (Score:3, Insightful)
attention that mpeg4 guy (Score:5, Insightful)
"Ogg's video codec is Theora, which was proprietary. On2 developed it as its closed competition to MPEG-4's H.263 (DivX) and H.264 (AVC) codecs, alongside other competing proprietary codecs from Real and Microsoft (WMV). The winner to shake out of all that competition has been the MPEG-4 standard, which includes both a container and different sets of codecs. MPEG-4 is open and supported by lots of companies, and is also supported by FOSS (x264 is among the best implementations)." - DECS
I get the feeling that if people would actually sit down and look at the issue objectively then it would be obvious that Ogg/Theora being included in the HTML5 spec isn't that great of an idea. The problem is the Ogg crowd has a huge chip on their shoulder since no one has really given them the time of day. So, here's a chance for them to get some validation for all their hard work but they've been cut out yet again so everyone's all up in arms.
Comment removed (Score:4, Insightful)
MPEG-4 is NOT open/free (Score:2)
Re: (Score:3, Insightful)
Not exactly desirable. With Theora there isnt that problem.
Ogg/Theora only poor against impossible options. (Score:4, Insightful)
Theora is substantially better than any other codec which has a chance of being included. As such it's silly to say that Theora shouldn't be used because it isn't the best... thats a bit like saying "I won't drive any car but a Ferrari" when all you can afford is a used Ford Escort.
Obviously most implementations will also include a better codec than Theora, but Theora is a generally respectable codec at web streaming bitrates and it will provide a viable option for those who can't or won't pay the licensing fees for better codecs. In other words, Theora will be a reasonable baseline which is all it's supposted to be in this context.
Furthermore, the inclusion of Theora will also help keep the licensing costs down for better codecs. Everyone Wins, except companies that make money licensing codecs... and in the long run they'll probably win too, since web video that Just Works will increase the popularity of web video.
Re: (Score:3, Informative)
First off, MPEG-1 is no longer patent restricted, and is newer and better than h.261.
Second, 10X is clearly a made-up number. Through the past 20+ years of lossy video compression, there hasn't been an order of magnitude improvement in compression at all. And even if there had been such an improvement, Theora certainly wouldn't be
Patent expired techniques (Score:3, Insightful)
Whatever we may want to think, it is true that someone COULD challenge Ogg Vorbis on patent grounds, valid or not. A technique 20 years old and based on expired patents is absolutely unambiguous - the patent office itself is the documentation that the technique is now unrestricted.
For most of what is done on the web the older technologies would work just fine. They are also mainstream, which means they stand a better chance of being used. The HTML standards process is not strong enough to push forward Ogg Vorbis, IMO.
Remember, this is big corporate lawyer turf here. Ogg Vorbis is thought to be free of patent claims but there is no way to prove that. Expired patents are the safest possible way to proceed.
Babel (Score:2)
The **AA doesn't really have to do anything anymore. The file traders
Maybe it's just me.. (Score:3, Insightful)
This is why zeal matters (Score:4, Insightful)
Every little one of these things matters, they all add up like links in a chain. There are people actively trying to destroy freedom and they are doing it slowly with incremental steps. This is just another step. I'm sorry, if you can't be bothered to take an active participation in protesting and exploring alternate systems, then you are letting everyone down. You know the expression: "No one snow flake in an avalanche feels any responsibility."
The *big* picture is democracy itself. Once the information is controlled, the people are controlled. Make no mistake, people are actively working against the free exchange of information. While most are just working for their own self interests, there are others capitalizing on these actions in more nefarious ways.
I know you think this is tin foil hat stuff, but look around, look at what's happening. We have to work against these sorts of things because rust never sleeps.
Just Sayin' (Score:2)
what a horrible summary (Score:3, Interesting)
"Widely available patent-free implementations of Ogg".
First, saying "Ogg" means Ogg Vorbis to most people. This is about Ogg Theora.
Second, whether something is patent free is not determined by the implementation. You're thinking of copyright!
Ogg Theora uses patented technology. We don't want to enter into a Rambus-type situation where once something becomes popular a company can come back and start dinging people for money.
And the icon doesn't make sense. This isn't about trying to patent existing or trivial things, it's about whether a standard should make mandatory a patented codec that isn't even widely used.
Re: (Score:2, Interesting)
Apple has always been evil, but the suave evil (with a few flaws in it's act) that makes other think it's not so bad. But in the end, it's evil nature is what got it such a low market share in the 90s. There recovery has been more due to improving thir suave act, rather than pretending not to be evil.
MS is a known evil and doesn't hide it, sometimes it's better to face a known evil, than an entity with unkowns.
Re:Microsoft, Google, Apple (Score:5, Funny)
Apple = Lawful Evil
Microsoft = Chaotic Evil
Me = Nerd
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
So, in other words... (Score:2)
Apple = John Travolta's character from Swordfish
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Insightful)
Re: (Score:2, Flamebait)
So this "Should" vs. "Shall" is a mute point, they meant what they said.
Re: (Score:2)
Re: (Score:2)
Yes, that would be nice. However the specification didn't aid that goal before this change either. It only recommended Theora. Vendors were still free to ignore the recommendation and not bother implementing it, and that's exactly what multiple vendors were planning on doing. So what has been lost by
Re: (Score:2)