tea.mathoverflow.net - Discussion Feed (Strunk & White badge) 2018-11-04T13:49:21-08:00 http://mathoverflow.tqft.net/ Lussumo Vanilla & Feed Publisher DavidRoberts comments on "Strunk & White badge" (17006) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17006#Comment_17006 2011-11-10T21:39:16-08:00 2018-11-04T13:49:21-08:00 DavidRoberts http://mathoverflow.tqft.net/account/588/ Scott - yes, I noticed 'unknown (google)' aka user 10035, and wondered how he/she had achieved it. Scott - yes, I noticed 'unknown (google)' aka user 10035, and wondered how he/she had achieved it.

]]>
Scott Carnahan comments on "Strunk & White badge" (17005) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17005#Comment_17005 2011-11-10T21:36:47-08:00 2018-11-04T13:49:21-08:00 Scott Carnahan http://mathoverflow.tqft.net/account/73/ It seems that user 10035, with only 183 points, is a counterexample to the claim that the Strunk&White badge does not count edits to posts that you own. There is an impressive collection of ... It seems that user 10035, with only 183 points, is a counterexample to the claim that the Strunk&White badge does not count edits to posts that you own. There is an impressive collection of questions (both deleted and otherwise) that have been edited many times.

]]>
Will Jagy comments on "Strunk & White badge" (17004) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17004#Comment_17004 2011-11-10T21:17:00-08:00 2018-11-04T13:49:21-08:00 Will Jagy http://mathoverflow.tqft.net/account/208/ I assumed, back in August, that you were referring to something metaphorical, which is why quoted Coleridge. However, you meant an actual MO badge, http://mathoverflow.net/badges/12/strunk-white ...
http://mathoverflow.net/badges/12/strunk-white

As said by Samuel L. Jackson in The Long Kiss Goodnight, "When you make an assumption, you make an Ass out of U and Umption."]]>
DavidRoberts comments on "Strunk & White badge" (17003) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17003#Comment_17003 2011-11-10T20:59:57-08:00 2018-11-04T13:49:21-08:00 DavidRoberts http://mathoverflow.tqft.net/account/588/ OK, ... :) I'm happy. OK, ... :) I'm happy.

]]>
DavidRoberts comments on "Strunk & White badge" (16723) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=16723#Comment_16723 2011-10-27T20:01:46-07:00 2018-11-04T13:49:21-08:00 DavidRoberts http://mathoverflow.tqft.net/account/588/ Well, I'm not so much a completist that I would deliberately post something awful to get the peer pressure badge, http://mathoverflow.net/badges/36/peer-pressure, (incidentally I notice three 10k+ ... Well, I'm not so much a completist that I would deliberately post something awful to get the peer pressure badge, http://mathoverflow.net/badges/36/peer-pressure, (incidentally I notice three 10k+ users that have it) or delete a post with votes just to get the disciplined badge, http://mathoverflow.net/badges/35/disciplined...

]]>
Todd Trimble comments on "Strunk & White badge" (16721) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=16721#Comment_16721 2011-10-27T18:47:00-07:00 2018-11-04T13:49:21-08:00 Todd Trimble http://mathoverflow.tqft.net/account/411/ Man, you really want that badge, don't you? :-) Man, you really want that badge, don't you? :-)

]]>
DavidRoberts comments on "Strunk & White badge" (16719) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=16719#Comment_16719 2011-10-27T16:47:22-07:00 2018-11-04T13:49:21-08:00 DavidRoberts http://mathoverflow.tqft.net/account/588/ Hmmm, hasn't turned up yet... I'm just curious now if there is a delay in processing this (say, hourly, daily), or whether there are some conditions on what sort of edits count - minimum number of ... Hmmm, hasn't turned up yet... I'm just curious now if there is a delay in processing this (say, hourly, daily), or whether there are some conditions on what sort of edits count - minimum number of characters, retagging is discounted etc...

]]>
DavidRoberts comments on "Strunk & White badge" (15924) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15924#Comment_15924 2011-08-31T21:16:44-07:00 2018-11-04T13:49:21-08:00 DavidRoberts http://mathoverflow.tqft.net/account/588/ Wow, thanks Anton! Better get my metaphorical red pen out... :) Wow, thanks Anton!

