Hot answers tagged recent-activity
30
I would like to see an opt-in option where people who leave comments may request to get notifications when people leave comments to their comments. (Comments from the question asker)
For example, If I ask a new question and someone asks me for more clarification in a form of a question in a comment and I reply, it would be beneficial if the person gets a ...
26
Implementing any sort of "don't bump" functionality would also delay accountability and transparency for those edits.
Notifying users of edits in the system allows them to take a look at the content and make sure there isn't something fishy going on. Imagine if people could make changes to the system without anybody noticing. That is very exploitable.
22
Normally, you only get notified of comments when you own the post.
You will now get notified of any comments that refer to you by @username in a comment, even if you do not own the post.
Rules:
Only applies to other people in the comments that you are commenting on.
Response must include @username that you are referring to, where "username" is a ...
14
I like where this is heading. Issue 1 has now been resolved with the update to the new review system, where an Edit action is now recorded under your profile and shows on the suggested edit itself, so credit is given to you and Community, like so:
However, it seems that we're still not shown an Approved/Rejected mark next to suggested edits when ...
12
This one makes me feel pretty good:
The back button now works as expected in the user page:
http://stackoverflow.com/users/109035/raj-more#qpage_4-apage_3-qsort_votes-asort_votes
Also pages are linkable for an add bonus.
11
Check the "revisions" tab on that screen: one of your questions was edited 21 hours ago, and that would trigger the notification while not showing anything on the summary page...
Yes, it would be more helpful if the notification said "n new revision(s) to your post(s)".
11
Go to your profile -> click on votes tab -> click on upvotes (assuming you upvoted that answer)
Here you will get the list of posts you have upvoted.
11
Quick & dirty option: navigate to your /reputation, open your browser's dev tools (F12 in Chrome), and dump this to the JavaScript console:
var pre = document.getElementsByTagName('pre')[0];
var links = '<h1>Answers I\'ve downvoted:</h1>';
var re = /^ \d +(\d+) +\(-1/gm;
var ma;
while (ma = re.exec(pre.innerHTML)) {
links += '<a ...
11
Sorry this (IMO) is just way too much to digest - especially on high activity sites like Stack Overflow. I'd imagine this would inundate & overwhelm Moderators. The /tools route, Moderator dashboard, the constant stream of flags & auto flags by Community user are more than enough to keep an eye on thigs.
10
This sounds... Kinda insane. I mean, I'm all about information overload as a recreational drug, but... overdosing is no laughing matter. You could end up in a Bing advertisement!
We have a plethora of tools to help you (as a high-rep user) find problems. If you can identify a class of problems that don't show up, suggest another tool & we'll talk. But ...
10
your favorites view now has a "recent" sort (versus the "newest" sort which is based on CreationDate).
if you favorite a question, you opt in to updates on that question and they will show in your /recent/ and light up the envelope, just as if you own the question.
9
It's completely normal and expected.
Like any new toy, you play with it like crazy at first and then settle into a pattern or "normal use" after awhile. Users pile into the site in the opening days and that's pretty much your main crowd for most of the beta. A short honeymoon period, followed by a sharp drop, followed by a slow, steady climb back (and ...
8
The "reviews" tab in your profile lists the suggested edits that you have reviewed and voted on (either to approve or reject the edit). Remember that you are only able to review suggested edits if you have full edit privileges yourself (at least 2k rep). If not, you won't have anything listed in this tab.
In order to see your flags and find out which have ...
8
I wouldn't mind seeing the little activity listing right there say some of the following:
Answered by [Username] 5 min ago
Question revised by [Username] 15 min ago
Answer revised by [Username] 7 min ago
etc. etc. etc.
Sometimes I look at the little activity indicator there and I think that was the person who asked the question, so it can lead to some ...
8
Why have the activity tab at all if you can turn it off? Let's just all turn it off and be done with it. Transparency is one of the best features of this site. If we hide something, especially as moderators, it really sends bad vibes.
I can't think of a single good reason why this feature should be implemented. It would actually be a bad thing. Consider the ...
8
First, Jon, you are a totally uninteresting person. If someone stalks you, then he is an idiot.
Second, the easiest way to follow you are the RSS feeds. Doesn't matter if you disable the activity page or not.
Third, if you think someone is abusing the system by downvoting everything you touch, then, hell, inform Jeff Atwood, master of SOFU, to figure that ...
8
It's been bumped by the Community user who occasionally grabs an unanswered question (or even more) and shoves it front and centre to the top of the activity queue.
It helps get the old questions seen by new and/or different people who may have missed them the first time around.
8
(I just was typing this for a question which then got closed as a duplicate before I finished. I'll post it here, thus.)
There are several points to think about, here.
The edit bumps questions to front page feature has these goals:
If a question is edited, maybe it is now easier to answer => People should look at it, and maybe upvote/answer it.
If an ...
8
I think this could go under the broader category of "Show activity that happens to any question I participate in" which would include new answers, and possibly new comments.
This would also give you what you need, and more - being able to see other answers that come in after yours may also teach you something new about the subject.
So yes, I would also ...
7
I disagree, specially for a mod. If anything, I even think that mods should have some other actions added (closes/deletions) to the recent activity list, but may be that is something just for mods to see, I don't know.
But I don't know what is the problem with people seeing what we've been up to. The info it's out in the open, someone determined enough can ...
7
I don't like this idea - why do you need an indicator of whether or not someone is online?
I don't think its right to have any expectation of a reply from any one person or another at your convenience, so i'm not sure why you would need an indicator of whether or not someone is online?
It also drags us down the 'social network' road - the next logical ...
7
Here's how to get a list of answers as URLs:
Go to stackoverflow.com/reputation
Ctrl+A (select all)
Ctrl+C (copy)
Fire up Notepad++ (or your favourite Linux alternative)
Ctrl+V (paste)
Ctrl+H (find & replace)
Search Mode: Regular expression
Find: ^(?!.*\(-1\)$).*$\r\n
Replace: <blank>
Find: ^ *\d+ +(\d+).*$
Replace: ...
7
Looks like you just asked this single question back on December 26. (Thanks Google Cache!)
It had 2 upvotes and 11 downvotes, and was deleted one month later by automatic process that deletes questions with negative score (total upvotes - total downvotes) that has no answers.
I support such process, we really don't need to leave these around.
For those ...
6
As S.Mark commented, just go to the user profile page and click the user feed link at the bottom of that page.
6
Good grief... If you don't want people to know what you're doing, just create a different account. It's not hard, and as long as you don't abuse them you'll be fine. Trust me.
If you're really paranoid, use a Tor proxy or something.
Yeah, you'll lose whatever rep you had, but you can still ask, answer, and with a trivial amount of effort comment - so if ...
6
Recent Activity is a good way for the community to moderate itself. Turning that off means there's something that someone is trying to hide. Which isn't a good thing.
Say there's a user who goes around posting inane upvotes on new users who post their first question, when it clearly is of no effort or readability. Something along the lines of:
+1 ...
6
It would be good if this request were re-evaluated, in light of modern edit reviewing technology.
Paŭlo Ebermann speaks correctly about this issue when it pertains to slower sites. A site that only gets 50 questions per day is still a good site. But if you make 20 edits, you're pushing good questions off the top.
I see this happen on Gamedev.se all the ...
6
I could argue that editing could be more of a reason to bump.
New posts have plenty of visibility. People evaluate, respond, and vote on new posts so they are thoroughly vetted by the community. Not so with older posts. Someone could easily change the context of a question to render everyone's answers incorrect. Or they could just be adding spam.
You ...
5
I've seen this happen to me a few times where the OP unaccepted my answer and wrote his/her own very specific answer and accepted that. Perhaps this happened because my answers tend to generalize the problem, sometimes abstracting the examples, reducing the snippet, etc. This is my way of looking at the "bigger picture" and try to write an answer that is ...
Only top voted, non community-wiki answers of a minimum length are eligible



