Lounger's ages
#41
Quote:The birthday list gives each person's age, and it is interesting that (or so it seems) the vast majority are in their 30's.
This is no surprise when you consider when diablo came out all the people now in their 30s were in the primary target age for the game: their teens.
Reply
#42
Quote:When I started posting on the battle.net DSF forums I was a single college student living in a crappy apartment.
Similar to me. I started posting in 1997 when I was 17. I'll be 29 in a week. Married with a house, 4 crappy cars, a son, and I even used to have a job last month! Time really does fly.

And yes, I even still play video games regularly!
Reply
#43
Quote:
Thanks, I probably should have read the full man page (I just skimmed the readme). I'll try that when I resume the downloading. I'm not sure whether it will work or not, as technically, I'm not connecting to multiple files, but one php file that I'm passing a different parameter to each call. It's definitely worth a shot though.

I couldn't resist following up on this... mostly because of your mention of curl. But also because I had a vacation cut short because my spouse wrecked our 2008 Mustang (but that's another story).

Anyway I used a series of commands to get the usernames and birthday's of the all the Lurker Lounge accounts. I was worried about RAM usage (probably needlessly) so I didn't use just one command to pull down all the profiles.

Code:
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[1-5000] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out1
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[5001-10000] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out2
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[10001-15000] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out3
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[15001-20000] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out4
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[20001-25000] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out5
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[25001-30000] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out6
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[30001-35000] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out7
curl -s http://www.lurkerlounge.com/forums/index.php?showuser=[35001-39465] |&nbsp;&nbsp;egrep -A1 "Birthday|<div id=\"profilename" | ./parseAge > out8

The "parseAge" command is an awk script to parse out the username and the birthdate. It's rather ugly but I'll be happy to post it if anyone requests it.

It still ran pretty slow. All together it took about 2.5 to 3 hours to run. I PM'd the results to Pete, so he can work his numerical analysis.

I did notice that, even though the user numbers start with one and are incremented for subsequent users, not all numbers represent valid users. For example, there is no user associated with 10000 (i.e. there is no profile for this URL: http://www.lurkerlounge.com/forums/index...user=10000 )

Plus, new users are being added all the time (obviously), so my list is accurate as of around 4/9/2009 7:30 am EST.
Reply
#44
Hi,

I've processed the data from Viscous' list (thanks, again). I still have the latest data (which is about 8 years old) from Mirajj that I'm in the process of cleaning up, but it doesn't look like it is going to be much different from what I've posted before. So, this may be the last of this game for me. If anyone is interested, I have pretty much everything used for these three posts in an xl file. Anyone wanting a copy of that file, send me an e-mail with an addy that I can send attachments to.

According to the front page of the Lounge (when I looked) there were 16188 registered members.

From Viscous' list, there where 16263 entries. As he points out, not all member numbers correspond to a member. Of those entries 12036 gave no birth info (including, from a casual scan, many old time regulars). Two claim to be born in 1906 and 1908 respectively. Seven claim to be born in or after 2001. One claims to have been born on September 31st. That left 4217 'valid' entries.

I'm sure that some of those entries are spam bots or other thrash (e.g., Alex001Urimmisholi through Alex015Urimmisholi looks suspicious to me). However, a superficial scan seems to indicate that the vast majority are typical member names, and at least the birth dates are reasonable values. So, with he understanding that at least some of the data are flawed, the results are:
Code:
Data points&nbsp;&nbsp;&nbsp;&nbsp; 4217
&nbsp;&nbsp;&nbsp;&nbsp;
Youngest&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.0
First quartile&nbsp;&nbsp;26.0
Median&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;33.0
Third quartile&nbsp;&nbsp;41.0
Oldest&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;67.0
&nbsp;&nbsp;&nbsp;&nbsp;
Mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;26.0
Average&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 33.8
Std dev (pop)&nbsp;&nbsp; 8.5
The histogram data are:
Code:
&nbsp;&nbsp;Age&nbsp;&nbsp;Count&nbsp;&nbsp;&nbsp;&nbsp; Age&nbsp;&nbsp;Count&nbsp;&nbsp;&nbsp;&nbsp; Age&nbsp;&nbsp;Count
&nbsp;&nbsp; 10&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 29&nbsp;&nbsp; 145&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 45&nbsp;&nbsp; 127
&nbsp;&nbsp; 11&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30&nbsp;&nbsp; 168&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 46&nbsp;&nbsp; 127
&nbsp;&nbsp; 15&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 31&nbsp;&nbsp; 167&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 47&nbsp;&nbsp; 130
&nbsp;&nbsp; 16&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp; 163&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp; 142
&nbsp;&nbsp; 17&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 33&nbsp;&nbsp; 131&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 49&nbsp;&nbsp;&nbsp;&nbsp;41
&nbsp;&nbsp; 18&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 34&nbsp;&nbsp; 146&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 50&nbsp;&nbsp;&nbsp;&nbsp; 3
&nbsp;&nbsp; 19&nbsp;&nbsp;&nbsp;&nbsp;22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 35&nbsp;&nbsp; 128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 51&nbsp;&nbsp;&nbsp;&nbsp; 2
&nbsp;&nbsp; 20&nbsp;&nbsp; 109&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 36&nbsp;&nbsp; 142&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 54&nbsp;&nbsp;&nbsp;&nbsp; 2
&nbsp;&nbsp; 21&nbsp;&nbsp; 124&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37&nbsp;&nbsp; 133&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56&nbsp;&nbsp;&nbsp;&nbsp; 2
&nbsp;&nbsp; 22&nbsp;&nbsp; 141&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 38&nbsp;&nbsp; 131&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 57&nbsp;&nbsp;&nbsp;&nbsp; 2
&nbsp;&nbsp; 23&nbsp;&nbsp; 157&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 39&nbsp;&nbsp; 133&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 58&nbsp;&nbsp;&nbsp;&nbsp; 1
&nbsp;&nbsp; 24&nbsp;&nbsp; 141&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40&nbsp;&nbsp; 148&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 59&nbsp;&nbsp;&nbsp;&nbsp; 1
&nbsp;&nbsp; 25&nbsp;&nbsp; 173&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 41&nbsp;&nbsp; 136&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 63&nbsp;&nbsp;&nbsp;&nbsp; 1
&nbsp;&nbsp; 26&nbsp;&nbsp; 178&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 42&nbsp;&nbsp; 127&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 67&nbsp;&nbsp;&nbsp;&nbsp; 1
&nbsp;&nbsp; 27&nbsp;&nbsp; 159&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 43&nbsp;&nbsp; 132&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; 28&nbsp;&nbsp; 145&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 44&nbsp;&nbsp; 137
Overall, it looks like the Lounge population mostly ranges from 20 to 48, and is pretty evenly distributed over those ages. The lack of sub 20 year olds appears to be a real effect.

Fun, but now, in the words of R. Dangerfield, "all gone, stupid.";)