Better get my metaphorical red pen out... :)

]]>
Anton Geraschenko comments on "Strunk & White badge" (15921) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15921#Comment_15921 2011-08-31T17:08:11-07:00 2018-11-04T13:49:21-08:00 Anton Geraschenko http://mathoverflow.tqft.net/account/2/ You're pretty close. As of the last database dump (a month ago), you've edited 115 posts, but edits to posts that you own don't count towards the Strunk and White badge. You have 91 edits to other ... You're pretty close. As of the last database dump (a month ago), you've edited 115 posts, but edits to posts that you own don't count towards the Strunk and White badge. You have 91 edits to other peoples' posts. Here's how I got this information from the public dump:

grep 'UserId="4177"' posthistory.xml | grep 'PostHistoryTypeId="[45]"' > dredits.txt
grep 'UserId="4177"' posthistory.xml | grep 'PostHistoryTypeId="1"' | grep -o 'PostId="[0-9]*"' | grep -o '[0-9]*' > drposts.txt
for x in `cat drposts.txt`; do grep -v "PostId=\"$x\"" dredits.txt > tmp.txt; mv tmp.txt dredits.txt; done
wc -l dredits.txt

The first line builds a list of all edits to bodies or titles you've made (PostHistoryTypeIds 4 or 5). The second builds a list of all the PostIds you own (i.e. that were first posted by you). The third strips out the edits to posts you own.

]]>
quid comments on "Strunk & White badge" (15880) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15880#Comment_15880 2011-08-30T07:15:22-07:00 2018-11-04T13:49:21-08:00 quid http://mathoverflow.tqft.net/account/583/ David, not sure this is relevant to your question, but I believe to have read somewhere that not all edits count towards this badge (if I rememeber well, in particular not pure badge-edits). But this ... David, not sure this is relevant to your question, but I believe to have read somewhere that not all edits count towards this badge (if I rememeber well, in particular not pure badge-edits). But this might also be a SE 2.0 difference; I believe to have read it overthere.

]]>
Ryan Budney comments on "Strunk & White badge" (15877) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15877#Comment_15877 2011-08-29T21:52:41-07:00 2018-11-04T13:49:21-08:00 Ryan Budney http://mathoverflow.tqft.net/account/107/ I suspect the only way to compute your number of edits would be to write a script that goes through the ...
http://tea.mathoverflow.net/discussion/266/mo-public-database-dumps/

http://tea.mathoverflow.net/discussion/903/searching-mo-via-the-dumps/

Moreover, I imagine this is how the StackExchange software does it.]]>
Will Jagy comments on "Strunk & White badge" (15875) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15875#Comment_15875 2011-08-29T21:25:29-07:00 2018-11-04T13:49:21-08:00 Will Jagy http://mathoverflow.tqft.net/account/208/ David, I imagine you knew that your request goes first to the editorial board of the Oxford English Dictionary. I'm not sure you were aware that it then goes to the Archbishop of Canterbury, finally ...
Troche trips from long to short.
From long to long in solemn sort
Slow spondee stalks; strong foot! Yet ill able
Ever to come up with Dactyl trisyllable.
Iambics march from short to long;--
with a leap and a bound the anapests throng.]]>
DavidRoberts comments on "Strunk & White badge" (15873) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15873#Comment_15873 2011-08-29T20:15:31-07:00 2018-11-04T13:49:21-08:00 DavidRoberts http://mathoverflow.tqft.net/account/588/ Warning: this may be seen as a piece of complete vanity. I'm sure I'm well on the way to getting this (relatively rare!) badge. Sometimes I think, 'surely I've edited a hundred entries', but then I ... Warning: this may be seen as a piece of complete vanity.

I'm sure I'm well on the way to getting this (relatively rare!) badge. Sometimes I think, 'surely I've edited a hundred entries', but then I think, 'I haven't counted and it's probably not that many'.

Is this sort of information visible to über-users? It's not in the public dumps.

If I'm being silly, please tell me and I will be patient, yes, patient.... My time will come :)

]]>