Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes by arhag

View this thread on steempeak.com
· @arhag · (edited)
$322.70
Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes
<center>
<img src="https://cdn.pixabay.com/photo/2017/02/17/13/57/emoji-2074153_960_720.png" alt="Picture of a bunch of emojis."/>
<br />
<p>Source: <a href="https://pixabay.com/en/emoji-emoticon-smilies-icon-faces-2074153/">Pixabay</a></p>
</center>

# Motivation and Background

I think there is a benefit to separate out some of the concepts that are currently coupled with upvotes and downvotes (aka flags) on Steem platforms. The first concept (and the only thing the Steem blockchain cares about) behind upvotes and downvotes is about adjusting the payout of rewards. But users (and the Steem platform UIs that serve the users) also care about the implications of the upvotes and downvotes and what message they convey, which is the second concept currently mixed in with upvotes/downvotes. An upvote may (or may not) be used by the user to convey approval of some content. A downvote (or flag) may be used by a user to signal that some content is bad for the platform (e.g. plagiarism or a scam); or maybe there is nothing bad about it and they even like the content but they just think it is over-rewarded (which is a legitimate use of the downvote on this platform that shouldn't be overly shamed and is in fact [necessary for the platform to work well](https://steemit.com/steemit/@intelliguy/to-vote-yourself-up-or-not-to-vote-yourself-up-that-s-the-question#@arhag/re-intelliguy-to-vote-yourself-up-or-not-to-vote-yourself-up-that-s-the-question-20170622t213411873z)).

The Steem blockchain allows custom messages to be added in any transaction using the `custom_json_operation`. If a useful standard is formed around what I am calling "reactions", then different Steem clients can use and read the `custom_json_operation` appropriately to provide a meaningful way of allowing users to express their opinions regarding the contents of posts/comments on Steem which can be conveniently aggregated, displayed, and made useful to users of the platform in ways that an unstructured (yet incredibly flexible) comment could not.

Furthermore, some users may have so little Steem Power or voting power that their votes may not count enough (in terms of rewarding the author or rewarding them as curators) to justify the expense of tracking it as part of the consensus state of the blockchain. However, every user with a registered Steem account deserves the ability to broadcast their opinion about any content regardless of how much voting power they have (granted if they have extremely little Steem Power they may be highly rate-limited especially if they are transacting a lot). Reactions make it possible for these users to always share their opinions (just as if they were upvoting) whether or not they have enough voting power to actually affect the reward payout. 

# Proposal

My proposal (which is not hardforking change) is that the steemd node continues tracking the consensus state dealing with rewards, but middleware software will also track the state associated with reactions (which accounts are part of the set for each particular reaction type for each post/comment). A standard utilizing `custom_json_operation` would allow the user to modify (add / remove / replace) the state of the reactions they associate with a particular post/comment. Multiple reactions from a single account for a particular post/comment would be acceptable (although the UI could put further sensible restrictions on it). Typically the clients would bundle the `custom_json_operation`that sets the initial reaction by the user along with the upvote/downvote that actually modifies rewards into the same transaction. But the operations could be separated out, and this would make sense, for example, when adjusting the reaction without wanting to change the voting weight (to not reset the curation rewards) or maybe changing the voting weight without desiring to change the reactions (to avoid unnecessarily bloating the transaction size). 

I won't be going into any technical details of how this standard should be implemented at the blockchain `custom_json_operation` level. This is mostly a high-level proposal that tries to explain what sort of reactions could be made available and what the UX of this reaction feature might be like. It shouldn't be too difficult to come up with some technical standard for how this should be implemented once/if there is a consensus around a need for such a feature and how it would work at a higher level.

## UI/UX in Steem clients

I am interested to hear ideas from the community about how the UI/UX for this feature could work. I have some initial thoughts about it. First, I would want to separate out in the UI the some of the reactions (things that would typically be accompanied by an upvote or at least would typically not come with downvotes) from the very negative reactions (things associated with a flag such as marking a post/comment plagiarism, fraud, spam, or hate speech).

Clicking on the flag icon would open up a UI similar to what we have now, however: the bullet points would be checkboxes; "Fraud or Plagiarism" would be separated into their own separate items; "Hate Speech or Internet Trolling" would be separated into their own separate items; the "Disagreement on rewards" item would be removed; and, an "Illegal" item would be added. Disagreement on rewards is a legitimate reason to downvote, but it would be taken out of this UI to not associate it with the more menacing notion of "flagging". There would be a message in this UI that *downvoting* because of excessive rewards is not considered flagging and can be done through a different interface accessible by clicking on the potential payout dropdown. The user clicks on any of the negative reactions ("Plagiarism", "Fraud", "Hate Speech", "Trolling", "Spam", "Illegal") that apply (at least one must be selected), selects the negative voting weight and then clicks the flag button. They can later go back to the UI and adjust any of the selections (if they change the voting weight there will be a warning that it will cost them their voting power again) including entirely removing their flags. 

Clicking on the potential payout dropdown would expose an interface (in addition to what already exists) to adjust rewards via downvote without expressing a reaction (this is also where one would go to adjust or remove a previously submitted reaction-neutral downvote). Reaction-neutral downvotes are taken to imply that the user simply thought the rewards were too high (not that the content is necessarily somehow bad). In fact, it could be possible to provide a positive reaction along with a downvote to, for example, express approval of the content while still reducing the too-high rewards; a possible UI to allow this rarer sort of action would be to first use another UI (to be discussed shortly) to submit a reaction without any upvote, and then use the UI in pending payout dropdown to add a downvote (which would not affect the already existing state of reactions). After payout of a post/comment, this downvote UI is no longer accessible in the past payout dropdown; in fact, I think it should not be even possible to submit upvotes/downvotes to the blockchain on paid out posts/comments and instead only reactions (via `custom_json_operation`) should be used after payout.

The remainder of the reactions (not all positive) are provided via icon buttons (one for each reaction). Each could have a number next to it representing the number of accounts who currently hold that reaction with respect to the given post/comment. The icon would be highlighted in some way if the logged in user currently holds that reaction with respect to the given post/comment. Clicking on any of the icons  open a pop-up window overlaid perfectly over the icons so that it seems like none of the icons had moved in the overlay window. This window would allow toggling any of the icons and making other adjustments regarding upvote weight (if any upvote operation is to be submitted at all) before clicking the "Submit" button to publish the changes in a single transaction; or the user could click the "Cancel" button or simply click away from the overlay pop-up window to reject any of the pending changes. When clicking on any of the icons after having already at least one reaction currently associated for the given post/comment, it would simply open the overlay pop-up window without making any pending changes; from there the user could then toggle any reaction icons or make other changes. When clicking on any of the icons with no existing reaction associated with the given post/comment, it would not only open the pop-up window but it would also set it up with a pending change of adding the reaction associated with the icon that was clicked; again no changes get submitted to the blockchain unless the "Submit" button. 

Assuming the post has not yet paid out, the overlay pop-up window would also have a (possibly greyed out) voting weight slider along with a checkbox that says "Do not modify existing voting weight". If the user already has a downvote on the post/comment, then the voting weight slider (which would be greyed out) would be representing a negative voting weight and the checkbox would be checked but would not be allowed to be unchecked (trying to uncheck it would warn the user that they first need to remove their downvote from the pending payout dropdown). If the user does not have a downvote on the post/comment, then the voting weight slider (which would represent positive voting weight) could possibly be greyed out and the checkbox checked, but the user could uncheck it if they wanted to which would enable the voting weight slider (if the user rechecks the checkbox, it would move the voting weight of the slider back to what it is supposed to be and would again grey out the voting weight slider). If the user previously voted on the post/comment but has now removed the vote or never before voted on the post/comment, then the voting weight slider will be initially set to 0%. If the voting weight slider is enabled (not greyed out) there would be a warning label underneath it that estimates how much voting power would be used up if the user was to submit a change with the selected voting weight and furthermore, unless they had not voted on the post/comment before, there would be warning that they are not eligible for any curation rewards. 

When clicking on a reaction icon for the first time for a particular post/comment, the voting weight slider may or may not start enabled (as in not greyed out and with the "Do not modify existing voting weight" checkbox left unchecked). If it starts greyed out, then it will be set at the 0% weight. If it starts enabled, then the weight will be set to whatever the previous weight setting was for an upvote on similar content type (post or comment). When initiating the overlay pop-up window by clicking on one of the positive reaction icons, the voting weight slider starts enabled. When initiating the overlay pop-up window by clicking on one of the negative reaction icons (currently in this proposal there is only one negative reaction icon which is the Disapproval thumbs down icon), the voting weight sliders starts greyed out. Notice that even when clicking on the negative reaction icons, the pop-up UI does not provide a way to downvote (that is left in the separate UIs for flagging and reducing payouts from the pending payout dropdown); this is to promote the idea that just because you disagree with a post it doesn't mean that you should reduce their payout or harm their reputation.


## Types of positive reactions

### Generic upvote ![upvote.png](https://steemitimages.com/DQmTSYioprTBjuCR9ZohnWFTUirU26Dx1uUpNxpAyxx8syb/upvote.png)
(Represented with current up arrowhead symbol)

**What it implies:**

I believe this post deserves to be rewarded more, but I am not claiming any additional value judgment on the content of the post.

*(This is how all upvotes that are not attached to other reactions via `custom_json_operation` should be represented. However, it should be possible to represent this generic upvote reaction using `custom_json_operation` alone as well, in case the user does not have enough voting power to submit a valid upvote to the blockchain.)*


### Approval 👍
(Represented with a thumbs up emoji or U+1F44D)

**What it implies:**

I agree with / support the content of this post.


### Sympathy 😢
(Represented by the crying face emoji or U+1F622)

**What it implies:**

The content of this post emotionally affected me and I extend sympathy where appropriate.


### Worthwhile 🤔
(Represented by the thinking face emoji or U+1F914)

**What it implies:**

I explicitly do not claim to agree with all of the contents of this post (though I may or may not agree with parts of it). However, I found the contents interesting and worthwhile to read, and I think it is worth bringing more attention to it if nothing else so that it can facilitate meaningful discussion.

*(Better symbols to represent this concept are appreciated.)*


### Funny 😄
(Represented by the grinning face with smiling eyes emoji or U+1F604)

**What it implies:**

I found the content of this post to be humorous.


## Types of negative reactions

### Disapproval 👎
(Represented with a thumbs down emoji or U+1F44E)

**What it implies:**

I disagree with / do not support the content of this post. (This is the reaction to use if you personally do not like what a poster is saying but it is not appropriate to "flag" them.)


### Various reasons for flagging
(All represented by the same flag symbol but different reactions are supported at `custom_json_operation` level to express the reasons behind the flag.)

**Plagiarism:** Passing off other people's work as if it is their own or including other people's work in their post/comment without giving proper attribution.

**Fraud**: Can include scams, identity theft, and fake news (as in provably false statements about the objective world seemingly made with the intent to deceive people).

**Hate Speech:** This one can get complicated fast. First read this: https://en.wikipedia.org/wiki/Hate_speech. Like all the other reasons for flagging, community standards will form to decide what is and isn't acceptable ground for flagging something as hate speech.

**Trolling:** This one can also be tricky. Some helpful reading material here: https://en.wikipedia.org/wiki/Internet_troll. This should probably just be used when a user is pretty clearly harassing another user (or multiple users). 

**Spam:** Content that seems to just be taking up space on the blockchain and cannot conceivably be providing value to anyone, other than possibly just the author. Also includes posts with clearly mis-categorized tags or abused mentions with the intention to increase visibility of their post (also appropriate for authors who refuse to tag their posts with not-safe-for-work content as nsfw). 

**Illegal:** Content includes things believed to be against laws that would force most Steem client operators to act to be in compliance with the laws in their jurisdiction. Most commonly would involve copyright infringement though other types of illegal activity are also covered under this label.

# Other reactions to consider?

I think it is important to not have too many reactions since that can bloat the UI and distract users. But having sufficient nuance is important to really extract a lot of value from this feature. So there is a trade-off to be had. At one extreme end of the trade-off is extreme nuance, which is unnecessary since that is already handled by comments which can convey anything natural language allows (but comes with the disadvantage of being unstructured and difficult to aggregate, analyze, and display in convenient ways). At the other extreme is just sticking with our existing system of a generic upvote. The lists of reactions I provided in the above sub-sections are just an initial suggestion, and I would like to start a discussion of which reactions (both positive and negative) Steemians would actually like to see and use. But I would like to also quickly discuss what we can learn from other social media platforms like Facebook, and why I chose to leave off some possible reactions in this trade-off.

Facebook has six reactions: Like, Love, Haha, Wow, Sad, and Angry. Sympathy and Funny are basically identical replacements to Sad and Haha, respectively. Facebook's original reaction was only Like. This was a poorly named reaction to begin with in my opinion, but I guess they have to stick with it for legacy reasons. I think using a generic upvote on Steem to represent rewarding a post (without an explicit reason given) makes more sense than a "Like". With this proposal however, if you do actually in addition support the content of a post, you would be able to use the Approval reaction (which does use the thumbs up icon like Facebook's Like). 

