English Wikipedia Gets Two Millionth Article
reybrujo writes to inform us of a milestone for the English-language Wikipedia: the posting of its two millionth article. At the time of this posting there is uncertainty over which article achieved the milestone. "Initial reports stated that the two millionth article written was El Hormiguero, which covers a Spanish TV comedy show. Later review of this information found that this article was most likely not two million, and instead a revised list of articles created around two million has been generated, and is believed to be correct to within 3 articles. The Wikimedia foundation, which operates the site, is expected to make an announcement with a final decision, which may require review of the official servers' logs."
There's a reason for only counting pages above a certain size as "articles": a heading and a sentence do not maketh a proper wikipedia article.
Do we have so few problems that we have the need to statistically know EVERYTHING? Does that matter (other than to inflate the vanity of a few?).
It's time to realise that Abble's products are the biggest abomination these days. Just say NO to the dumb iAbble way!!
It would be interesting to know how many "real" articles there are. That is, if you took out the individual articles for all the fictional sci-fi characters that wikipedia seems to excel at, all the articles for individual episodes of Star Trek and Dr Who, basically all the meaningless cruft that nerds deem important - then, count how many articles there are. Far, FAR less than 2 million, I would expect.
You can't quote a microwave in a college paper either, but it's certainly useful.
But seriously, Not every source has to be academical to be of use. For many subjects, wikipedia is an excellent starting point. You might want to take lemmata on controversial subjects like Palestine and the Evolution with a grain of salt, but for many a subject the articles on wikipedia are of excellent quality.
You have two exclusive statements...one which makes sense, the other which doesn't.
Who cares? I mean honestly, who does?
In the long run, this is quite a minor historical marker. We're going to see article 5 million and MAYBE that will matter a little more. Maybe.
You can't even quote Wikipedia on a college paper, so why should anyone be using it
Correct - it's rather dumb to use it on a college paper (like using a regular paper encyclopedia); however, Wikipedia is the fastest starting point and is a good medium on not only specific information on subjects and sources, but also on the opinions of people with education, expertise, and bias on their subjects. If you dig into some controversial topics' histories, there is actually some VERY good information to wade through and find sources on. The end result is not perfect, the system IS flawed, but the information that you can glean from digging and researching STARTING at Wikipedia is quite useful.
Plus, the specialized wikis that are popping up that are using wiki-style management for their small wikis (where REAL experts can actually post) may be the bigger genius behind wikipedia).
If your complaint about wikipedia is that the final articles are flawed, you're right...but look at the process behind some of those articles and the histories. Dig into that, and you find what you need.
Because they draw people to try to reflect their points of view; and when you read the article (say, abortion or evolution or software patents) you can gain a quick overview on almost any significant point of view on the subject, and how they relate to each other. Yes, individual viewpoints may not be perfectly reflected. But you *do* gain an incredibly broad view, which no traditional encyclopedia can deliver.
Wikipedia is much more likely to be useful on a controversial subject where people feel inclined to participate (and correct or refactor partisan views) than in non-controversial subjects that doesn't scratch anybody's itches. You need to cross a certain threshold in order to contribute to an article. Articles that aren't important to you you simply will not edit. Articles that are edited by many may not gain "quality", but will become very broad, and better starting points for further research than those that are only edited by a few not-that-motivated users.
For example, UTF-16 needs a lot of porting effort, while UTF-8 magically works in all 8-bit-clean programs that don't need to count codepoints or tell character properties (and hey, bytes happen to _be_ 8-bit wide so unless you do something strange, you are 8-bit-clean). Most English-speaking developers won't put this effort, so here goes your multi-lingual friendliness.
Or another, more insidious flaw of UTF-16: it gives people a false feeling that they can store an entire character in a single array position. This works... as long as you don't meet any character over U+FFFF (rare Han[1], etc) or characters which need to be written using a base char + combining characters (Indic scripts, etc). UTF-8 makes no such promises, and thus doesn't lead to such non-obvious bugs.
UTF-16 is an abomination that needs to go. Unfortunately, it's entrenched in Windows API: you need to use BlueScreenW() instead of BlueScreenA() everywhere, and this is something people who don't need internationalization don't want to do. Even as of Vista, Microsoft still doesn't allow simply setting the system's code page to UTF-8, something which the whole Unix world[2] did years ago.
[1]. And according to People's Murderous Commiepublic of China's laws, you need to support these (as GB18030) in any product sold in mainland China. Of course, they don't give a damn about that law unless they want to demand a favour from a company so they have a yet another stick of non-compliance).
[2]. All non-toy distros do this by default, and if not for few whiners, non-UTF8 locales would probably be dropped by now.
The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
I know a few retired rocket scientists. I'd love it if their unique knowledge didn't go to the grave with them. I'd rather be able to look up the definition of a "yardley" as a unit of pressure than a list of characters from Harry Potter. Unfortunately, wikipedia doesn't seem to be interested in anything that's "from personal knowledge or experience" these days.
If wikipedia is only going to allowed references to things already published elsewhere, and all written culture is inevitably moving online, how will wikipedia differentiate from Google? I mean, if there's no unique information in wikipedia, there's very little unique value in it. It's just a really labor-intensive presentation layer at that point, isn't it?
Whoever said anything about quoting wikipedia itself? I would say it is of far greater use for research papers in that you can get a good overview of a subject, and then use the citations of said article to find other, lengthier papers more suitable for academia.
Wikipedia is a research tool, not the swiss army knife of research.
"Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K