User EndangeredMassa - Meta Stack Overflow most recent 30 from meta.stackoverflow.com 2009-11-23T11:08:59Z http://meta.stackoverflow.com/feeds/user/106 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://meta.stackoverflow.com/questions/25173/unaccepting-then-accepting-old-answer-gives-rep-again 1 Unaccepting, then Accepting Old Answer Gives Rep (Again?) EndangeredMassa 2009-10-08T18:45:56Z 2009-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#25000 0 Answer by EndangeredMassa for How do you delete your CV from the new Careers site? EndangeredMassa 2009-10-07T23:28:12Z 2009-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#24356 0 Answer by EndangeredMassa for Searching inside a question EndangeredMassa 2009-10-02T13:44:28Z 2009-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#19157 0 Answer by EndangeredMassa for Should wrong but funny answers be posted? EndangeredMassa 2008-10-17T17:01:17Z 2009-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#17449 3 Answer by EndangeredMassa for Answer or comment: what's the etiquette? EndangeredMassa 2008-10-08T22:30:28Z 2009-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#15778 1 Answer by EndangeredMassa for Do you delete your own answer when it's a duplicate? EndangeredMassa 2008-08-26T01:06:00Z 2009-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#13379 0 Answer by EndangeredMassa for Aren't questions about "best" going to end up having answers reflecting only popularity? EndangeredMassa 2008-09-17T19:43:30Z 2009-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#12239 0 Answer by EndangeredMassa for What would you want to see in a StackOverflow API? EndangeredMassa 2009-01-17T21:41:24Z 2009-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&lt;=01-01-2009&amp;voteScore&gt;10 http://api.stackoverflow.com/users?rep&gt;10000&amp;id&lt;=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#5601 1 Answer by EndangeredMassa for Is it possibile to have link to stackoverflow, serverfault, etc. also in the header? EndangeredMassa 2009-07-15T12:37:07Z 2009-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#2982 2 Answer by EndangeredMassa for Will/should the meta site ever be use for new features tests or trials? EndangeredMassa 2009-07-06T22:37:57Z 2009-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#2981 0 Answer by EndangeredMassa for StackOverflow Moderation Interface EndangeredMassa 2009-07-06T22:36:01Z 2009-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#2890 3 Answer by EndangeredMassa for Show why a question was closed in the revisions list EndangeredMassa 2009-07-06T18:31:03Z 2009-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#2886 0 Answer by EndangeredMassa for Turn answer into comment EndangeredMassa 2009-07-06T18:27:40Z 2009-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#2880 0 Answer by EndangeredMassa for Implement language use index similar to the Tiobe Index based on StackOverflow EndangeredMassa 2009-07-06T18:16:13Z 2009-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#2877 0 Answer by EndangeredMassa for Merge "tfs" and "team-foundation-server" tags EndangeredMassa 2009-07-06T18:10:35Z 2009-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-again Comment by EndangeredMassa on Unaccepting, then Accepting Old Answer Gives Rep (Again?) EndangeredMassa 2009-10-08T21:14:34Z 2009-10-08T21:14:34Z It 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/&hellip;</a> for a working example. http://meta.stackoverflow.com/questions/11882/please-retag-sharepoint-duplicate-tags Comment by EndangeredMassa on Please retag SharePoint duplicate tags EndangeredMassa 2009-09-21T12:20:47Z 2009-09-21T12:20:47Z Closed 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#12994 Comment by EndangeredMassa on Stackoverflow taking down the evil Experts Exchange EndangeredMassa 2009-08-07T00:22:19Z 2009-08-07T00:22:19Z Sure it does. That hidden solution is horrible. http://meta.stackoverflow.com/questions/6480/would-you-play-a-stack-overflow-board-game/6491#6491 Comment by EndangeredMassa on Would you play a Stack Overflow board game? EndangeredMassa 2009-07-17T12:31:56Z 2009-07-17T12:31:56Z I 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-why Comment by EndangeredMassa on Are you in Rich B's fan club? If so, why? EndangeredMassa 2009-07-07T13:06:50Z 2009-07-07T13:06:50Z You're just feeding the madness! http://meta.stackoverflow.com/questions/790/how-to-evangelize-stackoverflow-serverfault-and-superuser/967#967 Comment by EndangeredMassa on How to evangelize StackOverflow (ServerFault and SuperUser)? EndangeredMassa 2009-07-06T22:38:43Z 2009-07-06T22:38:43Z I 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#2738 Comment by EndangeredMassa on Implement language use index similar to the Tiobe Index based on StackOverflow EndangeredMassa 2009-07-06T18:15:18Z 2009-07-06T18:15:18Z The .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#602 Comment by EndangeredMassa on What to do about rep inflation? EndangeredMassa 2009-06-29T13:29:34Z 2009-06-29T13:29:34Z I'm sure that the SO team will nix anyone's mod privileges if they abuse them.