To me, starting off with a generic upvote (rather than a Like) and then adding an explicit Approval in addition makes it unnecessary to have a reaction equivalent to Love as well. But maybe I am way off-base with this and maybe there is strong demand for a Love-like reaction for situations where a generic upvote (and maybe clarifying comment) is not sufficient. I am aware that Love is the most popular reaction on Facebook after Like (though Like is still at least an  order of magnitude more popular than Love), but I again attribute this to the fact that Facebook started off with Like as its only option originally, and so users may now feel the need to use Love as a way to differentiate their reactions from the generic Like. That said, I do concede there are situations where someone may wish to differentiate their positive reaction from a generic upvote, but the Approval reaction is not appropriate since the Approval reaction has to do with *agreement* of a particular *message* or action conveyed in the post while the situation being discussed may instead call for a reaction dealing with *affection* with respect to another *person*. So maybe some kind of Affection reaction (with heart emoji ❤) would be desirable eventually.

Finally, the reactions I proposed above do not include something similar to Facebook's Wow and Angry reactions. I am not convinced those are really that helpful. There are lots of situations involving sharing news of events where people may be tempted to react with anger where I think it is more appropriate to redirect that passion to a more positive reaction like Sympathy; and if they really want to rant that is what comments can be used for. Also, at least according to [one study](https://www.quintly.com/blog/2016/05/facebook-reactions-study/), Angry is the least popular Facebook reaction (although to be fair Sad is not far behind as the second least popular). And as for Wow, I just don't see that being a common enough reaction to justify its own reaction option, unlike Funny/Haha. Now to be fair, according to that same study mentioned earlier, Wow is more popular than Sad, but I really think it is necessary to have a Sympathy reaction to deal with those awkward situations where you want to support someone describing a bad experience but not give an impression that you are happy about what happened to them.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 154 others
👎  , ,
properties (23)
post_id4,844,465
authorarhag
permlinkproposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes
categorysteemit
json_metadata"{"app": "steemit/0.1", "format": "markdown", "links": ["https://pixabay.com/en/emoji-emoticon-smilies-icon-faces-2074153/", "https://steemit.com/steemit/@intelliguy/to-vote-yourself-up-or-not-to-vote-yourself-up-that-s-the-question#@arhag/re-intelliguy-to-vote-yourself-up-or-not-to-vote-yourself-up-that-s-the-question-20170622t213411873z", "https://en.wikipedia.org/wiki/Hate_speech", "https://en.wikipedia.org/wiki/Internet_troll", "https://www.quintly.com/blog/2016/05/facebook-reactions-study/"], "image": ["https://cdn.pixabay.com/photo/2017/02/17/13/57/emoji-2074153_960_720.png"], "tags": ["steemit", "steem", "steem-standards"]}"
created2017-06-23 21:45:12
last_update2017-06-23 23:05:36
depth0
children82
net_rshares27,620,532,312,930
last_payout2017-06-30 21:45:12
cashout_time1969-12-31 23:59:59
total_payout_value262.628 SBD
curator_payout_value60.076 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length19,338
author_reputation52,480,746,024,977
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (221)
@mikemiziner ·
i like it, i think this is very important and will be implemented over time.
properties (22)
post_id4,845,138
authormikemiziner
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t215223551z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 21:52:24
last_update2017-06-23 21:52:24
depth1
children0
net_rshares0
last_payout2017-06-30 21:52:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length76
author_reputation541,169,526,546
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@izbing ·
Your suggestions are full of good sense. I am entirely of your opinion, that would bring added value to Steemit. I'll follow you because Steemit needs people like you to evolve. You are smart and your ideas are very good. I hope the developers will take your suggestions
properties (22)
post_id4,845,157
authorizbing
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t215229569z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 21:52:33
last_update2017-06-23 21:52:33
depth1
children1
net_rshares0
last_payout2017-06-30 21:52:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length270
author_reputation6,709,137,099,554
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@yvonnebraaf ·
@izbing i couldn't agree with you more. @arhag thanks so much for doing all the hard work in order to improve Steemit.  Now,in my view,  this is the type of post that needs to be rewarded because of the value that it's  adding to this platform.  Thanks so much for sharing
properties (22)
post_id4,846,857
authoryvonnebraaf
permlinkre-izbing-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t221245323z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["izbing", "arhag"], "tags": ["steemit"]}"
created2017-06-23 22:10:45
last_update2017-06-23 22:10:45
depth2
children0
net_rshares0
last_payout2017-06-30 22:10:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length272
author_reputation25,118,864,315
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@anyx ·
Well thought out, and I like the idea; especially how it could potentially remove the negative connotation of flagging due to disagreement with reward.

