Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 535

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 542

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 578

Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 18
statistic « iReemo

Tag Archive for 'statistic'

Tweetflu

(First: soon seems relative ;P)

Tweets per Hour about "Swine Flu"

Tweets per Hour about "Swine Flu"

This is my newest Statistic about Twitter. I’m using Twitter for some weeks now and I’m impressed by the … textflow.
It reminds of Google Trends which covers a much longer period than this. But that’s Twitter. One day on Google is one hour on Twitter.

So this is about how many Tweets are posted about “Swine Flu” (per Hour). Written in PHP (Cli) and stored in SQLite (cool!), imported to OO.Calc, exported to PDF, converted to PNG => here it is.

Music Industry Crisis illustrated on CD releases and average Track Count

Hey Hey,
so i haven’t blogged something since my 18. birthday, ive been quite busy… anyway.

I lately worked on a mysql db containing the whole freedb for school (teaching php ;) ). First we just wanted a simple database for doing some SQL Stuff, but there are serious statistics you can dump!

Here’s an example: I just throwed the following SQL:
SELECT year AS Year, count( * ) AS Count, AVG( track_count ) AS Tracks FROM `cds` WHERE year >1950 AND year <2010 AND track_count >5 GROUP BY year

And this is what turned out:

Development of Music Industry

Development of Music Industry

You can easily see how the whole music industry grew since 1950, but you can see the crisis as well, just look at the data after 2005 (filesharing getting big). This is probably another effect, beside cd sells: less cd’s are produced then estimated!

And adressing the track count: i always had the feeling the overall track count of my cd’s is getting smaller each year… but this is obviously not true.

————————————————————–
Okay, just a side note:
I’m now twittering on twitter.com/ireemo ! Follow me and my experiments with the Arduino, a microcontroller fully based on opensource layouts and so on.
Curious about putting AvrX on it!