User Kyle Cronin - Meta Stack Overflow most recent 30 from meta.stackoverflow.com 2009-11-23T10:51:44Z http://meta.stackoverflow.com/feeds/user/658 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://meta.stackoverflow.com/questions/9822/age-distribution-of-stackoverflow-users 125 Age Distribution of StackOverflow Users Kyle Cronin 2008-09-08T16:30:09Z 2009-11-22T00:14:44Z <p><strong>Update</strong>: I decided to rerun the script since we now have about twice as many users. The distribution trend is much more pronounced in this version. Though the following text is from the original version of this post, the data and graph are new.</p> <p>Since I was curious about the average age of the users here, I decided to write a script to answer the question in the vein of Grant's <a href="http://beta.stackoverflow.com/questions/6936/using-what-ive-learned-from-stackoverflow-html-scraper" rel="nofollow">profile scraper</a>. The script downloaded the profile page of every user and cataloged the age for each person that chose to provide it. The script then printed out the aggregate data.</p> <pre><code>#!/usr/bin/perl use strict; use warnings; use LWP::Simple; my $MAX_USER_ID = 15_000; my %Ages; $| = 1; # print immediately print "Fetching..."; for my $uid (1..$MAX_USER_ID) { my $page = get "http://stackoverflow.com/users/$uid"; next unless $page; $Ages{$1}++ if $page =~ m/Age\s*&lt;\/td&gt;\s*&lt;td&gt;\s*(\d+)\s*&lt;\/td&gt;/; print "$uid..." if $uid % 10 == 0; } print "\nDone.\n"; for my $age (sort keys %Ages) { print "$age: $Ages{$age}\n"; } </code></pre> <p>The output is as follows:</p> <pre><code>8: 13 9: 3 11: 3 12: 1 15: 2 16: 14 17: 8 18: 21 19: 49 20: 58 21: 91 22: 118 23: 173 24: 221 25: 255 26: 284 27: 276 28: 289 29: 225 30: 224 31: 212 32: 167 33: 164 34: 142 35: 112 36: 123 37: 111 38: 121 39: 78 40: 65 41: 60 42: 36 43: 30 44: 23 45: 30 46: 20 47: 12 48: 9 49: 12 50: 8 51: 10 52: 3 53: 2 54: 4 55: 3 56: 1 58: 4 60: 1 61: 3 63: 1 66: 1 68: 1 88: 12 </code></pre> <p>The average age of a StackOverflow user is <strong>30.1</strong>, assuming everyone is honest in their profile (though we do have more 8-year-olds than I would have expected). Finally, here is a graph showing the distribution more clearly. That outlier to the right are our eight 88-year-olds still going strong. If we remove the 8 and 88-year-olds from the average, it drops us down by 0.1 years to <strong>30.0</strong>. (Actually, it's a drop of 0.104)</p> <p><img src="http://modos.org/sofage.jpg" alt="alt text" /></p> http://meta.stackoverflow.com/questions/30301/how-can-employers-view-my-cv-if-i-havent-made-it-searchable 2 How can employers view my CV if I haven't made it searchable? Kyle Cronin 2009-11-19T04:25:53Z 2009-11-19T06:02:02Z <p>On the Careers site my CV is a placeholder - something I filled out just enough so the system would let me file at the $29/3 year deal. I've been planning on working on it before exposing it on the site, but according to the site an employer has already viewed the page:</p> <p><img src="http://modos.org/employerviewcv.png" alt="" title=""></p> <p>Seeing as the number for "CV Search Hits" is 0, I'm assuming that my CV can be viewed directly through a URL bypassing the search. If this is true, then I consider it a bug. If a CV isn't searchable, it shouldn't be able to be seen by employers at all.</p> http://meta.stackoverflow.com/questions/20570/stickers-for-stackers-i-e-post-your-sticker-shots 20 Stickers for Stackers (i.e. post your sticker shots!) Kyle Cronin 2009-09-05T16:20:15Z 2009-11-17T20:36:25Z <h2>UPDATE: For those feeling left out of the sticker party, details on how to obtain stickers are <a href="http://blog.stackoverflow.com/2009/09/how-to-get-stack-overflow-stickers/" rel="nofollow">now on the blog</a>!</h2> <p>Look what arrived in the mail yesterday - <strong>stickers!</strong> Thanks Jeff! <img src="http://lnquartet.modos.org/style%5Femoticons/default/biggrin.gif" alt="" title="" /></p> <p><img src="http://modos.org/stickers/1.jpg" width="320"><img src="http://modos.org/stickers/2.jpg" width="320"></p> <p>First, I put a StackOverflow on my black 2007 MacBook, my primary computer and the one I use to code and check StackOverflow:</p> <p><img src="http://modos.org/stickers/3.jpg" alt="" title="" /></p> <p>Second, I put a ServerFault sticker on my home media server, a PowerMac G4 running Mac OS X 10.5, 3 200GB drives connected with ZFS. I know that technically I purchased the machine (and therefore questions about it are ineligible for ServerFault) but it's the closest thing I have:</p> <p><img src="http://modos.org/stickers/6.jpg" alt="" title="" /></p> <p>I also stuck a SuperUser sticker on my rock-solid WRT54G router running the Tomato firmware:</p> <p><img src="http://modos.org/stickers/7.jpg" alt="" title="" /></p> <p>To show others I'm living the StackOverflow lifestyle, I also put a SO sticker on my car, a 2005 Nissan Sentra. It's too small to be read by the driver behind me, but it should be visible to those that are walking by my parked vehicle:</p> <p><img src="http://modos.org/stickers/4.jpg" alt="" title="" /></p> <p>Finally, in the spirit of <a href="http://meta.stackoverflow.com/questions/14470/what-is-the-boat-programming-meme-about">boat programming</a>, I affixed a StackOverflow sticker to my Old Town kayak. It may not make me a <a href="http://www.mattmcdole.com/boat/" rel="nofollow">programmer out at sea</a>, but being a programmer on a lake is good enough for me.</p> <p><img src="http://modos.org/stickers/5.jpg" alt="" title="" /></p> <p>I still have a few stickers left - <strong>any ideas for other places I could put them?</strong> (I tried my iPhone, but the stickers are too long). And to those that have stickers of your own, <strong>please post some pics of where you've put yours!</strong></p> <p><strong>EDIT:</strong> Just got my <a href="http://meta.stackoverflow.com/questions/13587/we-need-a-meta-sticker">Meta sticker</a> - thanks again, Jeff! I'm not sure if I'm going to actually adhere it to anything considering I only have 1 and the supply is somewhat limited, but it's still cool to have!</p> <p><img src="http://modos.org/stickers/m1.jpg" alt="" title="" /></p> http://meta.stackoverflow.com/questions/28882/what-is-your-google-wave-id/28884#28884 10 Answer by Kyle Cronin for What is your Google Wave ID? Kyle Cronin 2009-11-06T18:24:34Z 2009-11-15T20:13:56Z <blockquote> <p>Only Jon Skeet's Google Wave ID will be considered the accepted answer to this question</p> </blockquote> <p>Jon Skeet's Google Wave is <a href="http://meta.stackoverflow.com/questions/28703/would-it-be-appropriate-to-make-a-thread-on-meta-asking-for-google-wave-ids-of-so/28707#28707"><strong>jonathan.skeet@googlewave.com</strong></a></p> <p><hr></p> <p>List of IDs <sub>(append <code>@googlewave.com</code>)</sub>:</p> <ul> <li>kyle.cronin</li> <li>jonathan.skeet</li> <li>andreasblixt - Blixt</li> <li>welbog</li> <li>alexb17 - alex</li> <li>mikehudsonsucks - Michael Bay...</li> <li>shognine - Shog9</li> <li>ivoflipse - Ivo</li> <li>srehtims - John Smithers</li> <li>olafurw - Ólafur Waage</li> <li>amarghosh</li> <li>stienman - Adam Davis</li> <li>tinister </li> <li>drwhitt - Danny Whitt</li> <li>syamkumar - Syam Kumar R.</li> <li>gavdraper - gav</li> <li>jstaten07 - statenjason</li> <li>kevs.big.wave - Kev</li> <li>marc.gravell</li> <li>chrisforman0 - ChrisF</li> <li>mikskalnins - Maiku Mori</li> <li>squillman</li> <li>fretje</li> <li>marhar - Mark Harrison</li> <li>adrianbanks - Adrian Banks</li> <li>ldsmith104 - The User FormerlyKnownAs Larry</li> <li>walkraft - Casebash</li> <li>daniel.robin.may - Daniel May</li> <li>Samcogan - Sam Cogan</li> <li>noldorin - Noldorin</li> <li>Cherian - cherian.in</li> <li>kemiller2002 - Kevin</li> <li>dmouraneto</li> <li>54m152 - Sam152</li> <li>dgritsko - Donut</li> <li>jason.punyon - Jason Punyon</li> <li>ekuber - <a href="http://meta.stackoverflow.com/users/130127/voyager">voyager</a></li> <li>perspx - Perspx (Alex Rozanski)</li> <li>stuinzuri - Stu Thompson</li> </ul> http://meta.stackoverflow.com/questions/29717/could-we-get-rid-of-the-possible-bug-tag-on-meta/29718#29718 3 Answer by Kyle Cronin for Could we get rid of the possible-bug tag on Meta? Kyle Cronin 2009-11-14T00:33:03Z 2009-11-14T00:33:03Z <p>Since I couldn't think of a good reason to tag something as <code>possible-bug</code> and not <code>bug</code>, I merged the two.</p> <p>Many questions <a href="http://meta.stackoverflow.com/questions/29324/possible-lost-data-from-so-answer">had both</a>, though, so if anyone sees any questions that are doubly tagged <code>bug</code>, kindly remove the duplicate. Thanks.</p> http://meta.stackoverflow.com/questions/29653/who-came-up-with-the-hot-dog-theme-for-flair/29655#29655 7 Answer by Kyle Cronin for Who came up with the "Hot Dog" theme for flair? Kyle Cronin 2009-11-13T19:01:40Z 2009-11-13T19:01:40Z <p>I believe it's a <a href="http://www.codinghorror.com/blog/archives/000341.html" rel="nofollow">tribute</a> to Windows 3.1's "Hotdog Stand" theme</p> <p><img src="http://www.codinghorror.com/blog/images/windows-311-hotdog-stand-scheme.png" alt="" title=""></p> http://meta.stackoverflow.com/questions/29460/are-both-bobinces-the-same/29462#29462 2 Answer by Kyle Cronin for Are both bobince's the same? Kyle Cronin 2009-11-12T16:08:20Z 2009-11-12T16:08:20Z <p>I would say so. The gravatar and website match, plus the low-rep user is unregistered and came before the high-rep one. This probably means that he lost the cookies to that account and had to create another one.</p> <p>I recommed that a mod on SO merge the accounts.</p> http://meta.stackoverflow.com/questions/28986/bug-with-display-of-thousand-views-on-mso/28987#28987 3 Answer by Kyle Cronin for Bug with Display of Thousand Views on MSO Kyle Cronin 2009-11-08T01:26:59Z 2009-11-08T01:26:59Z <p>Actually, this is intentional. This is a <a href="http://meta.stackoverflow.com/questions/14581/100-thousand-views-or-more-thousand-comes-below-views">recent change</a> to accommodate over 100,000 views on a question.</p> http://meta.stackoverflow.com/questions/28610/how-many-servers-are-used-to-host-stack-overflow/28614#28614 4 Answer by Kyle Cronin for How many servers are used to host Stack Overflow? Kyle Cronin 2009-11-04T22:57:39Z 2009-11-04T23:26:18Z <p>This is the server configuration, IIRC:</p> <ul> <li>web (stackoverflow.com)</li> <li>web (stackoverflow.com)</li> <li>web (serverfault.com / careers)</li> <li>web (superuser.com)</li> <li>web (meta / sstatic.net) / <a href="http://blog.stackoverflow.com/2009/09/load-balancing-stack-overflow/" rel="nofollow">HAproxy load balancer</a> for stackoverflow.com in a VM / cacti monitoring / etc</li> <li>database (all sites)</li> </ul> <p>There's also a backup appliance for regular database backups. Caching is done on the individual web servers (not shared) so one of the goals for HAproxy is to attempt to route users to the same server for repeated requests through IP hashing.</p> <p>Email traffic is hosted with Google Apps.</p> http://meta.stackoverflow.com/questions/28289/is-it-useful-to-post-questions-i-already-know-the-answer-to-on-stack-overflow/28294#28294 5 Answer by Kyle Cronin for Is it useful to post questions I already know the answer to on Stack Overflow? Kyle Cronin 2008-09-19T03:30:56Z 2009-11-03T04:21:13Z <p>All I ask is this - let the community provide answers before you post yours. This way you can get different perspectives (maybe ones you haven't even thought of). It's annoying to see an incredibly detailed answer posted by the questioner two seconds after the question was posted. As it's hard to top that kind of answer, most of us don't even try.</p> http://meta.stackoverflow.com/questions/28108/how-are-the-answers-with-equal-up-votes-arranged-on-a-page-in-so/28109#28109 0 Answer by Kyle Cronin for How are the answers with equal up-votes arranged on a page in SO? Kyle Cronin 2009-11-02T05:45:15Z 2009-11-02T05:45:15Z <p>The ordering of answers with the same score is <a href="http://meta.stackoverflow.com/questions/6662/how-to-give-some-boost-to-some-really-good-answers-that-arrive-late/17606#17606">random</a> when ordering by votes:</p> <blockquote> <p>We now sort answers of the same score, randomly, per this suggestion.</p> </blockquote> http://meta.stackoverflow.com/questions/28091/getting-to-the-recent-activity-page-from-the-menu/28092#28092 2 Answer by Kyle Cronin for Getting to the Recent Activity page from the menu Kyle Cronin 2009-11-02T00:21:30Z 2009-11-02T00:21:30Z <p>You can get to that page at any time - just click the envelope <img src="http://sstatic.net/mso/img/replies-off.png" alt="" title="" /> at the top of the page and click the "responses" tab.</p> http://meta.stackoverflow.com/questions/23615/include-all-sites-in-future-data-dumps 13 Include all sites in future data dumps Kyle Cronin 2009-09-26T21:03:53Z 2009-11-01T18:57:10Z <p>This issue was brought up, with regard to ServerFault, nearly <a href="http://meta.stackoverflow.com/questions/419/data-dump-for-serverfault">three months ago</a>. At that time, Jeff responded:</p> <blockquote> <p>We will do this, but I agree with Michael -- there's not enough data yet. Plus, we'd like to "perfect" the process with the SO data dump before extending it to the other sites.</p> <p>Check back in a few months...</p> </blockquote> <p>I'm not sure what "enough" data is precisely, but I think that the <a href="http://blog.stackoverflow.com/2009/06/stack-overflow-creative-commons-data-dump/" rel="nofollow">need and rationale given</a> for creating the data dumps does not depend on the quantity of said data. And given the fact that there don't <a href="http://meta.stackoverflow.com/questions/tagged/data-dump+feature-request+-status-completed">seem to be any major issues</a> that have cropped up, I'd say that the process seems to be more or less "perfected".</p> <p>Finally, now that it's almost 3 months later, <strong>I would like to formally request that the September (and all future) dumps contain data from all four sites (SO, SF, SU, Meta).</strong></p> <p>One thing that does come to mind to address when creating the dump for all the sites is to provide migration information - perhaps additional fields in the posts table: <code>MigratedToSiteId, MigratedToPostId</code> for the origin post and <code>MigratedFromSiteId, MigratedFromPostId</code> for the target post? Is there anything else that needs to be tweaked/added?</p> <p><strong>edit:</strong> Just remembered something else that should go in the dump - account association information. This will help keep track of users' activity across sites, and since it's already public info I don't think that there are any privacy issues. However, it's not clear to me what the ideal format would be, especially if the sites will be in their <a href="http://meta.stackoverflow.com/questions/23615/include-all-sites-in-future-data-dumps/23637#23637">own separate dumps</a>. What makes most sense to be is to have a table with the user IDs on the different sites as the fields i.e.:</p> <pre><code>&lt;row StackOverflowUserId="658" ServerFaultUserId="548" SuperUserUserId="6" MetaUserId="658" /&gt; </code></pre> <p>for all users with accounts on 2 or more sites. </p> http://meta.stackoverflow.com/questions/28020/moderating-user-avatar/28022#28022 11 Answer by Kyle Cronin for Moderating user avatar Kyle Cronin 2009-11-01T02:00:04Z 2009-11-01T02:00:04Z <p>Remove the email address, but not before you use it to contact the user about the avatar. Once the address is removed from the account it should revert to an identicon.</p> <p>I just edited the user account <a href="http://meta.stackoverflow.com/users/136737/bogha">here on Meta</a>. Since it was GMail, I added a "+youravatarisoffensive" before the @gmail.com. This won't affect notification, but it's technically a different address, so it has a different hash.</p> http://meta.stackoverflow.com/questions/18945/answer-count-on-stats-page-off/18946#18946 3 Answer by Kyle Cronin for Answer Count on Stats Page Off Kyle Cronin 2009-08-30T14:44:05Z 2009-11-01T01:27:17Z <p>The tag stats page only counts non-community wiki posts with at least one upvote. This search will show that you only have <strike>129</strike> 157 answers tagged <kbd>sql</kbd> with at least 1 upvote:</p> <p><a href="http://stackoverflow.com/search?q=user%3A95589+votes%3A1+%5Bsql%5D"></p> <pre><code>user:95589 votes:1 [sql] </code></pre> <p></a></p> http://meta.stackoverflow.com/questions/28006/editing-a-cv-after-it-is-filed/28011#28011 2 Answer by Kyle Cronin for Editing a CV after it is filed Kyle Cronin 2009-10-31T23:12:34Z 2009-10-31T23:12:34Z <p>Yes, you can edit your CV any time. Filing doesn't do anything more than give you the option of having your resume appear in the Careers employer search.</p> http://meta.stackoverflow.com/questions/27687/what-would-you-change-about-devdays-next-year/27814#27814 8 Answer by Kyle Cronin for What would you change about devdays next year? Kyle Cronin 2009-10-29T21:24:58Z 2009-10-29T21:24:58Z <p><strong>Video Recording</strong></p> <p>This was a <a href="http://meta.stackoverflow.com/questions/7350/devdays-video-recorded">popular request</a> for this years' DevDays, but apparently it didn't work out. There have been a few audio recordings made, and I'm looking forward to Jon Skeet's videos from the London DevDays, but it would really great to have recordings made for those that can't be in attendance or want to see a talk from another city, as well as helping those that <em>do</em> avoid the need to take notes, and consequently pay more attention to the presenter.</p> <p>This doesn't have to be a philanthropic service either - I'm sure many people would pay money for a high-quality collection of talks on disc.</p> http://meta.stackoverflow.com/questions/27687/what-would-you-change-about-devdays-next-year/27811#27811 2 Answer by Kyle Cronin for What would you change about devdays next year? Kyle Cronin 2009-10-29T21:15:24Z 2009-10-29T21:15:24Z <p><strong>Better WiFi</strong></p> <p>It sounds like the WiFi was pretty bad at most of the conferences. I know there are limitations in terms of what the venue provides, and I'm vastly oversimplifying, but why not at least get a few enterprise-grade access points and set them up in the corners? At least this way you wouldn't run out of IPs, like what happened in Boston. (As an example, I had to post <a href="http://meta.stackoverflow.com/questions/24897/stackoverflow-careers">this</a> through my tethered iPhone)</p> <p>Fortunately, this <a href="http://serverfault.com/questions/72767/why-is-internet-access-and-wi-fi-always-so-terrible-at-large-tech-conferences">seems to be a priority</a> for Joel, so I look forward to his solution next year.</p> http://meta.stackoverflow.com/questions/27687/what-would-you-change-about-devdays-next-year/27807#27807 2 Answer by Kyle Cronin for What would you change about devdays next year? Kyle Cronin 2009-10-29T21:01:22Z 2009-10-29T21:01:22Z <p><strong>More Schwag!</strong></p> <p>A wristband, a button, and of course the stickers were the only Stack Overflow branded schwag that I could find. I even asked Joel where I could get a shirt like he had on, but apparently it was a custom job and there were only 7 made.</p> http://meta.stackoverflow.com/questions/27560/careers-public-url/27562#27562 5 Answer by Kyle Cronin for Careers public URL Kyle Cronin 2009-10-28T14:28:28Z 2009-10-28T14:28:28Z <p>The URL is reserved as soon as you get the green check mark. If you typed in a URL that someone else was using, you'd get a red X and a "name already exists" message:</p> <p><img src="http://modos.org/careerspublicurlerror.png" alt="" title="" /></p> http://meta.stackoverflow.com/questions/3783/moderator-abilities/3788#3788 6 Answer by Kyle Cronin for Moderator abilities Kyle Cronin 2009-07-09T04:15:21Z 2009-10-27T13:31:13Z <p>While we do try to keep a lid on exactly what limitations moderators have, I do think it's important for the community to understand some of what we can do:</p> <ul> <li>edit/rollback, lock/unlock, close/open, and delete/undelete posts</li> <li>delete comments</li> <li>migrate questions</li> <li>make a question and all answers wiki (only applies to future votes)</li> <li>merge questions/users/tags</li> <li><a href="http://blog.stackoverflow.com/2009/04/a-day-in-the-penalty-box/" rel="nofollow">suspend</a>/unsuspend/<a href="http://meta.stackoverflow.com/questions/5999/delete-my-account">delete</a> users</li> <li>review flagged posts/comments</li> <li>refund in-progress bounties (for example, to migrate a question to a more suitable site)</li> <li>review user information (for example, to <a href="http://meta.stackoverflow.com/questions/27370/dont-know-which-openid-i-used">re-establish as user</a> with their open-id)</li> </ul> <p>So the next time you see a rollback war, offensive material, or anything else you think requires one of us to look at it, just flag the post for moderator intervention with a short description of the problem and we'll do our best to fix the situation.</p> http://meta.stackoverflow.com/questions/27343/what-to-do-with-suspended-users-in-the-data-dump/27351#27351 3 Answer by Kyle Cronin for What to do with suspended users in the data dump? Kyle Cronin 2009-10-26T20:52:26Z 2009-10-26T20:52:26Z <p>My first instinct was to request that a flag be added to the dump to indicate the users that were under suspension, but while this is technically public information, I think that providing a permanent record of their suspension isn't something that we should be doing. And to prevent the artificially low reputation from throwing off the stats, I, too, vote for the normal state option.</p> http://meta.stackoverflow.com/questions/26936/any-way-to-find-out-which-user-has-asked-the-most-questions/26943#26943 4 Answer by Kyle Cronin for Any way to find out which user has asked the most questions? Kyle Cronin 2009-10-22T17:45:06Z 2009-10-22T17:45:06Z <p>As of the latest dump, it appears that <a href="http://stackoverflow.com/users/54964">Masi</a> has asked the most questions (770 now, 755 at the time of the dump)</p> <p><a href="http://stackql.net/default.aspx?qid=2360" rel="nofollow">Here's the query I used</a></p> http://meta.stackoverflow.com/questions/19410/is-stackoverflow-a-waste-of-time/19429#19429 0 Answer by Kyle Cronin for Is StackOverflow a "waste of time"? Kyle Cronin 2008-12-04T07:21:22Z 2009-10-22T02:18:58Z <p><a href="http://www.flickr.com/photos/greeblie/2426454804/" rel="nofollow"><img src="http://farm3.static.flickr.com/2295/2426454804%5F06648486e3.jpg" alt="eight ball of yesness" /></a></p> http://meta.stackoverflow.com/questions/26849/allow-pasting-a-questions-url-when-closing-a-duplicate-question/26850#26850 0 Answer by Kyle Cronin for Allow pasting a question's URL when closing a duplicate question Kyle Cronin 2009-10-21T21:34:14Z 2009-10-21T21:34:14Z <p>This doesn't work? This is how I've always closed questions. Can you come up with a case where pasting the URL doesn't work?</p> http://meta.stackoverflow.com/questions/26100/some-people-just-do-not-know-how-to-search/26102#26102 4 Answer by Kyle Cronin for Some people just do not know how to search Kyle Cronin 2009-10-16T00:30:34Z 2009-10-16T00:48:04Z <p>If a question is a duplicate, and you have the power to close questions, then close it as a duplicate. If you don't, then post a link in the comments to the question that it duplicates.</p> <p>If the question is not a duplicate, then it's free game, even though it could be easy to answer. The end goal is for Stack Overflow to become a knowledge base for all programming questions, even the easy ones. I suggest you take the free rep when you can get it.</p> <p>While I can sympathize with the desire to educate these people about how to effectively search for the answers to their questions, on Stack Overflow the primary objective is to answer the question. If you want to slip something in at the end about how to find more information, feel free, but <a href="http://lmgtfy.com/?q=lmgtfy&amp;l=1" rel="nofollow">lmgtfy</a> answers are frowned upon, and are likely to get downvoted.</p> http://meta.stackoverflow.com/questions/26098/bug-report-details-for-graph-showing-my-rep-dont-include-an-answer-that-earned/26101#26101 2 Answer by Kyle Cronin for Bug report: details for graph showing my rep don't include an answer that earned rep within the graphs selected time period Kyle Cronin 2009-10-16T00:25:34Z 2009-10-16T00:25:34Z <p>This isn't a bug - the answer you linked to is Community Wiki, meaning that you didn't actually get any reputation from it, and that's why it's not in the graph. </p> http://meta.stackoverflow.com/questions/26040/ability-to-search-my-answers/26041#26041 7 Answer by Kyle Cronin for Ability to search my answers Kyle Cronin 2009-10-15T17:18:44Z 2009-10-15T17:18:44Z <p>This is possible - just include <code>user:me</code> in the search to search only your posts.</p> <p>However, this will search both questions and answers - I'm not aware of a good way to weed out questions, unfortunately.</p> http://meta.stackoverflow.com/questions/25776/can-we-shrink-the-font-on-the-recent-page/25777#25777 1 Answer by Kyle Cronin for Can we shrink the font on the recent page? Kyle Cronin 2009-10-14T03:55:28Z 2009-10-14T03:55:28Z <p>While I admit that it's nice when looking at the page on my iPhone, the large font is just too painful for regular use, especially considering how often I use that page.</p> <p>Also, why not just show only the nonzero lines? I don't really care that I have "0 edits to your posts" - I only care when I <em>do</em> have edits to my posts.</p> http://meta.stackoverflow.com/questions/25594/stackql-update-for-october-new-features/25635#25635 3 Answer by Kyle Cronin for StackQL Update for October + new features Kyle Cronin 2009-10-12T20:52:15Z 2009-10-12T20:52:15Z <p><img src="http://farm3.static.flickr.com/2205/2226271704%5F7ffc32f755.jpg" alt="" title="" /></p> <p><sup>this is not me</sup></p> http://meta.stackoverflow.com/questions/30395/why-can-the-status-completed-tag-not-be-removed/30397#30397 Comment by Kyle Cronin on Why can the "status-completed" tag not be removed? Kyle Cronin 2009-11-20T05:26:11Z 2009-11-20T05:26:11Z A rollback (apparently) isn't subjected to the same tag rules as a regular edit, making it possible for the owner of a post to remove a mod tag. http://meta.stackoverflow.com/questions/30301/how-can-employers-view-my-cv-if-i-havent-made-it-searchable/30306#30306 Comment by Kyle Cronin on How can employers view my CV if I haven't made it searchable? Kyle Cronin 2009-11-19T14:13:13Z 2009-11-19T14:13:13Z so does this mean that my CV wasn't actually viewed? http://meta.stackoverflow.com/questions/30301/how-can-employers-view-my-cv-if-i-havent-made-it-searchable/30302#30302 Comment by Kyle Cronin on How can employers view my CV if I haven't made it searchable? Kyle Cronin 2009-11-19T14:06:02Z 2009-11-19T14:06:02Z uh, know anyone that's hiring? :-) http://meta.stackoverflow.com/questions/30301/how-can-employers-view-my-cv-if-i-havent-made-it-searchable Comment by Kyle Cronin on How can employers view my CV if I haven't made it searchable? Kyle Cronin 2009-11-19T04:59:14Z 2009-11-19T04:59:14Z @Maxim: those are the total number of employers and searches performed. they <i>should</i> be the same for everyone. http://meta.stackoverflow.com/questions/30301/how-can-employers-view-my-cv-if-i-havent-made-it-searchable/30302#30302 Comment by Kyle Cronin on How can employers view my CV if I haven't made it searchable? Kyle Cronin 2009-11-19T04:34:05Z 2009-11-19T04:34:05Z That could be useful, if the link would work for any employer, not just those on careers.so, and if you could opt-in, but in this case it's definitely a bug. I suspect that the CVs are numbered like the user accounts on SO, and I also suspect that I have a very low number, due to the fact that I registered about 10 seconds after it was announced at Boston DevDays. http://meta.stackoverflow.com/questions/30004/is-it-fair-that-a-post-in-jeffs-blog-will-send-your-rep-over-the-roof Comment by Kyle Cronin on Is it fair that a post in Jeff's blog will send your rep over the roof? Kyle Cronin 2009-11-19T04:11:43Z 2009-11-19T04:11:43Z @DisgruntledGoat: the latter - it was 13something then http://meta.stackoverflow.com/questions/30096/whats-wrong-with-serverfault Comment by Kyle Cronin on What's wrong with ServerFault? Kyle Cronin 2009-11-17T18:40:03Z 2009-11-17T18:40:03Z This sounds like a duplicate of <a href="http://meta.stackoverflow.com/questions/26689/how-do-we-grow-the-server-fault-and-super-user-communities" rel="nofollow" title="how do we grow the server fault and super user communities">meta.stackoverflow.com/questions/26689/&hellip;</a> http://meta.stackoverflow.com/questions/30004/is-it-fair-that-a-post-in-jeffs-blog-will-send-your-rep-over-the-roof Comment by Kyle Cronin on Is it fair that a post in Jeff's blog will send your rep over the roof? Kyle Cronin 2009-11-16T23:56:19Z 2009-11-16T23:56:19Z Wow, as of now it's only 24 votes away from being the highest scored answer of all time (here's the current lead: <a href="http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon/84629#84629" rel="nofollow" title="whats your favorite programmer cartoon">stackoverflow.com/questions/84556/&hellip;</a>) http://meta.stackoverflow.com/questions/29717/could-we-get-rid-of-the-possible-bug-tag-on-meta/29718#29718 Comment by Kyle Cronin on Could we get rid of the possible-bug tag on Meta? Kyle Cronin 2009-11-14T00:37:25Z 2009-11-14T00:37:25Z @Ether: no, someone can still use the <code>possible-bug</code> tag, but it won't auto-suggest the tag now that it's been removed http://meta.stackoverflow.com/questions/29665/careers-internationally/29714#29714 Comment by Kyle Cronin on Careers internationally Kyle Cronin 2009-11-13T23:53:32Z 2009-11-13T23:53:32Z what about <i>with</i> the USA? it might help to know what sort of competition we face http://meta.stackoverflow.com/questions/27063/would-adolf-hitler-be-considered-an-offensive-gravatar Comment by Kyle Cronin on Would Adolf Hitler be considered an offensive gravatar? Kyle Cronin 2009-11-12T19:20:25Z 2009-11-12T19:20:25Z deleted on OP's request http://meta.stackoverflow.com/questions/29437/employer-beta-begins-email-is-missing-line-breaks Comment by Kyle Cronin on "Employer beta begins" email is missing line breaks Kyle Cronin 2009-11-12T19:08:35Z 2009-11-12T19:08:35Z @Ether: not a dupe, it's a different problem http://meta.stackoverflow.com/questions/29483/space-detection-in-textboxes Comment by Kyle Cronin on Space detection in textboxes Kyle Cronin 2009-11-12T19:05:47Z 2009-11-12T19:05:47Z Hi, you'll want to post your question on <a href="http://stackoverflow.com/" rel="nofollow">stackoverflow.com</a> . You seem to have inadvertently posted here on <i>Meta</i> Stack Overflow instead. http://meta.stackoverflow.com/questions/29469/see-what-happens-without-rich-b Comment by Kyle Cronin on See what happens without Rich B? Kyle Cronin 2009-11-12T17:17:44Z 2009-11-12T17:17:44Z @Juan: in case you missed it <a href="http://meta.stackoverflow.com/questions/29233/playful-parodies-possibly-pose-plenty-perplexing-problems" rel="nofollow" title="playful parodies possibly pose plenty perplexing problems">meta.stackoverflow.com/questions/29233/&hellip;</a> http://meta.stackoverflow.com/questions/29469/see-what-happens-without-rich-b Comment by Kyle Cronin on See what happens without Rich B? Kyle Cronin 2009-11-12T17:11:17Z 2009-11-12T17:11:17Z @Chesto: I can't help but notice that <i>you</i> have the ability to edit posts. If you think a question or title is poorly worded, why not fix it yourself?