My only concern would be the implementation as a `custom_json_operation`. Granted, we can do it now as just a Steemit thing and not a steem thing, but I fear that we're going to have a large amount of bloat due to adding so many TX's. Though, as most votes are likely via bots and not from the Steemit UI, it might not be so bad.
properties (22)
post_id4,845,608
authoranyx
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t215704874z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 21:57:06
last_update2017-06-23 21:57:06
depth1
children0
net_rshares0
last_payout2017-06-30 21:57:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length482
author_reputation98,476,665,211,015
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@arhag ·
$12.18
By the way, you might notice that one of the tags of the parent post is [#steem-standards](https://beta.chainbb.com/topic/steem-standards): that is the tag I started a while back to discuss standards that most if not all Steem clients should try to agree on and adopt in order to provide consistent user experience when dealing with the same shared database of information and user actions. 

That tag is feeling really lonely. And unfortunately Steemit has still not adopted a [language standard](https://steemit.com/steem-standards/@arhag/language-standard); and I was hoping for some kind of [explicit standard](https://steemit.com/steem-standards/@arhag/explicit-nsfw-standard) by now that is more nuanced and useful than the nsfw tag hack we have been using for more than a year. At least moderation seems like it is going to be in the pipeline with the Communities feature; though I would love to hear more information and have more discussion about how it is going to be implemented.

Anyway, it has been over a year since I introduced [#steem-standards](https://beta.chainbb.com/topic/steem-standards) and I may have to admit that the following meme is appropriate:
<img src="https://steemitimages.com/DQmcP24ziS1KsJHzuaeZ98bHNfLXCBuxRN4ctCcnyjLDokV/1rezrm.jpg" alt="Mean Girls It's not going to happen meme: Stop trying to make steem-standard happen. It's not going to happen."/>
👍  , , , , , , , ,
properties (23)
post_id4,846,887
authorarhag
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t221111075z
categorysteemit
json_metadata"{"app": "steemit/0.1", "links": ["https://beta.chainbb.com/topic/steem-standards", "https://steemit.com/steem-standards/@arhag/language-standard", "https://steemit.com/steem-standards/@arhag/explicit-nsfw-standard"], "image": ["https://steemitimages.com/DQmcP24ziS1KsJHzuaeZ98bHNfLXCBuxRN4ctCcnyjLDokV/1rezrm.jpg"], "tags": ["steemit"]}"
created2017-06-23 22:11:12
last_update2017-06-23 22:11:12
depth1
children12
net_rshares1,042,746,424,648
last_payout2017-06-30 22:11:12
cashout_time1969-12-31 23:59:59
total_payout_value11.294 SBD
curator_payout_value0.882 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,388
author_reputation52,480,746,024,977
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (9)
@lukestokes · (edited)
$2.02
It seems like an important initiative, especially while it can _still_ be implemented with the ecosystem being small. Later it might get much more difficult to do something like this. Even if we have guidelines and not official "standards" that would at least be something.
👍  ,
properties (23)
post_id4,847,278
authorlukestokes
permlinkre-arhag-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t221537572z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 22:15:39
last_update2017-06-23 22:15:48
depth2
children1
net_rshares173,534,279,724
last_payout2017-06-30 22:15:39
cashout_time1969-12-31 23:59:59
total_payout_value1.984 SBD
curator_payout_value0.039 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length273
author_reputation395,063,281,398,324
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,048
authormysearchisover
permlinkpyzayz
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:35:24
last_update2019-10-07 00:35:24
depth3
children0
net_rshares0
last_payout2019-10-14 00:35:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
$3.39
I made a forum for it, as a child of the [Steem Developers Forum](https://beta.chainbb.com/forum/steem-dev). 

https://beta.chainbb.com/forum/steem-standards

Unfortunately this might be a situation where I need to bend the "first-tag only" rule to get other posts (like this one) to show up in that forum. Either that or we need to work on a tagging standard :)
👍  , ,
properties (23)
post_id4,847,706
authorjesta
permlinkre-arhag-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t221111075z-2017623t182039342z
categorysteemit
json_metadata"{"tags": [], "format": "markdown+html", "app": "chainbb/0.2"}"
created2017-06-23 22:20:39
last_update2017-06-23 22:20:39
depth2
children4
net_rshares336,013,331,030
last_payout2017-06-30 22:20:39
cashout_time1969-12-31 23:59:59
total_payout_value2.980 SBD
curator_payout_value0.413 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length362
author_reputation140,532,825,392,812
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@arhag · (edited)
$1.94
Awesome! Thanks.

Yeah, that first-tag rule for forums is tricky. I'm not sure if you actually should bend that rule. 

However, I would like it if the `topic` URLs (like https://beta.chainbb.com/topic/steem-standards) show all posts that include that tag like steemit.com does (although steemit.com also seems to purge old posts, which was why I linked the hashtag to ChainBB in the first place). The `forum` URLs (like https://beta.chainbb.com/forum/steem-standards) could continue being limited to posts that use one of the appropriate tags as the first tag.
👍  
properties (23)
post_id4,848,710
authorarhag
permlinkre-jesta-re-arhag-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-2017623t182039342z-20170623t223305603z
categorysteemit
json_metadata"{"app": "steemit/0.1", "links": ["https://beta.chainbb.com/topic/steem-standards", "https://beta.chainbb.com/forum/steem-standards"], "tags": ["steemit"]}"
created2017-06-23 22:33:06
last_update2017-06-23 22:33:45
depth3
children1
net_rshares166,309,466,199
last_payout2017-06-30 22:33:06
cashout_time1969-12-31 23:59:59
total_payout_value1.452 SBD
curator_payout_value0.484 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length561
author_reputation52,480,746,024,977
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@randompic ·
chainbb.com is great! I like the new updates.
properties (22)
post_id5,872,533
authorrandompic
permlinkre-jesta-re-arhag-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-2017623t182039342z-20170702t103109176z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-02 10:31:09
last_update2017-07-02 10:31:09
depth3
children0
net_rshares0
last_payout2017-07-09 10:31:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length45
author_reputation-1,196,128,333,078
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,045
authormysearchisover
permlinkpyzayq
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:35:15
last_update2019-10-07 00:35:15
depth3
children0
net_rshares0
last_payout2019-10-14 00:35:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@uruiamme ·
I am still trying to wrap my head around the "nsfw" tag in reference to the *majority* of people in the world who do not "work" in the conventional, Western, modern sense... whether they be children, students, disabled, retired, pensioners... or simply not gainfully employed due to choice, economics ...

## or being as rich as @arhag. ##

<sub>I shall now Subjectively and Personally added this Sideways smiley---->:)</sub>


;
The nsfw tag probably doesn't translate well, either.
properties (22)
post_id5,377,766
authoruruiamme
permlinkre-arhag-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170628t052625855z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "tags": ["steemit"]}"
created2017-06-28 05:26:12
last_update2017-06-28 05:26:12
depth2
children1
net_rshares0
last_payout2017-07-05 05:26:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length483
author_reputation1,096,478,196,143
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,055
authormysearchisover
permlinkpyzazh
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:35:42
last_update2019-10-07 00:35:42
depth3
children0
net_rshares0
last_payout2019-10-14 00:35:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@shanishah ·
thats good
👍  
properties (23)
post_id18,001,374
authorshanishah
permlinkre-arhag-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171118t021014269z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-11-18 02:10:03
last_update2017-11-18 02:10:03
depth2
children1
net_rshares234,299,354
last_payout2017-11-25 02:10:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10
author_reputation13,945,832,491,957
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,050
authormysearchisover
permlinkpyzaz6
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:35:33
last_update2019-10-07 00:35:33
depth3
children0
net_rshares0
last_payout2019-10-14 00:35:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,043
authormysearchisover
permlinkpyzayh
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:35:06
last_update2019-10-07 00:35:06
depth2
children0
net_rshares0
last_payout2019-10-14 00:35:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jesta ·
$4.11
I am a very, very big fan of this idea as a way to engage users in a more meaningful way. A couple weeks ago I was actually talking with someone else on slack about this very idea, the ability to add non-voting reactions to posts as a different way of showing alternative kinds of feedback. 

I'm guilty using emoji's like this on slack... a lot. But for as cheesy as it makes me feel to leave a smiley face or a thumbs up, it's incredibly useful feedback to the writer and other readers.

Back in the 90's and the super early days of chat/forums, the only way to respond was to actually type out the words, which floods the actual chat with repetitive information. This becomes problematic in a room with a thousand users all repeating "Awesome!". You even see this on steem today, with people writing "Nice post!" and "Interesting Read" - which just clutter up the interface and make it harder to read and engage. 

Only within the last few years has 1st-class emoji support (lol, that sounds ridiculous) found it's way into our communication tools and social media. We need to embrace that.

As for linking the reactions into the voting system - I'm still on the fence a bit. I think there's a case to be made to leave them separate, and potentially even rename them it from "Upvoting" to "Rewarding". That's an entirely separate conversation though and I will try not to derail the discussion of reactions with it. 

I am willing to be a part of whatever discussions are needed to make this happen across the network - and all sites that participate within the Steem blockchain. An open set of standard of reactions and UI/UX that users can use to even easier be a part of the community. It's something that I think is worth my time, as well as others. 
👍  , , , , , , , , ,
properties (23)
post_id4,847,138
authorjesta
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-2017623t181355184z
categorysteemit
json_metadata"{"tags": [], "format": "markdown+html", "app": "chainbb/0.2"}"
created2017-06-23 22:13:54
last_update2017-06-23 22:13:54
depth1
children0
net_rshares399,674,530,235
last_payout2017-06-30 22:13:54
cashout_time1969-12-31 23:59:59
total_payout_value3.138 SBD
curator_payout_value0.974 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,757
author_reputation140,532,825,392,812
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (10)
@arayebrown · (edited)
$0.12
This seems very reasonable. Also, from a UX perspective, the flag button, currently, is so minimized in appearance and affordance that I bet a lot of users miss it altogether. For those who do notice it, myself included, many probably assume that the flag is for **really bad** content and so would not equate it to meaning "downvote," if that is essentially what it is doing.
👍  ,
properties (23)
post_id4,847,693
authorarayebrown
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t222025439z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 22:20:27
last_update2017-06-23 22:28:27
depth1
children0
net_rshares10,124,350,087
last_payout2017-06-30 22:20:27
cashout_time1969-12-31 23:59:59
total_payout_value0.116 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length376
author_reputation120,226,443,461
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@dobro88888888 ·
You are right a lot of emoticons are not necessary - in my opinion all countries participate in the community steemit - and come to the assistance of an interpreter (this is normal). I'm afraid there will be a lot of emoticons in the comments, And it will no longer be interesting to read comments and posts. And emoticons -lol is necessary necessarily . Because it's fun and a lot of positive and the water is clean :))
properties (22)
post_id4,848,979
authordobro88888888
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t223605175z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 22:36:12
last_update2017-06-23 22:36:12
depth1
children0
net_rshares0
last_payout2017-06-30 22:36:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length420
author_reputation417,937,279,208
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@bek ·
Great ideas... the more control we have the better. 

