Prev: This MIDI stuff, would someone be interested in reviewing my code?
Next: This MIDI stuff, would someone be interested in reviewing mycode?
From: Gautier write-only on 8 Mar 2010 11:26 Well, newsgroups contents are visible, copied several times, on various search engines... YouTube has a normalized weight of only 5.73%. > Also I noticed: "The first 100 pages per search engine are checked for > possible false positives and this is used to define the confidence factor" > - the confidence factor for Ada is not publicised. That could be the explanation... Anyway, the idea of a "transparent" index, with the same rules, but with publication of all figures, could be a nice project. Of course automatized... How complicated would it be to parse the HTML page returned by search engines ? For instance, the Google request gives somewhere in the HTML code: *<p id=resultStats>* Results <b>1</b> - <b>10</b> of about <b>1,440,000</b> for <b>ada programming</b> Matching the above tag, the result is at reach of the hand. Maybe some HTTP request to do with AWS ? Any hint is welcome, I'm doing the rest of the code :-) Gautier
From: Tero Koskinen on 8 Mar 2010 14:39 On Mon, 8 Mar 2010 03:53:34 -0800 (PST) Gautier write-only wrote: > Or publish a fair, transparent index based on the TIOBE idea, but with > the publication of the figures ? There is also http://langpop.com/ which I find slightly more realistic based on my own experiences, although that doesn't show Ada in very popular light either. -- Tero Koskinen - http://iki.fi/tero.koskinen/
From: Gautier write-only on 8 Mar 2010 15:18 > Maybe some HTTP request to do with AWS ? > Any hint is welcome, I'm doing the rest of the code :-) OK, found it: http://rosettacode.org/wiki/HTTP#Ada G.
From: Gautier write-only on 8 Mar 2010 15:22 On Mar 8, 8:39 pm, Tero Koskinen <tero.koski...(a)iki.fi> wrote: > There is alsohttp://langpop.com/which I find slightly more realistic > based on my own experiences, although that doesn't show Ada in very > popular light either. That would not be a big issue for me - provided the conclusions can be reproduced. I only have something against dubious statistics... G.
From: jonathan on 8 Mar 2010 17:04
On Mar 8, 11:53 am, Gautier write-only <gautier_niou...(a)hotmail.com> wrote: > Hello, > > From time to time I'm looking at the TIOBE Programming Community Index > http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html > The results, for long, are not very glorious for Ada, but I told > myself if was like it was. > For instance the latest ranking for Pascal, Fortran and Ada are: > > Tiobe ranking > -------------- > Pascal 0.603% > Fortran 0.563% > Ada 0.376% > > Now, I spent a few minutes to look at the figures myself, following > the famous citation "The only statistics you can trust are those you > falsified yourself". > So I made the search engine queries as described there: > http://www.tiobe.com/index.php/content/paperinfo/tpci/tpci_definition.... > including 1-year time windowing when available. > Here are the results (the simple queries without time windowing give > similar results): > > Google Google Blogs MSN Yahoo! Wikipedia > YouTube > > ------------------------------------------------------------------ > Pascal 2'020'000 25'027 3'170'000 25'200'000 1'664 232 > Fortran 1'510'000 11'768 1'640'000 7'900'000 949 113 > Ada 2'140'000 110'310 2'670'000 49'300'000 1'764 70 > > With the weights being 23% for each engine, except YouTube with 7%, it > is obviously impossible to have Ada's ranking that is lower than > Fortran's and even than Pascal's. > Funny thing: the weights sum up to more than 100%, so don't forget to > divide by the sum of weights! > If you take for instance Pascal's ranking as a reference, the rankings > would be actually the following: > Pascal 0.603% > Fortran 0.294% > Ada 0.668% <- uh-oh, almost the "A" category... > Thanks Gautier ... I hadn't realized how silly the TIOBE index is until you explained how it works. Another data point: http://www.blackducksoftware.com/oss/projects#languageos Still can't draw any real conclusions about the software industry from this data point, but it least it is not meaningless. Jonathan |