--Pete

How big was the aquarium in Noah's ark?

Reply
#45
Quote:Overall, it looks like the Lounge population mostly ranges from 20 to 48, and is pretty evenly distributed over those ages. The lack of sub 20 year olds appears to be a real effect.
Did you mean "a real blessing" there? :shuriken:
Cry 'Havoc' and let slip the Men 'O War!
In War, the outcome is never final. --Carl von Clausewitz--
Igitur qui desiderat pacem, praeparet bellum
John 11:35 - consider why.
In Memory of Pete
Reply
#46
Hi,

Quote:Did you mean "a real blessing" there? :shuriken:
Shhh! That's supposed to be a secret. B)

--Pete

How big was the aquarium in Noah's ark?

Reply
#47
I'm 6 months over the average age.
"What contemptible scoundrel stole the cork from my lunch?"

-W.C. Fields
Reply
#48
Interesting results. FWIW I would be in the "closer to heaven" range (to be interpreted any way you like). ;)Now, can you do a survey of how many of those people are "non-committed lurkers" (made at least two posts - the first one might have been an accident)?:P
Reply
#49
Quote:I'll drink to that! :lol:

You'll drink to anything you fish! :whistling:
Sith Warriors - They only class that gets a new room added to their ship after leaving Hoth, they get a Brooncloset

Einstein said Everything is Relative.
Heisenberg said Everything is Uncertain.
Therefore, everything is relatively uncertain.
Reply
#50
Hi,

Quote:Now, can you do a survey of how many of those people are "non-committed lurkers" (made at least two posts - the first one might have been an accident)?:P
I really don't know what is in the member database other than the fields I've seen. But you can easily see the number of posts by clicking on the 'members' link up there where it says 'Help Search Members Calendar'. I just did so, and found 27 pages with 50 per page of members with 0 posts. Surprised me -- I'd expect someone to register only if they wanted to post. The true, pure, Lurker would read all the fora daily and never register;)

--Pete

How big was the aquarium in Noah's ark?

Reply
#51
Thank you (and your curiosity) for bringing this up Pete. I haven't visited the Lurker Lounge in years, as I never had the connection quick enough to play WoW. The shift away from Diablo hit just as I was entering college, so I left the Lounge behind. I never was a big poster (maaaaybe double digit post count?), but I loved to scan the boards. The conversations and people were just so much more interesting than anywhere else. Honestly, where else would people go through the trouble of evaluating the age distribution of the members, just for fun? :)

I just found it funny, because as soon as I saw your post, I was curious too.

US East ROCKS!!! *Esahaettr

*I may not know the answer, but the voices in my head probably do.
*Cows may come and cows may go, but the bull in here will live on forever.
Reply
#52
On a second note... wow... I can't believe I actually remembered my login information. :D

US East ROCKS!!! *Esahaettr

*I may not know the answer, but the voices in my head probably do.
*Cows may come and cows may go, but the bull in here will live on forever.
Reply
#53
April 24th, 1978

so I will be turning 31 in nine days. Seems so easy compared to how 30 was. Twenty wasnt bad at all neither was 25, but 30 was quite painful.
https://www.youtube.com/user/FireIceTalon


