tea.mathoverflow.net - Discussion Feed (How do people asking homework questions find MO?) Sun, 04 Nov 2018 13:54:31 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Andrew Stacey comments on "How do people asking homework questions find MO?" (4213) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4213#Comment_4213 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4213#Comment_4213 Mon, 29 Mar 2010 14:26:26 -0700 Andrew Stacey @Anton: +1. I hope our wives never meet ...

]]>
Anton Geraschenko comments on "How do people asking homework questions find MO?" (4189) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4189#Comment_4189 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4189#Comment_4189 Sun, 28 Mar 2010 12:21:37 -0700 Anton Geraschenko My wife tells me, "your jokes are funny in a very different way."

]]>
Harry Gindi comments on "How do people asking homework questions find MO?" (4134) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4134#Comment_4134 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4134#Comment_4134 Sat, 27 Mar 2010 10:59:10 -0700 Harry Gindi

As you can see from the last column, indexing isn't costing anything!†

!!!

]]>
grp comments on "How do people asking homework questions find MO?" (4133) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4133#Comment_4133 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4133#Comment_4133 Sat, 27 Mar 2010 10:57:12 -0700 grp
To Anton: I'm sure other people think you're funny in the morning, just not in the way you think you're funny. ]]>
Anton Geraschenko comments on "How do people asking homework questions find MO?" (4132) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4132#Comment_4132 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4132#Comment_4132 Sat, 27 Mar 2010 10:30:01 -0700 Anton Geraschenko It sounds like most of that information is collected by Google Analytics, but it's presented to me in a way that makes it hard to track individuals. Here's an example of the sort of information I can extract. Consider this question. I can ask analytics to show me how people got to this question:
analytics
As you can see from the last column, indexing isn't costing anything!†

But that only gives information about who visits the question after it's been asked. The real question is how the asker got to the site, and it seems like that would be non-trivial to extract even with the access logs. I guess we could find the first occurrence of the asker's IP.

†You should probably ignore that. In the mornings, I'm the only one who thinks I'm funny.

]]>
grp comments on "How do people asking homework questions find MO?" (4131) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4131#Comment_4131 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4131#Comment_4131 Sat, 27 Mar 2010 09:27:24 -0700 grp
The server logs might contain some useful referrer information, but it will be at best suggestive as to how some people are finding the site. I would also use something like Google to find pages that link to mathoverflow.net, and see if any of those pages also provide links to other "homework" sites.

Gerhard "Ask Me About System Design" Paseman, 2010.03.27 ]]>
Andrew Stacey comments on "How do people asking homework questions find MO?" (4126) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4126#Comment_4126 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4126#Comment_4126 Sat, 27 Mar 2010 06:05:23 -0700 Andrew Stacey Here's a sample of the access log from my blog:

::1 - - [21/Mar/2010:15:34:28 +0100] "POST /~astacey/wordpress/wp-admin/admin-ajax.php HTTP/1.1" 200 237 "http://localhost/~astacey/wordpress/wp-admin/post-new.php" "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc11 Firefox/3.5.8"
::1 - - [21/Mar/2010:15:34:52 +0100] "GET /~astacey/wordpress/wp-admin/images/button-grad-active.png HTTP/1.1" 200 284 "http://localhost/~astacey/wordpress/wp-admin/css/colors-fresh.css?ver=20091217" "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc11 Firefox/3.5.8"
::1 - - [21/Mar/2010:15:34:52 +0100] "POST /~astacey/wordpress/wp-admin/post.php HTTP/1.1" 302 - "http://localhost/~astacey/wordpress/wp-admin/post-new.php" "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc11 Firefox/3.5.8"
::1 - - [21/Mar/2010:15:34:58 +0100] "POST /~astacey/wordpress/wp-cron.php?doing_wp_cron HTTP/1.0" 200 - "-" "WordPress/2.9.2; http://localhost/~astacey/wordpress"
::1 - - [21/Mar/2010:15:34:54 +0100] "GET /~astacey/wordpress/wp-admin/post.php?action=edit&post=7&message=6 HTTP/1.1" 200 41745 "http://localhost/~astacey/wordpress/wp-admin/post-new.php" "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc11 Firefox/3.5.8"

Normally, you get the IP address at the start but since I was on the machine running the server, it didn't register. Then you get the time-stamp, the request, the HTTP sever code (200 good, 40X bad), Not sure what that next number is (time the request took, perhaps?). Then the referring page (if any). Finally, the user-agent string (so you can see that I claimed to be using Firefox on an old Mac from the US running linux. In fact, I appear to be running fedora 11 and Firefox 3.5.8. Actually, you haven't a clue what I'm actually using as user-agents are customisable by the browser.).

If you don't have access to the server logs, you may still be able to pick this up using a bit of nifty javascript. All of this information gets passed to any program and it may be accessible in the javascript. I'm not a js expert so I don't know if js has access to this, and if it does whether or not it can do anything with it. Certainly a server-side script could do it. What you would want is for the page to ajax-like call a program on the server passing it all the environment variables. That program can then log it wherever you want.