Upvoted & Followed
properties (22)
post_id4,850,163
authorbek
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t225115160z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 22:51:15
last_update2017-06-23 22:51:15
depth1
children1
net_rshares0
last_payout2017-06-30 22:51:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length72
author_reputation539,786,752,958
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dobro88888888 · (edited)
Thanks  for positive emotions
properties (22)
post_id4,850,545
authordobro88888888
permlinkre-bek-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t225533810z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 22:55:42
last_update2017-06-24 00:27:57
depth2
children0
net_rshares0
last_payout2017-06-30 22:55:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length29
author_reputation417,937,279,208
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@heymattsokol ·
$0.18
I have to go against the grain and disagree. I think that adding non-voting "emotion" responses would be too complicated, detracting from the beautiful simplicity of what we have going on here. "Likes" are pretty much empty anyway - if one wants to react emotionally to a post, why not leave a comment?
👍  
properties (23)
post_id4,851,941
authorheymattsokol
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t231216532z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 23:12:15
last_update2017-06-23 23:12:15
depth1
children4
net_rshares15,332,000,798
last_payout2017-06-30 23:12:15
cashout_time1969-12-31 23:59:59
total_payout_value0.132 SBD
curator_payout_value0.044 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length302
author_reputation75,470,595,669,689
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@arhag · (edited)
First, I think we need to at the very least separate out an opinion from a reward adjustment. If a minnow doesn't have enough voting power to upvote content, they should at least be able to signal they "like"  the content (or in some way view a post in some positive way) without having to spam the comments with lots of one word replies. And also, we need to separate out the notion of flagging (which has very negative connotations) from simply lowering an excessively rewarded post.

So that first reason alone may justify some of the UI changes discussed in this proposal (as well as the notion of a generic upvote reaction at least), but it alone does not justify why more than one positive reaction would be necessary (or why any non-flag negative reactions would be necessary). And obviously I do think more reactions are beneficial (although I admit that we should keep the number very small to avoid UI bloat and user cognitive burden). 

So why do I think multiple reactions can be beneficial? There are very common reactions that many people will have to content but most may not have anything more meaningful to say. Without reactions, these users are forced to either leave a comment with just a handful of words (taking up more space in the UI, and even adding more computational burden on the Steem blockchain than the `custom_json_operation` that a reaction would entail) or avoid transacting with the blockchain at all (which I would say hurts social interaction of the platform). 

Furthermore, structuring these common responses allows us to aggregate them and display them in more compact and useful ways. It also allows client UIs to even use this meta-data to implement new ranking algorithms. For example, imagine a ranking algorithm that used the Worthwhile reaction given by a set of accounts you are following. You could discover the posts your friends thought were intriguing and maybe controversial  (stuff that could expand your horizon and mind) while deprioritizing the stuff they all like and approve of (which likely is repetitive stuff you have seen many times before and that you may not be in the mood for at that time). Or maybe you have a ranking algorithm that considers the Funny reaction given by users weighted according to how often you have given them a Funny reaction; this could allow you to just focus on funny content (when you are in the mood for a laugh) ranked based on people determined to have similar senses of humor as you. I'm sure you can imagine more possibilities. All of this becomes much harder when people are forced to use unstructured ways of providing reactions such as comments; although machine learning could still do wonders there.
properties (22)
post_id4,853,625
authorarhag
permlinkre-heymattsokol-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170623t233322145z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-23 23:33:21
last_update2017-06-23 23:41:18
depth2
children2
net_rshares0
last_payout2017-06-30 23:33:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length2,700
author_reputation52,480,746,024,977
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@heymattsokol ·
$1.91
I think I understand the idea - but why not just let users with no Steem Power upvote without reward? So the "upvote" number goes up by one, but the reward does not change at all. Seems simpler.

I worry that reactions reduce actual interaction by reducing the friction too much. A user might leave a comment, but instead they just hit "worthwhile" and move on. It increases quantity but may reduce quality of interaction.