"Your very ideas are but the outgrowth of conditions of your bourgeois production and bourgeois property, just as your jurisprudence is but the will of your class, made into law for all, a will whose essential character and direction are determined by the economic conditions of the existence of your class." - Marx (addressing the bourgeois)
Reply
#54
Quote:April 24th, 1978

So I will be turning 31 in nine days. Seems so easy compared to how 30 was. Twenty wasn't bad at all neither was 25, but 30 was quite painful.
Ya, you can't trust anyone over 30... I remember 30 was that point when you realize... I'm really not a kid anymore. I'm staring at 50 in a couple years... My grandpa retired at age 55, although by my dads time it was 65. For me, I'm pretty sure it will be 75.
”There are more things in heaven and earth, Horatio, Than are dreamt of in your philosophy." - Hamlet (1.5.167-8), Hamlet to Horatio.

[Image: yVR5oE.png][Image: VKQ0KLG.png]

Reply
#55
Quote:There are a ton of old names on there, who I wonder where they've gone over the years.
Considering mine is one of them, I'll go ahead and feel free to reply to this.

When I started posting on the DSF, I was either 15 or 16, living at home and just graduating from high school, starting to study Journalism. Now, about 9-10 years later I live in a small student apartment across the country, as I'm working on my Master's thesis after having switched from Journalism to Ancient History years ago, while also working part time for an insurance company to pay the bills.

It's fairly amusing (well - to me, at least) how this particular period coincides with my ridiculous decade of being a student:)

Also, good to see many of you are still trucking along! *tips hat at Pete and Occhi*
-Leshy, Pizza Lover Extraordinaire
http://www.leshy.net
Reply
#56
Hi,

Quote:Also, good to see many of you are still trucking along! *tips hat at Pete and Occhi*
And a tip of the hat back to you:)

Your input has been missed over the years, glad to see you back and I hope you stay. I remember our discussions on "the media". I guess you'll not be the one who rescues it from itself:) Ancient history sounds like fun, but what are the job prospects? Do you hope to make it your profession, or do you think it will have to be an avocation?

--Pete

How big was the aquarium in Noah's ark?

Reply
#57
Hi Pete,

Funny to see such an interesting post about the Lounge's history at this time - I was just mentioning the "formative effect" of this place to a colleague today. I've actually brought the Lounge up on many occasions as a place where I was first exposed to "real" politics - where I first came to realize what politics was all about - by running into and chatting with a cast of really interesting characters from all walks of life holding all kinds of different opinions. I'm 27 now, working on a PhD in Political Science. I guess I was about 19 when I started lurking here.

There's a growing literature on the "echo chamber effect", but the Lounge and places like it have made me very resistant to the idea that the internet stifles discourse and polarizes debate. I came here because I loved to play a game, but found as diverse of a community as one could imagine. I learned as much about how other people think about the world here as I have in any other single place. The time I spent "ruminating" (fuming is probably a better word) over all kinds of political and philosophical questions with many of you has had a tremendous influence on the future course of my life.

So, thanks to you and others (you know who you are) for chatting over the years. I remember you fondly, and I hope to pop in more frequently in the future.
But whate'er I be,
Nor I, nor any man that is,
With nothing shall be pleased till he be eased
With being nothing.
William Shakespeare - Richard II
Reply
#58
Was this an elaborate trick to figure out what to get me for my birthday ? :whistling:

//waves to all//
Stormrage :
SugarSmacks / 90 Shammy -Elemental
TaMeKaboom/ 90 Hunter - BM
TaMeOsis / 90 Paladin - Prot
TaMeAgeddon/ 85 Warlock - Demon
TaMeDazzles / 85 Mage- Frost
FrostDFlakes / 90 Rogue
TaMeOlta / 85 Druid-resto
Reply
#59
Quote:Considering mine is one of them, I'll go ahead and feel free to reply to this.

When I started posting on the DSF, I was either 15 or 16, living at home and just graduating from high school, starting to study Journalism. Now, about 9-10 years later I live in a small student apartment across the country, as I'm working on my Master's thesis after having switched from Journalism to Ancient History years ago, while also working part time for an insurance company to pay the bills.

It's fairly amusing (well - to me, at least) how this particular period coincides with my ridiculous decade of being a student:)

Also, good to see many of you are still trucking along! *tips hat at Pete and Occhi*
Still addicted to pizza, are you Leshy?

Man, it is so, so good to "see" you again. :lol:

Occhi
Cry 'Havoc' and let slip the Men 'O War!
In War, the outcome is never final. --Carl von Clausewitz--
Igitur qui desiderat pacem, praeparet bellum
John 11:35 - consider why.
In Memory of Pete
Reply
#60
Quote:Was this an elaborate trick to figure out what to get me for my birthday ? :whistling:

//waves to all//
Uh, since we know it would be Guinness, no. :lol:

Occhi
Cry 'Havoc' and let slip the Men 'O War!
In War, the outcome is never final. --Carl von Clausewitz--
Igitur qui desiderat pacem, praeparet bellum
John 11:35 - consider why.
In Memory of Pete
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)