tea.mathoverflow.net - Discussion Feed (Strunk & White badge) Sun, 04 Nov 2018 13:49:21 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher DavidRoberts comments on "Strunk & White badge" (17006) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17006#Comment_17006 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17006#Comment_17006 Thu, 10 Nov 2011 21:39:16 -0800 DavidRoberts 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17005#Comment_17005 Thu, 10 Nov 2011 21:36:47 -0800 Scott Carnahan 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17004#Comment_17004 Thu, 10 Nov 2011 21:17:00 -0800 Will Jagy
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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=17003#Comment_17003 Thu, 10 Nov 2011 20:59:57 -0800 DavidRoberts OK, ... :) I'm happy.

]]>
DavidRoberts comments on "Strunk & White badge" (16723) http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=16723#Comment_16723 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=16723#Comment_16723 Thu, 27 Oct 2011 20:01:46 -0700 DavidRoberts 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=16721#Comment_16721 Thu, 27 Oct 2011 18:47:00 -0700 Todd Trimble 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=16719#Comment_16719 Thu, 27 Oct 2011 16:47:22 -0700 DavidRoberts 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15924#Comment_15924 Wed, 31 Aug 2011 21:16:44 -0700 DavidRoberts 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15921#Comment_15921 Wed, 31 Aug 2011 17:08:11 -0700 Anton Geraschenko 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15880#Comment_15880 Tue, 30 Aug 2011 07:15:22 -0700 quid 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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15877#Comment_15877 Mon, 29 Aug 2011 21:52:41 -0700 Ryan Budney
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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15875#Comment_15875 Mon, 29 Aug 2011 21:25:29 -0700 Will Jagy
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 http://mathoverflow.tqft.net/discussion/1126/strunk-white-badge/?Focus=15873#Comment_15873 Mon, 29 Aug 2011 20:15:31 -0700 DavidRoberts 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 :)

]]>