Being able to "flag" in a less aggressive way (to reduce payout w/o suggesting the content is terrible) DOES sound pretty good to me. That one part I do like.
👍  
properties (23)
post_id4,856,653
authorheymattsokol
permlinkre-arhag-re-heymattsokol-re-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170624t001107938z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-24 00:11:06
last_update2017-06-24 00:11:06
depth3
children1
net_rshares164,748,691,615
last_payout2017-07-01 00:11:06
cashout_time1969-12-31 23:59:59
total_payout_value1.652 SBD
curator_payout_value0.257 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length582
author_reputation75,470,595,669,689
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,061
authormysearchisover
permlinkpyzb00
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:36:03
last_update2019-10-07 00:36:03
depth2
children0
net_rshares0
last_payout2019-10-14 00:36:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@edb ·
My non-vote means I disagree. This is a textbook example of making a good-enough system complicated with improvements that are reasonable in their own right. The emoticons are not complicated compared to Facebook, but other aspects of Steemit are more complicated, so we should keep votes simple.
properties (22)
post_id4,859,045
authoredb
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170624t004329514z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-24 00:43:33
last_update2017-06-24 00:43:33
depth1
children0
net_rshares0
last_payout2017-07-01 00:43:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length296
author_reputation6,245,332,363,330
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@duhov ·
Who else is trying to give a cool comment in way to take some upvotes :D ?
properties (22)
post_id4,859,312
authorduhov
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170624t004714227z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-24 00:47:03
last_update2017-06-24 00:47:03
depth1
children0
net_rshares0
last_payout2017-07-01 00:47:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length74
author_reputation12,022,644,346,174
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@safwenrekik ·
![19433594_1146037222168843_1397600589_n.gif](https://steemitimages.com/DQmVBGbtWinm8VFu6hakkwBqjjxbvT4srFu4h4wayiorquT/19433594_1146037222168843_1397600589_n.gif)  happy for you 415 $ :D
👍  
properties (23)
post_id4,873,303
authorsafwenrekik
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170624t040205966z
categorysteemit
json_metadata"{"app": "steemit/0.1", "image": ["https://steemitimages.com/DQmVBGbtWinm8VFu6hakkwBqjjxbvT4srFu4h4wayiorquT/19433594_1146037222168843_1397600589_n.gif"], "tags": ["steemit"]}"
created2017-06-24 04:02:06
last_update2017-06-24 04:02:06
depth1
children0
net_rshares0
last_payout2017-07-01 04:02:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length187
author_reputation972,249,610,374
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@arckrai ·
These are some great ideas and suggestions.
I like the sound of the new flag system as well as the emojis.
Hopefully we can see some of here changes in the future
properties (22)
post_id4,884,638
authorarckrai
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170624t064312708z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-24 06:43:12
last_update2017-06-24 06:43:12
depth1
children0
net_rshares0
last_payout2017-07-01 06:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length162
author_reputation16,595,869,074,375
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemitboard ·
Congratulations @arhag! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](http://steemitboard.com/@arhag) Award for the number of upvotes received

Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
post_id4,945,756
authorsteemitboard
permlinksteemitboard-notify-arhag-20170624t203212000z
categorysteemit
json_metadata"{"image": ["https://steemitboard.com/img/notifications.png"]}"
created2017-06-24 18:32:30
last_update2017-06-24 18:32:30
depth1
children0
net_rshares0
last_payout2017-07-01 18:32:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length688
author_reputation38,705,954,145,809
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@pocketechange ·
Wow...  What a long post...  Did you see my Steemerite name...???
@pocketechange
👍  
properties (23)
post_id4,988,502
authorpocketechange
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170625t033609374z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["pocketechange"], "tags": ["steemit"]}"
created2017-06-25 03:36:06
last_update2017-06-25 03:36:06
depth1
children0
net_rshares909,063,970
last_payout2017-07-02 03:36:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length80
author_reputation4,810,854,499,667
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@utfull ·
$1.01
We already have that feature 

https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/718smiley.svg/480px-718smiley.svg.png

See !! :)
👍  
properties (23)
post_id5,026,572
authorutfull
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170625t123229714z
categorysteemit
json_metadata"{"app": "steemit/0.1", "image": ["https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/718smiley.svg/480px-718smiley.svg.png"], "tags": ["steemit"]}"
created2017-06-25 12:32:27
last_update2017-06-25 12:32:27
depth1
children1
net_rshares93,144,555,966
last_payout2017-07-02 12:32:27
cashout_time1969-12-31 23:59:59
total_payout_value0.758 SBD
curator_payout_value0.253 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length137
author_reputation1,456,576,615,524
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,057
authormysearchisover
permlinkpyzazr
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:35:54
last_update2019-10-07 00:35:54
depth2
children0
net_rshares0
last_payout2019-10-14 00:35:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemian69 ·
That would definetly bring more and more people to the platform :)
properties (22)
post_id5,294,473
authorsteemian69
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170627t134302457z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-27 14:43:27
last_update2017-06-27 14:43:27
depth1
children0
net_rshares0
last_payout2017-07-04 14:43:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length66
author_reputation1,159,963,822,467
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@uruiamme · (edited)
I do like the idea of keeping the reactions down to a small number of canned responses. On the chat systems, there are often a few hundred to choose from and the list is just a bandwidth hog.

*Streamlining the options* seems to be the best for reader engagement, author encouragement, and faucet CPU cycles.

You thought this out well. Maybe you should be a top Steem ambassador or be endowed with some extra kudos from the community?! You should run for office!