Seems a bit of an effort, though. Far simpler just to request the access logs.

]]>
Harald Hanche-Olsen comments on "How do people asking homework questions find MO?" (4125) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4125#Comment_4125 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4125#Comment_4125 Sat, 27 Mar 2010 05:49:15 -0700 Harald Hanche-Olsen @Anton: It can vary, but typically you find a time stamp, originating IP address, HTTP command (GET, POST, etc), result code, browser info, and referrer. If the user clicks on a link in a certain web page, the browser will typically include the address of that page as the referrer when asking for the linked page. For images, the referrer will be the name of the containing page.

]]>
Anton Geraschenko comments on "How do people asking homework questions find MO?" (4123) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4123#Comment_4123 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4123#Comment_4123 Fri, 26 Mar 2010 22:35:16 -0700 Anton Geraschenko What information is contained in server access logs?

]]>
Andrew Stacey comments on "How do people asking homework questions find MO?" (4111) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4111#Comment_4111 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4111#Comment_4111 Fri, 26 Mar 2010 20:40:59 -0700 Andrew Stacey Shame. That would provide some useful and interesting information. Any chance of requesting it? (Duly sanitised, of course.)

]]>
Anton Geraschenko comments on "How do people asking homework questions find MO?" (4103) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4103#Comment_4103 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4103#Comment_4103 Fri, 26 Mar 2010 17:55:31 -0700 Anton Geraschenko We do not have access to the server access logs as far as I know.

]]>
Andrew Stacey comments on "How do people asking homework questions find MO?" (4100) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4100#Comment_4100 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4100#Comment_4100 Fri, 26 Mar 2010 16:33:50 -0700 Andrew Stacey Do "we" have access to the server access logs? That would tell us how they find us.

]]>
Michael Lugo comments on "How do people asking homework questions find MO?" (4086) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4086#Comment_4086 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4086#Comment_4086 Thu, 25 Mar 2010 17:11:34 -0700 Michael Lugo Harald, I'm not sure MO will become any easier to find than it is now. Google already seems to find us very quickly, and that's basically how everyone finds things.

]]>
Mariano comments on "How do people asking homework questions find MO?" (4084) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4084#Comment_4084 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4084#Comment_4084 Thu, 25 Mar 2010 17:05:47 -0700 Mariano Harald, the questions in question should be deleted instead.

Lots of questions have been closed "because there is no point in allowing more answers" (not that I think that is a sensible reason!) and I don't think you want to disallow robots seeing those and people finding them.

]]>
Qiaochu Yuan comments on "How do people asking homework questions find MO?" (4083) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4083#Comment_4083 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4083#Comment_4083 Thu, 25 Mar 2010 17:03:24 -0700 Qiaochu Yuan There are places which maintain a list of links to active StackExchange sites, and MO is featured pretty prominently since we're relatively active. We probably also get a lot of referrals from SO, although that shouldn't account for most of them.

The obvious keywords I can think of for math homework help don't bring up MO, so I don't think Google's to blame.

]]>
Harald Hanche-Olsen comments on "How do people asking homework questions find MO?" (4082) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4082#Comment_4082 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4082#Comment_4082 Thu, 25 Mar 2010 17:02:27 -0700 Harald Hanche-Olsen Good question. My first guess would be google. But actually, I have a hard time finding a google search likely to be used by a student that shows MO on the first page. Curious. If MO is that hard to find now, imagine what it's going to be like when it becomes easier to find.

By the way, this prompts a feature request. Could closed questions be equipped with <meta name='robots' content='none'> in the head? Then at least typical homework questions won't by themselves lead googling students to MO.

]]>
Mariano comments on "How do people asking homework questions find MO?" (4081) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4081#Comment_4081 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4081#Comment_4081 Thu, 25 Mar 2010 16:56:12 -0700 Mariano You probably meant to write lest instead of let :)

]]>
Michael Lugo comments on "How do people asking homework questions find MO?" (4079) http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4079#Comment_4079 http://mathoverflow.tqft.net/discussion/309/how-do-people-asking-homework-questions-find-mo/?Focus=4079#Comment_4079 Thu, 25 Mar 2010 15:51:51 -0700 Michael Lugo Every so often we get people asking questions that are clearly at the level of, say, standard homework problems in calculus courses or below. These are summarily dismissed. (I think some people are a bit too harsh in the way they dismiss these questions -- I feel that we should do our best not to anger people, let they get the idea that all mathematicians are assholes. But that's a different story.)

How are these people finding Math Overflow? Do we know? I understand what motivates them to ask their questions once they find the site -- there's a chance they may get an answer, and the worst that can happen is that some people on the Internet that they've never met tell them to go away -- but how are they getting here in the first place?

]]>