User EndangeredMassa - Meta Stack Overflowmost recent 30 from meta.stackoverflow.com2009-11-23T11:08:59Zhttp://meta.stackoverflow.com/feeds/user/106http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://meta.stackoverflow.com/questions/25173/unaccepting-then-accepting-old-answer-gives-rep-again1Unaccepting, then Accepting Old Answer Gives Rep (Again?)EndangeredMassa2009-10-08T18:45:56Z2009-10-24T00:00:00Z
<p>I was looking at an old question of mine, to which I've already accepted an answer. I discovered that unaccepting an answer, then accepting it again right away granted me 2 rep! This only works once per answer.</p>
<p>I don't know if a rep recalc will clear that rep gain or not.</p>
http://meta.stackoverflow.com/questions/24999/how-do-you-delete-your-cv-from-the-new-careers-site/25000#250000Answer by EndangeredMassa for How do you delete your CV from the new Careers site?EndangeredMassa2009-10-07T23:28:12Z2009-10-22T16:13:44Z<p>This is a planned feature. If you want to remove it now, email team@stackoverflow.com about it.</p>
http://meta.stackoverflow.com/questions/24354/searching-inside-a-question/24356#243560Answer by EndangeredMassa for Searching inside a questionEndangeredMassa2009-10-02T13:44:28Z2009-10-02T13:44:28Z<p>If the SO search fails you, you could always use Google. Just add "site:stackoverflow.com" to your query to filter results down to SO.</p>
http://meta.stackoverflow.com/questions/19149/should-wrong-but-funny-answers-be-posted/19157#191570Answer by EndangeredMassa for Should wrong but funny answers be posted?EndangeredMassa2008-10-17T17:01:17Z2009-08-31T19:45:27Z<p>Why would you accept a wrong answer? It destroys the premise of this site.</p>
http://meta.stackoverflow.com/questions/17447/answer-or-comment-whats-the-etiquette/17449#174493Answer by EndangeredMassa for Answer or comment: what's the etiquette?EndangeredMassa2008-10-08T22:30:28Z2009-08-25T17:59:04Z<p>Remarks about the question or answer should be a comment. Answers to the question asked should be answers.</p>
http://meta.stackoverflow.com/questions/15775/do-you-delete-your-own-answer-when-its-a-duplicate/15778#157781Answer by EndangeredMassa for Do you delete your own answer when it's a duplicate?EndangeredMassa2008-08-26T01:06:00Z2009-08-20T19:10:53Z<p>I don't think it really matters, in the end. If both answers are good, both are upmoded and both are shown next to the question. It's not really a problem if they are essentially the same.</p>
<p>If, however, you feel compelled to delete your answer, that's fine too.</p>
http://meta.stackoverflow.com/questions/13377/arent-questions-about-best-going-to-end-up-having-answers-reflecting-only-popu/13379#133790Answer by EndangeredMassa for Aren't questions about "best" going to end up having answers reflecting only popularity?EndangeredMassa2008-09-17T19:43:30Z2009-08-10T07:30:52Z<p>Poll questions aren't even officially supported. They are always a popularity contest and should be regarded as such. </p>
<p>I wouldn't worry about it.</p>
http://meta.stackoverflow.com/questions/12224/what-would-you-want-to-see-in-a-stackoverflow-api/12239#122390Answer by EndangeredMassa for What would you want to see in a StackOverflow API?EndangeredMassa2009-01-17T21:41:24Z2009-08-04T20:48:58Z<p>The api should work just like the main site works.</p>
<p>If you go to</p>
<pre><code>http://api.stackoverflow.com/questions/350248
</code></pre>
<p>then you should get a JSON object that represents all of the data related to that question. </p>
<p>The same would go for any SO URL:</p>
<pre><code>http://api.stackoverflow.com/questions/tagged/vb.net+winforms
</code></pre>
<p>Then, you could expand the API to expose things that the main site does not, like more detailed searching options:</p>
<pre><code>http://api.stackoverflow.com/questions?askedOn<=01-01-2009&voteScore>10
http://api.stackoverflow.com/users?rep>10000&id<=100
</code></pre>
<p>Then, API wrappers could be written in different languages. There are plenty of JSON and XML libraries for plenty of languages. So, offering either or both as results from the api queries would be fine. </p>
http://meta.stackoverflow.com/questions/5593/is-it-possibile-to-have-link-to-stackoverflow-serverfault-etc-also-in-the-head/5601#56011Answer by EndangeredMassa for Is it possibile to have link to stackoverflow, serverfault, etc. also in the header?EndangeredMassa2009-07-15T12:37:07Z2009-07-15T12:37:07Z<p>I think it would clutter the header with links that most people rarely need due to Bookmarks. That's not to say that I don't use the links at the bottom. I just don't see the need to put them on the top.</p>
http://meta.stackoverflow.com/questions/2952/will-should-the-meta-site-ever-be-use-for-new-features-tests-or-trials/2982#29822Answer by EndangeredMassa for Will/should the meta site ever be use for new features tests or trials?EndangeredMassa2009-07-06T22:37:57Z2009-07-06T22:37:57Z<p>Features so far have been tested in the field (SO.com) and tweaked when necessary. I think that this is a fine way to do it.</p>
http://meta.stackoverflow.com/questions/2962/stackoverflow-moderation-interface/2981#29810Answer by EndangeredMassa for StackOverflow Moderation InterfaceEndangeredMassa2009-07-06T22:36:01Z2009-07-06T22:36:01Z<p><a href="http://meta.stackoverflow.com/questions/2832/details-about-the-flagging-mechanism">This other post</a> has the details. It's really just a list of things that have been flagged in the same SO style you see around you. </p>
http://meta.stackoverflow.com/questions/2702/show-why-a-question-was-closed-in-the-revisions-list/2890#28903Answer by EndangeredMassa for Show why a question was closed in the revisions listEndangeredMassa2009-07-06T18:31:03Z2009-07-06T18:31:03Z<p>He suggests that the reason is shown in the list. Right now, the revision list simply shows that it was closed and by whom. </p>
<p>Currently:</p>
<pre><code>Post Closed by EnderMB, Mehrdad, DJ, Marko, Adam Davis
</code></pre>
<p>Should Be:</p>
<pre><code>Post Closed as "no longer relevant" by EnderMB, Mehrdad, DJ, Marko, Adam Davis
</code></pre>
<p>I think that adding the reason in the revision list could be useful.</p>
http://meta.stackoverflow.com/questions/2169/turn-answer-into-comment/2886#28860Answer by EndangeredMassa for Turn answer into commentEndangeredMassa2009-07-06T18:27:40Z2009-07-06T18:27:40Z<p>I think that you must first explain <strong>why</strong> this would be useful.</p>
http://meta.stackoverflow.com/questions/2735/implement-language-use-index-similar-to-the-tiobe-index-based-on-stackoverflow/2880#28800Answer by EndangeredMassa for Implement language use index similar to the Tiobe Index based on StackOverflowEndangeredMassa2009-07-06T18:16:13Z2009-07-06T18:16:13Z<p>It would be interesting as far as the SO community goes, but it would have no real comparison to a "real" index until the community grows beyond it's strong .NET user base.</p>
http://meta.stackoverflow.com/questions/2852/merge-tfs-and-team-foundation-server-tags/2877#28770Answer by EndangeredMassa for Merge "tfs" and "team-foundation-server" tagsEndangeredMassa2009-07-06T18:10:35Z2009-07-06T18:10:35Z<p>TFS most commonly refers to Team Foundation Server. And, when tagging things, users are obviously more likely to use TFS than team-foundation-server. So, I vote for TFS, in this case.</p>
http://meta.stackoverflow.com/questions/25173/unaccepting-then-accepting-old-answer-gives-rep-againComment by EndangeredMassa on Unaccepting, then Accepting Old Answer Gives Rep (Again?)EndangeredMassa2009-10-08T21:14:34Z2009-10-08T21:14:34ZIt was not my answer. I just tried it again with a different question and it failed. I also noticed that one of my rep gains from this bug disappeared, but one of them is still there. See <a href="http://stackoverflow.com/questions/308/is-there-a-version-control-system-for-database-structure-changes/360#360" rel="nofollow" title="is there a version control system for database structure changes">stackoverflow.com/questions/308/…</a> for a working example.http://meta.stackoverflow.com/questions/11882/please-retag-sharepoint-duplicate-tagsComment by EndangeredMassa on Please retag SharePoint duplicate tagsEndangeredMassa2009-09-21T12:20:47Z2009-09-21T12:20:47ZClosed by request of author. Please see new question linked at the top.http://meta.stackoverflow.com/questions/12989/stackoverflow-taking-down-the-evil-experts-exchange/12994#12994Comment by EndangeredMassa on Stackoverflow taking down the evil Experts ExchangeEndangeredMassa2009-08-07T00:22:19Z2009-08-07T00:22:19ZSure it does. That hidden solution is horrible.http://meta.stackoverflow.com/questions/6480/would-you-play-a-stack-overflow-board-game/6491#6491Comment by EndangeredMassa on Would you play a Stack Overflow board game?EndangeredMassa2009-07-17T12:31:56Z2009-07-17T12:31:56ZI actually own this game. It's neat, but I can rarely find people that will actually play it.http://meta.stackoverflow.com/questions/3144/are-you-in-rich-bs-fan-club-if-so-whyComment by EndangeredMassa on Are you in Rich B's fan club? If so, why?EndangeredMassa2009-07-07T13:06:50Z2009-07-07T13:06:50ZYou're just feeding the madness!http://meta.stackoverflow.com/questions/790/how-to-evangelize-stackoverflow-serverfault-and-superuser/967#967Comment by EndangeredMassa on How to evangelize StackOverflow (ServerFault and SuperUser)?EndangeredMassa2009-07-06T22:38:43Z2009-07-06T22:38:43ZI was going to say this. So, +1!http://meta.stackoverflow.com/questions/2735/implement-language-use-index-similar-to-the-tiobe-index-based-on-stackoverflow/2738#2738Comment by EndangeredMassa on Implement language use index similar to the Tiobe Index based on StackOverflowEndangeredMassa2009-07-06T18:15:18Z2009-07-06T18:15:18ZThe .NET audience has been creating .NET questions and answers. The only way that other people will find the site is by searching Google and hitting a .NET question, until the other languages creep in. I think it will take a while before we can expect to see a balance on SO.http://meta.stackoverflow.com/questions/599/what-to-do-about-rep-inflation/602#602Comment by EndangeredMassa on What to do about rep inflation?EndangeredMassa2009-06-29T13:29:34Z2009-06-29T13:29:34ZI'm sure that the SO team will nix anyone's mod privileges if they abuse them.