![Steem-Vote-Button-UPVOTED.png](https://steemitimages.com/DQmPBzFAKJmMnAcKafRZCAmC3gQGU26zMYs8UQbDBmPC9UY/Steem-Vote-Button-UPVOTED.png)
properties (22)
post_id5,378,650
authoruruiamme
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170628t053731564z
categorysteemit
json_metadata"{"app": "steemit/0.1", "image": ["https://steemitimages.com/DQmPBzFAKJmMnAcKafRZCAmC3gQGU26zMYs8UQbDBmPC9UY/Steem-Vote-Button-UPVOTED.png"], "tags": ["steemit"]}"
created2017-06-28 05:37:18
last_update2017-06-28 05:39:18
depth1
children0
net_rshares0
last_payout2017-07-05 05:37:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length602
author_reputation1,096,478,196,143
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@exan ·
<table><tr><td>https://steemitimages.com/60x60/https://cdn.pixabay.com/photo/2012/04/16/12/26/chart-35773_1280.png</td><td>

**Congratulations @arhag**

You took 66 place in my [Top 100](https://steemit.com/statistics/@exan/top-100-posts-with-maximum-payout-2017-06-30) of posts
</td></tr></table>
properties (22)
post_id5,759,703
authorexan
permlinkre-exan-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes20170701t120748673z
categorysteemit
json_metadata{}
created2017-07-01 09:16:09
last_update2017-07-01 09:16:09
depth1
children0
net_rshares0
last_payout2017-07-08 09:16:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length297
author_reputation2,187,761,623,949
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@randompic ·
How do you downvote?
properties (22)
post_id5,872,487
authorrandompic
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170702t103023827z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-02 10:30:24
last_update2017-07-02 10:30:24
depth1
children0
net_rshares0
last_payout2017-07-09 10:30:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length20
author_reputation-1,196,128,333,078
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lovysteem ·
$0.17
great idea for emojie :)
👍  ,
properties (23)
post_id6,452,894
authorlovysteem
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170707t145909106z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-07 14:59:18
last_update2017-07-07 14:59:18
depth1
children0
net_rshares37,709,246,878
last_payout2017-07-14 14:59:18
cashout_time1969-12-31 23:59:59
total_payout_value0.128 SBD
curator_payout_value0.040 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length24
author_reputation576,914,043,810
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@jwolf ·
you should post more often man
properties (22)
post_id6,561,086
authorjwolf
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170708t170655218z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-08 17:07:00
last_update2017-07-08 17:07:00
depth1
children0
net_rshares0
last_payout2017-07-15 17:07:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length30
author_reputation124,929,978,911,873
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@artedellavita ·
Definitely agree with the reactions. Also having checkboxes with reasons as why some posts should be flagged is a great idea as well. 

Had to follow, thank you for all the useful information.

A lovely evening to you!
properties (22)
post_id6,610,616
authorartedellavita
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170709t053200754z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-09 05:32:00
last_update2017-07-09 05:32:00
depth1
children0
net_rshares0
last_payout2017-07-16 05:32:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length218
author_reputation26,235,472,418,731
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@celsius100 ·
I must have missed this post somehow.  It reminded me that I have been remiss in my witness voting duties since I have not used my full allotment of witness votes.  I have rectified that and have voted for you as a witness.  Anyone that goes into this much detail is my kind of witness.  As an aside, I love the xkcd.com website.  I saw that you liked it and started reading it.  It is hilarious.  I will be reading their archives soon.

Thanks for this great post btw.  I give you a &#128077;, a &#128076; and a &#128522; .
properties (22)
post_id7,173,488
authorcelsius100
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170714t145352707z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-14 14:53:57
last_update2017-07-14 14:53:57
depth1
children0
net_rshares0
last_payout2017-07-21 14:53:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length524
author_reputation1,895,735,652,406
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dinar ·
Удачи !
👍  
properties (23)
post_id7,511,894
authordinar
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170718t062816316z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-18 06:28:15
last_update2017-07-18 06:28:15
depth1
children0
net_rshares110,179,155
last_payout2017-07-25 06:28:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7
author_reputation325,253,682,431
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@cyberspace ·
@arhag ***FYI: My article proposing a fix for the SP Delegation Loophole. Hope it helps. Followed. Voted!*** https://steemit.com/steemit/@cyberspace/proposed-steemit-fix-for-steem-power-delegation-self-voting-loophole
properties (22)
post_id7,918,971
authorcyberspace
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170722t132530532z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "links": ["https://steemit.com/steemit/@cyberspace/proposed-steemit-fix-for-steem-power-delegation-self-voting-loophole"], "tags": ["steemit"]}"
created2017-07-22 13:25:39
last_update2017-07-22 13:25:39
depth1
children0
net_rshares0
last_payout2017-07-29 13:25:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length217
author_reputation780,229,240,448
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@foxkoit ·
Very good info :) I must go and try it :) I hope you like B&W
properties (22)
post_id8,091,423
authorfoxkoit
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170724t065218594z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-24 06:52:18
last_update2017-07-24 06:52:18
depth1
children0
net_rshares0
last_payout2017-07-31 06:52:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length61
author_reputation116,293,530,579,420
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@hattaarshavin ·
Thanks for the information @arhag
very help me
follow me @hattaarshavin
properties (22)
post_id8,097,217
authorhattaarshavin
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170724t082218700z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag", "hattaarshavin"], "tags": ["steemit"]}"
created2017-07-24 08:22:24
last_update2017-07-24 08:22:24
depth1
children0
net_rshares0
last_payout2017-07-31 08:22:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length71
author_reputation279,683,384,630,906
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@macstrong ·
hi, I voted you as my witness, wish you help increase my rank , thank you .
properties (22)
post_id8,900,620
authormacstrong
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170801t122926284z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-08-01 12:29:30
last_update2017-08-01 12:29:30
depth1
children0
net_rshares0
last_payout2017-08-08 12:29:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length75
author_reputation357,547,160,450
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@macstrong ·
hi, I voted you as my witness, wish you help increase my rank , thank you .
properties (22)
post_id8,900,836
authormacstrong
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170801t123158580z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-08-01 12:32:03
last_update2017-08-01 12:32:03
depth1
children0
net_rshares0
last_payout2017-08-08 12:32:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length75
author_reputation357,547,160,450
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@allfabeta ·
I'm supporting your plan
properties (22)
post_id8,967,203
authorallfabeta
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170802t023239208z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-08-02 02:32:36
last_update2017-08-02 02:32:36
depth1
children0
net_rshares0
last_payout2017-08-09 02:32:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length24
author_reputation51,417,518,276,839
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@devrajlove ·
Thanks for share
properties (22)
post_id9,354,485
authordevrajlove
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170806t110337940z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-08-06 11:04:24
last_update2017-08-06 11:04:24
depth1
children0
net_rshares0
last_payout2017-08-13 11:04:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16
author_reputation-73,001,760,450
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemitboard ·
Congratulations @arhag! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/commented.png)](http://steemitboard.com/@arhag) Award for the number of comments received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
post_id10,602,359
authorsteemitboard
permlinksteemitboard-notify-arhag-20170820t130344000z
categorysteemit
json_metadata"{"image": ["https://steemitboard.com/img/notifications.png"]}"
created2017-08-20 13:03:42
last_update2017-08-20 13:03:42
depth1
children0
net_rshares0
last_payout2017-08-27 13:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length694
author_reputation38,705,954,145,809
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@rosatravels ·
A newbie just joined last week so this article is helpful about upvotes and down votes effect.  Thank you @arhag
properties (22)
post_id11,184,634
authorrosatravels
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170827t084534319z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "tags": ["steemit"]}"
created2017-08-27 08:48:18
last_update2017-08-27 08:48:18
depth1
children0
net_rshares0
last_payout2017-09-03 08:48:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length112
author_reputation446,683,592,150,961
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@acromott ·
More emojis!! Must have mooore emojis~~!!😄😄😄
properties (22)
post_id11,616,174
authoracromott
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170831t235028025z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-08-31 23:50:30
last_update2017-08-31 23:50:30
depth1
children0
net_rshares0
last_payout2017-09-07 23:50:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length44
author_reputation215,995,371,281,134
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sitara12511 ·
$0.06
Hello @arhag I like your Blog ..
I want to Discuss some special Thing with You If you Have Time contact with me on my gmail account my Email is ( sitara.khan1302@gmail.com )
Am waiting your Email .. Its Good for you Really d'nt ignore my comment.
👍  
👎  
properties (23)
post_id11,647,887
authorsitara12511
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170901t091408216z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "tags": ["steemit"]}"
created2017-09-01 09:14:09
last_update2017-09-01 09:14:09
depth1
children0
net_rshares17,110,740,319
last_payout2017-09-08 09:14:09
cashout_time1969-12-31 23:59:59
total_payout_value0.046 SBD
curator_payout_value0.015 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length246
author_reputation-96,235,062,639
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@michellecarter ·
Whilst I have to admit 'I got lost' with all the technical side of it, I do love this idea!

Having come from Facebook I do miss the emoticons, and I feel the 'worthwhile' one is a particularly a great idea. I do agree that I too have read posts that are putting across a good message, but I may not agree with all of the content, so might not want to upvote it, but would click a worthwhile emoticon. 

Also, I feel sometimes that writing a comment might come across as being controversial or attacking the author in some way and it could be difficult to write and share 'I thought your post was putting across good information but I disagree with some points'. Some people may be happy to discuss the points of disagreement and others may not, or as you say there may be a lack of time to go into this in detail, but the post does deserve some recognition.

It would also be good for the emoticons to be used in ranking, which could help new people and posts more where there aren't many up votes or comments, and this would encourage some response!

I'm not sure I like the idea of putting an end to rewards after payout! So far my posts have done really badly and I am hoping that they may be seen more in the future. Surely it is the most valued posts that will keep receiving votes after the initial payment so they most deserve those extra votes and rewards?

Thanks for your post, you get a 'worthwhile', 'upvote' and 'approval' from me!  Ooh maybe that brings up another issue of how many actions you can do on one post!!

I'm going to vote for you as witness too as this is important work to help Steemit work as it's intended long term. :)
properties (22)
post_id11,741,419
authormichellecarter
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170902t112359852z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-09-02 11:24:00
last_update2017-09-02 11:24:00
depth1
children0
net_rshares0
last_payout2017-09-09 11:24:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,650
author_reputation10,633,265,716,371
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@michellecarter ·
Here is a post that definitely needs 'approval' or 'thumbs up'

I just found this after reading your post and commenting and this is something I come across a lot.

Posts that have a really important message about alternative health, humanity, conspiracy etc but the actual content is not the author's but a link to a You Tube video of someone else. So in theory it is plagiarism, but in reality it's spreading the answers that humanity needs to know!

So I asked myself if this was one of my videos, how would I feel?
I could choose to get upset that someone else was earning money from my work or I could see it as I'm getting FREE PROMOTION of my work!

I think most Truth Speakers want the message shared before evil destroys our planet and humanity, so I feel posts like this need to be allowed and shared in some way even though it's not original content. Most Truth Speakers are too busy doing other work to do the promotion, so having other people do your promotion for you has to be good??
properties (22)
post_id11,744,212
authormichellecarter
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170902t121222223z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-09-02 12:12:21
last_update2017-09-02 12:12:21
depth1
children0
net_rshares0
last_payout2017-09-09 12:12:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length998
author_reputation10,633,265,716,371
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@inventor16 ·
I like the idea!
properties (22)
post_id12,216,065
authorinventor16
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170907t184031630z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-09-07 18:40:30
last_update2017-09-07 18:40:30
depth1
children0
net_rshares0
last_payout2017-09-14 18:40:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16
author_reputation27,683,578,118,267
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@andravasko ·
I just want to ask you for help as many honorable popes, I created a [UPVOTED COMMUNITY](https://steemit.com/upvotedcommunity/@andravasko/upvoted-community-helps-minnow-steemit-2017910t192027952z) program, but as you can see in my post when promoting upvoted community, not having seen my post, I want to ask you to look at it even for a while my post [HERE !!!](https://steemit.com/upvotedcommunity/@andravasko/upvoted-community-helps-minnow-steemit-2017910t192027952z)

my program wants to help the minnows in steemit but see i do not have enough steem power, i just a minnow too, i have to give them 100% reward every post but my post limit is so fast so i can not upvote many post minnow other. at least I just want you to catch a glimpse of my post so minnow just as I can grow. I am very grateful to the pope like you @arhag
properties (22)
post_id12,648,987
authorandravasko
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170912t152800627z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "links": ["https://steemit.com/upvotedcommunity/@andravasko/upvoted-community-helps-minnow-steemit-2017910t192027952z"], "tags": ["steemit"]}"
created2017-09-12 15:28:06
last_update2017-09-12 15:28:06
depth1
children0
net_rshares0
last_payout2017-09-19 15:28:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length830
author_reputation3,440,857,338,265
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@leighlim ·
Are you looking to hide the votes? (For example to prevent a user harassing another because of the disapproval)
properties (22)
post_id13,580,697
authorleighlim
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170923t172222472z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-09-23 17:22:24
last_update2017-09-23 17:22:24
depth1
children0
net_rshares0
last_payout2017-09-30 17:22:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length111
author_reputation28,111,815,178
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lklab2013 ·
Once these ideas are gathered, steem it will develop further.
properties (22)
post_id14,189,941
authorlklab2013
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20170930t220916018z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-09-30 22:09:18
last_update2017-09-30 22:09:18
depth1
children0
net_rshares0
last_payout2017-10-07 22:09:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length61
author_reputation38,018,939,632,056
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@rival ·
very nice post, but hey man why are you inactive such a long time?  I hope you would check my witness proposal, a I am new and I hope you consider to vote for me.
properties (22)
post_id14,746,507
authorrival
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171007t213414139z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-10-07 21:34:21
last_update2017-10-07 21:34:21
depth1
children0
net_rshares0
last_payout2017-10-14 21:34:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length162
author_reputation53,292,570,288,120
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@trumpman · (edited)
Dunno, somehow I ended up on this old post. I really like your proposal, too bad it hasn't been implemented yet and probably never will.
properties (22)
post_id15,035,040
authortrumpman
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171011t082206409z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-10-11 08:22:09
last_update2017-10-11 08:22:27
depth1
children0
net_rshares0
last_payout2017-10-18 08:22:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length136
author_reputation177,827,941,003,892
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ura-soul ·
Greetings @arhag - Looks like you haven't been around Steemit much for a few months. I'm currently campaigning for witness votes and can see a couple of the ones you voted for are no longer active - I would really appreciate you taking a look at my witness thread and maybe voting for me when you get a chance. I have 20 years professional software engineering experience and also alredy run and admin my own social network - so I have a lot to give to Steemit - [here's my witness thread](https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application). Cheers!
properties (22)
post_id16,065,523
authorura-soul
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171025t142700866z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "links": ["https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application"], "tags": ["steemit"]}"
created2017-10-25 14:28:30
last_update2017-10-25 14:28:30
depth1
children0
net_rshares0
last_payout2017-11-01 14:28:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length575
author_reputation374,397,838,982,381
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ura-soul ·
Greetings @arhag - Looks like you haven't been around Steemit much for a few months. I'm currently campaigning for witness votes and can see a couple of the ones you voted for are no longer active - I would really appreciate you taking a look at my witness thread and maybe voting for me when you get a chance. I have 20 years professional software engineering experience and also alredy run and admin my own social network - so I have a lot to give to Steemit - [here's my witness thread](https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application). Cheers!
👍  
properties (23)
post_id16,065,638
authorura-soul
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171025t143028852z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "links": ["https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application"], "tags": ["steemit"]}"
created2017-10-25 14:30:27
last_update2017-10-25 14:30:27
depth1
children0
net_rshares0
last_payout2017-11-01 14:30:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length575
author_reputation374,397,838,982,381
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@shanishah ·
thats awesomeee![d246cec00c17d677d3a3b8d195f6ac9f--mr-bean-rowan.jpg](https://steemitimages.com/DQmagoa6nMXwVs6RQNF1z7opa9nDfGMia1ci4Hp6Emd2cnH/d246cec00c17d677d3a3b8d195f6ac9f--mr-bean-rowan.jpg)
👍  
properties (23)
post_id18,001,430
authorshanishah
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171118t021108212z
categorysteemit
json_metadata"{"app": "steemit/0.1", "image": ["https://steemitimages.com/DQmagoa6nMXwVs6RQNF1z7opa9nDfGMia1ci4Hp6Emd2cnH/d246cec00c17d677d3a3b8d195f6ac9f--mr-bean-rowan.jpg"], "tags": ["steemit"]}"
created2017-11-18 02:10:57
last_update2017-11-18 02:10:57
depth1
children0
net_rshares234,299,354
last_payout2017-11-25 02:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length196
author_reputation13,945,832,491,957
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@sizuka ·
![DQmTqpyXfmpQ9gwJJoEyvgvsnkHGfUrxo8PGKG4fcACS9Jf.gif](https://steemitimages.com/DQmTqpyXfmpQ9gwJJoEyvgvsnkHGfUrxo8PGKG4fcACS9Jf/DQmTqpyXfmpQ9gwJJoEyvgvsnkHGfUrxo8PGKG4fcACS9Jf.gif)
properties (22)
post_id19,430,684
authorsizuka
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171204t091456935z
categorysteemit
json_metadata"{"app": "steemit/0.1", "image": ["https://steemitimages.com/DQmTqpyXfmpQ9gwJJoEyvgvsnkHGfUrxo8PGKG4fcACS9Jf/DQmTqpyXfmpQ9gwJJoEyvgvsnkHGfUrxo8PGKG4fcACS9Jf.gif"], "tags": ["steemit"]}"
created2017-12-04 09:15:18
last_update2017-12-04 09:15:18
depth1
children0
net_rshares0
last_payout2017-12-11 09:15:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length181
author_reputation1,401,737,418,346
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@admiralsp ·
Interesting read and I share this same view, although I'm a new user and I'm yet to grasp how steemit really works.
👍  
properties (23)
post_id21,012,781
authoradmiralsp
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171219t085606231z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-12-19 08:56:09
last_update2017-12-19 08:56:09
depth1
children0
net_rshares818,157,921
last_payout2017-12-26 08:56:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length115
author_reputation900,418,572,584
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@ajmalansari ·
happy Christmas
https://media.defense.gov/2015/Dec/07/2001345400/-1/-1/0/151203-F-XV591-005.jpg
👍  
properties (23)
post_id21,618,003
authorajmalansari
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171223t051312895z
categorysteemit
json_metadata"{"app": "steemit/0.1", "image": ["https://media.defense.gov/2015/Dec/07/2001345400/-1/-1/0/151203-F-XV591-005.jpg"], "tags": ["steemit"]}"
created2017-12-23 11:38:51
last_update2017-12-23 11:38:51
depth1
children0
net_rshares318,979,844
last_payout2017-12-30 11:38:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length95
author_reputation1,063,326,571,637
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@vaansteam ·
Thank you for sharing I love your post
properties (22)
post_id22,430,656
authorvaansteam
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20171229t003253614z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-12-29 00:34:36
last_update2017-12-29 00:34:36
depth1
children0
net_rshares0
last_payout2018-01-05 00:34:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length38
author_reputation62,293,745,530,431
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@riskiakbar ·
Good post
My name is muhammad rizal 
I'm a new member of steemit 
Nice to meet you 
Please followback and upvote my post
properties (22)
post_id31,803,877
authorriskiakbar
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20180211t041144080z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2018-02-11 04:11:51
last_update2018-02-11 04:11:51
depth1
children0
net_rshares0
last_payout2018-02-18 04:11:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length120
author_reputation42,440,234,781
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sajidaskari ·
That`s  really great idea.
👍  
properties (23)
post_id32,396,212
authorsajidaskari
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20180214t160014579z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2018-02-13 16:00:21
last_update2018-02-13 16:00:21
depth1
children0
net_rshares605,493,127
last_payout2018-02-20 16:00:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length26
author_reputation0
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@apamanah ·
wow, i like it so much ,,
I will tell about this to my friends
properties (22)
post_id34,117,128
authorapamanah
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20180221t004118111z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2018-02-21 00:41:27
last_update2018-02-21 00:41:27
depth1
children0
net_rshares0
last_payout2018-02-28 00:41:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length62
author_reputation86,209,585,215
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lukebrn ·
Hi @arhag, thanks for sharing this post, I have just discovered #steem-standards, but I am going to look into it after this comment!

Anyway, apologies for commenting on such an old post, but I was not sure how else to contact you. I am running a project called the Steemit Success Initiative, which is a project that aims to grow and develop Steemit as a platform. We plan to do so by doing the following:

1) Creating a free guide for Steemit users about how to be succesful on the platform
2) Running advertisements about Steemit, targeted at Youtubers and Bloggers, in order to get more big names on the platform
3) Creating a curation trail for anyone who uses our tag (tag name TBC)
4) Creating a "Bloggers' Hub", which will be a physical place that people can come to and learn all about Steemit and get set up with a desk for a few weeks, while being given access to a few succesful Steemians to talk to about how to be succesful, as well as being given in person tutorials all about Steemit. 

I think that this is important, as it helps to grow/develop Steemit, but it also helps bring about a higher standard of content on the platform. I am currently looking for any support that can be offered from succesful Steemians in terms of advice on how to develop the project,  delegated Steem Power to support everything that we plan to do, and any other support available!

If you want to learn more, I can send you over our pitch deck, but the idea is basically to build up enough SP to get funds together to be able to work on the project full time, and thus give the people of Steemit access to everything we do for free!
properties (22)
post_id35,835,633
authorlukebrn
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20180228t182124884z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["arhag"], "tags": ["steemit", "steem-standards"]}"
created2018-02-28 18:21:27
last_update2018-02-28 18:21:27
depth1
children0
net_rshares0
last_payout2018-03-07 18:21:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,631
author_reputation5,566,158,327,775
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@commonlaw ·
Sadly I think your using a screw driver to hammer a nail. I up voted you because it is obvious you want to do good things for Steemit. There really is only a few ways to fix the stupid flagging. All must actually move steemit in the direction of equality of opportunity and not equality of outcome.

Looking at steemit like you would any society using human behavior as a method for gluing it together and letting time turn that glue into cement. What does every member of any society want? Liberty and freedom, which require certain protection from tyranny. 

All who are sane (not psychopaths or sociopaths) want fair, just moral rules that everyone be equal in things like speech and property. Flagging is like the second amendment with out the need to justify pulling the trigger. It is also rewarding actions that resemble theft. So much so does flagging resemble theft that users who could be increasing the value are even now helping in steemit's destruction.

Flagging is a lazy way to react to your inner voice and devalues post with no logic or reason.  It is like someone shooting another person cause they got mad the poor baby. It is extremely bad for a platform that claims it wants decentralization, because it is creating oligarchies which 100 percent of the time historically has resulted in tyranny. 

As a result of this Steemit is being attacked by agencies that don't want to decentralized. Yeah it is obvious divide and concur strategy.  In fact Steemit is a perfect virtual world for psychopaths and social paths. In my view it is naive to think that psychopaths and social paths can be automated away from steemit. 

The short term solution is to allow all down votes equal power or to suspend down voting altogether. The only other possibility I can think of is to hide who the down voter is. This would merely prevent retaliatory down voting. It would also make it almost impossible to misuse down voting as a organized oligarchy.

What do you think about my rant? LOL
properties (22)
post_id39,378,920
authorcommonlaw
permlinkre-arhag-proposal-for-reactions-feature-separating-structured-user-opinion-both-positive-and-negative-from-reward-modifying-upvotes-20180319t081958952z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2018-03-19 08:20:03
last_update2018-03-19 08:20:03
depth1
children0
net_rshares0
last_payout2018-03-26 08:20:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,994
author_reputation3,130,080,850,260
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemitboard ·
Congratulations @arhag! You have received a personal award!

[![](https://steemitimages.com/70x70/http://steemitboard.com/@arhag/birthday2.png)](http://steemitboard.com/@arhag)  2 Years on Steemit
Click on the badge to view your own Board of Honor on SteemitBoard.

> Upvote this notificationto to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
post_id43,045,261
authorsteemitboard
permlinksteemitboard-notify-arhag-20180411t074721000z
categorysteemit
json_metadata"{"image": ["https://steemitboard.com/img/notifications.png"]}"
created2018-04-11 07:47:21
last_update2018-04-11 07:47:21
depth1
children0
net_rshares0
last_payout2018-04-18 07:47:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length420
author_reputation38,705,954,145,809
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemitboard ·
Congratulations @arhag! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@arhag/birthday3.png</td><td>Happy Birthday! - You are on the Steem blockchain for 3 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@arhag) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=arhag)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
post_id72,892,775
authorsteemitboard
permlinksteemitboard-notify-arhag-20190411t075950000z
categorysteemit
json_metadata{"image":["https:\/\/steemitboard.com\/img\/notify.png"]}
created2019-04-11 07:59:51
last_update2019-04-11 07:59:51
depth1
children0
net_rshares0
last_payout2019-04-18 07:59:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length607
author_reputation38,705,954,145,809
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mysearchisover ·
@steemcleaners @ocd @ocdb #rewardpoolrape

https://steemit.com/steemcleaners/@boosta/pytjyp
https://steemit.com/@steemcleaners/comments
properties (22)
post_id80,654,040
authormysearchisover
permlinkpyzay7
categorysteemit
json_metadata{"tags":["rewardpoolrape"],"users":["steemcleaners","ocd","ocdb"],"links":["https:\/\/steemit.com\/steemcleaners\/@boosta\/pytjyp","https:\/\/steemit.com\/@steemcleaners\/comments"],"app":"steemit\/0.1"}
created2019-10-07 00:34:57
last_update2019-10-07 00:34:57
depth1
children0
net_rshares0
last_payout2019-10-14 00:34:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mysearchisover ·
Please undelegate to and/or take me off the @spaminator hitlist. 
http://www.steemreports.com/delegation-info/?account=spaminator
properties (22)
post_id81,402,190
authormysearchisover
permlinkq0cgqf
categorysteemit
json_metadata{"users":["spaminator"],"links":["http:\/\/www.steemreports.com\/delegation-info\/?account=spaminator"],"app":"steemit\/0.1"}
created2019-11-02 13:42:18
last_update2019-11-02 13:42:18
depth1
children0
net_rshares0
last_payout2019-11-09 13:42:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length129
author_reputation105,519,647,889,024
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemitboard ·
Congratulations @arhag! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@arhag/community.png</td><td>Thank you for the witness votes you made to support your Steem community and for keeping the Steem blockchain decentralized</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@arhag) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=arhag)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmTugCUsoXX762vg1CuHRrpnPbfnjPogp8iCGv7F2kSVuj/image.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge">Use your witness votes and get the Community Badge</a></td></tr></table>

###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
post_id84,959,880
authorsteemitboard
permlinksteemitboard-notify-arhag-20200305t191447000z
categorysteemit
json_metadata{"image":["https:\/\/steemitboard.com\/img\/notify.png"]}
created2020-03-05 19:14:48
last_update2020-03-05 19:14:48
depth1
children0
net_rshares0
last_payout2020-03-12 19:14:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,169
author_reputation38,705,954,145,809
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@nabilaku ·
Good idea sir @arhag :)
Come back to Steemit, you've been quiet for a long time :)
properties (22)
post_id90,807,113
authornabilaku
permlinkqsce6v
categorysteemit
json_metadata{"users":["arhag"],"app":"steemit\/0.2"}
created2021-04-29 20:28:09
last_update2021-04-29 20:28:09
depth1
children0
net_rshares0
last_payout2021-05-06 20:28:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length82
author_reputation1,380,384,264,602
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@nazmulhudaa ·
Hell @arhag how are you?
properties (22)
post_id105,673,578
authornazmulhudaa
permlinks33h8d
categorysteemit
json_metadata{"users":["arhag"],"app":"steemit\/0.2"}
created2023-10-25 17:14:39
last_update2023-10-25 17:14:39
depth1
children0
net_rshares0
last_payout2023-11-01 17:14:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length24
author_reputation55,236,000,162,876
root_title"Proposal for reactions feature: separating structured user opinion (both positive and negative) from reward-modifying upvotes/downvotes"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000